Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-02-20 10:50:25 +01:00
parent d8494f792e
commit 4706cfb5bc
1 changed files with 10 additions and 6 deletions

View File

@ -10,7 +10,7 @@
Summary: Tools for building live CDs Summary: Tools for building live CDs
Name: livecd-tools Name: livecd-tools
Version: 25.0 Version: 25.0
Release: 3%{?dist} Release: 4%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2 License: GPLv2
Group: System Environment/Base Group: System Environment/Base
@ -82,12 +82,12 @@ Summary: Python 2 modules for building system images
Group: System Environment/Base Group: System Environment/Base
%{?python_provide:%python_provide python2-imgcreate} %{?python_provide:%python_provide python2-imgcreate}
Requires: python-imgcreate-sysdeps%{?_isa} = %{epoch}:%{version}-%{release} Requires: python-imgcreate-sysdeps%{?_isa} = %{epoch}:%{version}-%{release}
Requires: pyparted Requires: python2-pyparted
Requires: python2-dnf >= 1.1.0 Requires: python2-dnf >= 1.1.0
Requires: python-kickstart Requires: python2-kickstart
Requires: python-six Requires: python2-six
Requires: libselinux-python Requires: python2-libselinux
Requires: dbus-python Requires: python2-dbus
%description -n python2-imgcreate %description -n python2-imgcreate
Python 2 modules that can be used for building images for things Python 2 modules that can be used for building images for things
@ -188,6 +188,10 @@ rm -rfv %{buildroot}%{_mandir}/man8/livecd-iso-to-*
%endif %endif
%changelog %changelog
* Tue Feb 20 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1:25.0-4
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:25.0-3 * Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:25.0-3
- Escape macros in %%changelog - Escape macros in %%changelog