diff --git python-zc-lockfile/python-zc-lockfile.spec python-zc-lockfile/python-zc-lockfile.spec.tmp index 562c77f425..cdd7f946ea 100644 --- python-zc-lockfile/python-zc-lockfile.spec +++ python-zc-lockfile/python-zc-lockfile.spec.tmp @@ -10,7 +10,7 @@ Name: python-zc-lockfile Version: 1.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Basic Inter-Process Locks Group: Development/Languages License: ZPLv2.1 @@ -31,15 +31,23 @@ BuildRequires: python3-zope-testing BuildRequires: python3-mock %endif -%description -The zc.lockfile package provides a basic portable implementation of -interprocess locks using lock files. The purpose if not specifically -to lock files, but to simply provide locks with an implementation based -on file-locking primitives. Of course, these locks could be used to -mediate access to other files. For example, the ZODB file storage -implementation uses file locks to mediate access to file-storage +%global _description\ +The zc.lockfile package provides a basic portable implementation of\ +interprocess locks using lock files. The purpose if not specifically\ +to lock files, but to simply provide locks with an implementation based\ +on file-locking primitives. Of course, these locks could be used to\ +mediate access to other files. For example, the ZODB file storage\ +implementation uses file locks to mediate access to file-storage\ database files. The database files and lock file files are separate files. +%description %_description + +%package -n python2-zc-lockfile +Summary: %summary +%{?python_provide:%python_provide python2-zc-lockfile} + +%description -n python2-zc-lockfile %_description + %if 0%{with_python3} %package -n python3-zc-lockfile Summary: Basic Inter-Process Locks @@ -93,7 +101,7 @@ pushd %{py3dir} popd %endif -%files +%files -n python2-zc-lockfile %doc src/zc/lockfile/*.txt %{python2_sitelib}/zc.lockfile-*.egg-info %{python2_sitelib}/zc.lockfile-*-nspkg.pth @@ -110,6 +118,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.2.1-5 +- Python 2 binary package renamed to python2-zc-lockfile + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild