diff --git beecrypt/beecrypt.spec beecrypt/beecrypt.spec.tmp index 4d59726591..deb9663bb9 100644 --- beecrypt/beecrypt.spec +++ beecrypt/beecrypt.spec.tmp @@ -3,7 +3,7 @@ Summary: An open source cryptography library Name: beecrypt Version: 4.2.1 -Release: 16%{?dist} +Release: 17%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://beecrypt.sourceforge.net/ @@ -40,12 +40,16 @@ Group: Documentation Beecrypt is a general-purpose cryptography library. This package contains API documentation for developing applications with beecrypt. -%package python +%package -n python2-beecrypt +%{?python_provide:%python_provide python2-beecrypt} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: Files needed for python applications using beecrypt Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} -%description python +%description -n python2-beecrypt Beecrypt is a general-purpose cryptography library. This package contains files needed for using python with beecrypt. @@ -95,11 +99,15 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc docs/html -%files python +%files -n python2-beecrypt %defattr(-,root,root,-) %{python_sitelib}/_bc.so %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 4.2.1-17 +- Python 2 binary package renamed to python2-beecrypt + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Aug 02 2017 Fedora Release Engineering - 4.2.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild