diff --git a/bamf.spec b/bamf.spec index 011258c..886dbef 100644 --- a/bamf.spec +++ b/bamf.spec @@ -1,7 +1,7 @@ Summary: Application matching framework Name: bamf Version: 0.5.3 -Release: 5%{?dist} +Release: 6%{?dist} # 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 @@ -17,8 +17,8 @@ Source0: http://launchpad.net/bamf/0.5/%{version}/+download/%{name}-%{ver BuildRequires: vala-tools BuildRequires: gtk-doc BuildRequires: gobject-introspection-devel -BuildRequires: libxml2-python -BuildRequires: libxslt-python +BuildRequires: python2-libxml2 +BuildRequires: python2-libxslt BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(glib-2.0) @@ -116,6 +116,10 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- %exclude %{_datadir}/upstart/sessions/bamfdaemon.conf %changelog +* Wed Mar 14 2018 Iryna Shcherbina - 0.5.3-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 0.5.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild