Python 2 binary package renamed to python2-pykickstart
This commit is contained in:
parent
b2df1af3f0
commit
9451718ec7
@ -1,6 +1,6 @@
|
|||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 2.37
|
Version: 2.37
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: Python utilities for manipulating kickstart files.
|
Summary: Python utilities for manipulating kickstart files.
|
||||||
@ -36,13 +36,15 @@ can be found in the packages python-kickstart and python3-kickstart
|
|||||||
respectively.
|
respectively.
|
||||||
|
|
||||||
# Python 2 library
|
# Python 2 library
|
||||||
%package -n python-kickstart
|
%package -n python2-kickstart
|
||||||
|
%{?python_provide:%python_provide python2-kickstart}
|
||||||
|
%{?python_provide:%python_provide python2-pykickstart}
|
||||||
Summary: Python 2 library for manipulating kickstart files.
|
Summary: Python 2 library for manipulating kickstart files.
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
Requires: python-ordered-set
|
Requires: python-ordered-set
|
||||||
|
|
||||||
%description -n python-kickstart
|
%description -n python2-kickstart
|
||||||
Python 2 library for manipulating kickstart files. The binaries are found in
|
Python 2 library for manipulating kickstart files. The binaries are found in
|
||||||
the pykickstart package.
|
the pykickstart package.
|
||||||
|
|
||||||
@ -97,7 +99,7 @@ popd
|
|||||||
%{_bindir}/ksshell
|
%{_bindir}/ksshell
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%files -n python-kickstart
|
%files -n python2-kickstart
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc docs/2to3
|
%doc docs/2to3
|
||||||
%doc docs/programmers-guide
|
%doc docs/programmers-guide
|
||||||
@ -120,6 +122,10 @@ popd
|
|||||||
%{python3_sitelib}/pykickstart/locale/
|
%{python3_sitelib}/pykickstart/locale/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.37-2
|
||||||
|
- Python 2 binary package renamed to python2-pykickstart
|
||||||
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
|
||||||
* Mon Jul 31 2017 Chris Lumens <clumens@redhat.com> - 2.37-1
|
* Mon Jul 31 2017 Chris Lumens <clumens@redhat.com> - 2.37-1
|
||||||
- Remove the type annotations (dshea)
|
- Remove the type annotations (dshea)
|
||||||
- Remove mypy checks. (dshea)
|
- Remove mypy checks. (dshea)
|
||||||
|
Loading…
Reference in New Issue
Block a user