Subpackage python2-cpio has been removed
This commit is contained in:
parent
9c8259ba96
commit
e201dfe596
@ -1,6 +1,6 @@
|
||||
Name: python-cpio
|
||||
Version: 0.1
|
||||
Release: 29%{?dist}
|
||||
Release: 30%{?dist}
|
||||
Summary: A Python module for accessing cpio archives
|
||||
|
||||
License: LGPLv2+
|
||||
@ -9,7 +9,6 @@ Source0: http://download.berlios.de/python-cpio/python-cpio-0.1.tar.bz2
|
||||
Patch0: cpioarchive_supports_2_3.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python3-devel
|
||||
|
||||
%global _description\
|
||||
@ -17,12 +16,6 @@ This is a Python module for accessing cpio archives.
|
||||
|
||||
%description %_description
|
||||
|
||||
%package -n python2-cpio
|
||||
Summary: %summary
|
||||
%{?python_provide:%python_provide python2-cpio}
|
||||
|
||||
%description -n python2-cpio %_description
|
||||
|
||||
%package -n python3-cpio
|
||||
Summary: %summary
|
||||
|
||||
@ -33,19 +26,11 @@ Summary: %summary
|
||||
%patch0
|
||||
|
||||
%build
|
||||
%py2_build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py2_install
|
||||
%py3_install
|
||||
|
||||
%files -n python2-cpio
|
||||
%license COPYING.lib
|
||||
%doc AUTHORS ChangeLog README TODO
|
||||
%{python2_sitelib}/cpioarchive.py*
|
||||
%{python2_sitelib}/*.egg-info
|
||||
|
||||
%files -n python3-cpio
|
||||
%license COPYING.lib
|
||||
%doc AUTHORS ChangeLog README TODO
|
||||
@ -55,6 +40,10 @@ Summary: %summary
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.1-30
|
||||
- Subpackage python2-cpio has been removed
|
||||
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user