diff --git a/libcomps.spec b/libcomps.spec index 8ace974..9ee7c25 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -6,7 +6,7 @@ Name: libcomps Version: 0.1.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Comps XML file manipulation library License: GPLv2+ @@ -61,6 +61,7 @@ Python 2 bindings for libcomps library. %package -n python3-%{name} Summary: Python 3 bindings for libcomps library BuildRequires: python3-devel +%{?system_python_abi} %{?python_provide:%python_provide python3-%{name}} Requires: %{name}%{?_isa} = %{version}-%{release} @@ -140,6 +141,9 @@ popd %endif %changelog +* Tue Aug 09 2016 Igor Gnatenko - 0.1.7-6 +- Add %%{?system_python_abi} + * Tue Jul 19 2016 Fedora Release Engineering - 0.1.7-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages