diff --git python-irawadi-user/python-irawadi-user.spec python-irawadi-user/python-irawadi-user.spec.tmp index e328ea3643..dc8e40de39 100644 --- python-irawadi-user/python-irawadi-user.spec +++ python-irawadi-user/python-irawadi-user.spec.tmp @@ -3,7 +3,7 @@ %global package_name irawadi-user Name: python-irawadi-user Version: 0.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Python Library for manage system user in Linux License: GPLv3 @@ -14,11 +14,19 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -%description -Python Library for manage system user and group in Linux. -With Irawadi-user, the developer can add users, update +%global _description\ +Python Library for manage system user and group in Linux.\ +With Irawadi-user, the developer can add users, update\ the password to users and delete users account +%description %_description + +%package -n python2-irawadi-user +Summary: %summary +%{?python_provide:%python_provide python2-irawadi-user} + +%description -n python2-irawadi-user %_description + %prep %setup -qn %{package_name}-%{commit} @@ -31,13 +39,17 @@ the password to users and delete users account %{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -%files +%files -n python2-irawadi-user %doc LICENSE README.md %{python_sitelib}/irawadi_user %{python_sitelib}/irawadi_user-*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.1-13 +- Python 2 binary package renamed to python2-irawadi-user + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild