Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
f3c7e9eab1
commit
00fcc510bd
@ -1,6 +1,6 @@
|
|||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 2.44
|
Version: 2.44
|
||||||
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.
|
||||||
@ -13,12 +13,12 @@ Source0: %{name}-%{version}.tar.gz
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: python-coverage
|
BuildRequires: python2-coverage
|
||||||
BuildRequires: python-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-nose
|
BuildRequires: python2-nose
|
||||||
BuildRequires: python-ordered-set
|
BuildRequires: python2-ordered-set
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: python-requests
|
BuildRequires: python2-requests
|
||||||
|
|
||||||
BuildRequires: python3-coverage
|
BuildRequires: python3-coverage
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -40,9 +40,9 @@ respectively.
|
|||||||
%{?python_provide:%python_provide python2-kickstart}
|
%{?python_provide:%python_provide python2-kickstart}
|
||||||
%{?python_provide:%python_provide python2-pykickstart}
|
%{?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: python2-six
|
||||||
Requires: python-requests
|
Requires: python2-requests
|
||||||
Requires: python-ordered-set
|
Requires: python2-ordered-set
|
||||||
|
|
||||||
%description -n python2-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
|
||||||
@ -122,6 +122,10 @@ popd
|
|||||||
%{python3_sitelib}/pykickstart/locale/
|
%{python3_sitelib}/pykickstart/locale/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.44-2
|
||||||
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
* Thu Jan 04 2018 Chris Lumens <clumens@redhat.com> - 2.44-1
|
* Thu Jan 04 2018 Chris Lumens <clumens@redhat.com> - 2.44-1
|
||||||
- Fix directory ownership (lbalhar, #202). (clumens)
|
- Fix directory ownership (lbalhar, #202). (clumens)
|
||||||
- firewall: add --use-system-defaults arg to command (#1526486) (dusty)
|
- firewall: add --use-system-defaults arg to command (#1526486) (dusty)
|
||||||
|
Loading…
Reference in New Issue
Block a user