diff --git a/cracklib.spec b/cracklib.spec index f550c4a..2dff3f7 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -5,7 +5,7 @@ Summary: A password-checking library Name: cracklib Version: 2.9.6 -Release: 8%{?dist} +Release: 9%{?dist} Group: System Environment/Libraries Source0: https://github.com/cracklib/cracklib/releases/download/cracklib-%{version}/cracklib-%{version}.tar.gz Source1: https://github.com/cracklib/cracklib/releases/download/cracklib-%{version}/cracklib-words-%{version}.gz @@ -64,13 +64,14 @@ The cracklib-devel package contains the header files and libraries needed for compiling applications which use cracklib. %package -n python2-cracklib +Summary: Python bindings for applications which use cracklib +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} %{?python_provide:%python_provide python2-cracklib} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} -Summary: Python bindings for applications which use cracklib -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} %description -n python2-cracklib The cracklib-python package contains a module which permits applications @@ -225,6 +226,9 @@ EOF %{_libdir}/python*/site-packages/*.py* %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 2.9.6-9 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.9.6-8 - Python 2 binary package renamed to python2-cracklib See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3