From 1a731efb9325a77bd77e4f190bc1613c17ac4656 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Jun 03 2019 00:27:57 +0000 Subject: Fix incorrect obsoletes --- diff --git a/bamf.spec b/bamf.spec index cf2e30a..b47963f 100644 --- a/bamf.spec +++ b/bamf.spec @@ -1,7 +1,7 @@ Summary: Application matching framework Name: bamf Version: 0.5.4 -Release: 1%{?dist} +Release: 1%{?dist}.1 # Library bits are LGPLv2 or LGPLv3 (but not open-ended LGPLv2+); # non-lib bits are GPLv3. # pbrobinson points out that three files in the lib are actually @@ -26,10 +26,6 @@ BuildRequires: pkgconfig(libwnck-3.0) BuildRequires: pkgconfig(x11) BuildRequires: systemd -# there is no longer a separate GTK3 build -Provides: %{name}3%{?_isa} = %{version}-%{release} -Obsoletes: %{name}3%{?_isa} < 0.5.0-1%{?dist} - %description BAMF removes the headache of applications matching into a simple DBus daemon and C wrapper library. Currently features application matching @@ -43,10 +39,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release} #Requires: gobject-introspection-devel Requires: pkgconfig -# there is no longer a separate GTK3 build -Provides: %{name}3-devel%{?_isa} = %{version}-%{release} -Obsoletes: %{name}3-devel%{?_isa} < 0.5.0-1%{?dist} - %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. @@ -113,6 +105,9 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- %exclude %{_datadir}/upstart/sessions/bamfdaemon.conf %changelog +* Sun Jun 2 2019 Michel Alexandre Salim - 0.5.4-1.1 +- Fix incorrect obsoletes + * Sun Jun 2 2019 Michel Alexandre Salim - 0.5.4-1 - Update to 0.5.4