diff --git python-auth-credential/python-auth-credential.spec python-auth-credential/python-auth-credential.spec.tmp index a9ccfc6f64..9d861b6419 100644 --- python-auth-credential/python-auth-credential.spec +++ python-auth-credential/python-auth-credential.spec.tmp @@ -9,7 +9,7 @@ Name: python-auth-credential Version: 1.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Python abstraction of a credential Group: Development/Libraries License: ASL 2.0 @@ -21,21 +21,29 @@ BuildRequires: python2-devel %if 0%{?with_python3} BuildRequires: python3-devel %endif # if with_python3 -Provides: python2-auth-credential - -%description -This module offers an abstraction of a credential, i.e. something that -can be used to authenticate. It allows the creation and manipulation of -credentials. In particular, it defines a standard string representation -(so that credentials can be given to external programs as command line -options), a standard structured representation (so that credentials can -be stored in structured configuration files or using JSON) and -"preparators" that can transform credentials into ready-to-use data for -well known targets. -The python module auth.credential is compatible with the Perl +%global _description\ +This module offers an abstraction of a credential, i.e. something that\ +can be used to authenticate. It allows the creation and manipulation of\ +credentials. In particular, it defines a standard string representation\ +(so that credentials can be given to external programs as command line\ +options), a standard structured representation (so that credentials can\ +be stored in structured configuration files or using JSON) and\ +"preparators" that can transform credentials into ready-to-use data for\ +well known targets.\ +\ +The python module auth.credential is compatible with the Perl\ module Authen::Credential. +%description %_description + +%package -n python2-auth-credential +Summary: %summary +Provides: python2-auth-credential +%{?python_provide:%python_provide python2-auth-credential} + +%description -n python2-auth-credential %_description + %if 0%{?with_python3} %package -n python3-auth-credential Summary: Python abstraction of a credential @@ -91,7 +99,7 @@ popd %clean rm -fr $RPM_BUILD_ROOT -%files +%files -n python2-auth-credential %defattr(-,root,root) %doc LICENSE README.rst CHANGES %{python_sitelib}/auth/ @@ -107,6 +115,10 @@ rm -fr $RPM_BUILD_ROOT %endif # with_python3 %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0-13 +- Python 2 binary package renamed to python2-auth-credential + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild