Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-03-18 14:17:52 +01:00
parent 07a645517e
commit 4c40d0ff2e

View File

@ -3,7 +3,7 @@
Summary: X.Org X11 X authority utilities Summary: X.Org X11 X authority utilities
Name: xorg-x11-%{pkgname} Name: xorg-x11-%{pkgname}
Version: 1.0.9 Version: 1.0.9
Release: 11%{?dist} Release: 12%{?dist}
# NOTE: Remove Epoch line if package gets renamed # NOTE: Remove Epoch line if package gets renamed
Epoch: 1 Epoch: 1
License: MIT License: MIT
@ -18,7 +18,7 @@ BuildRequires: libXau-devel
BuildRequires: libXext-devel BuildRequires: libXext-devel
BuildRequires: libXmu-devel BuildRequires: libXmu-devel
BuildRequires: cmdtest BuildRequires: cmdtest
BuildRequires: python-markdown BuildRequires: python2-markdown
Provides: xauth Provides: xauth
@ -46,6 +46,10 @@ make check
%{_mandir}/man1/xauth.1* %{_mandir}/man1/xauth.1*
%changelog %changelog
* Sun Mar 18 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1:1.0.9-12
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Mon Feb 19 2018 Peter Hutterer <peter.hutterer@redhat.com> 1:1.0.9-11 * Mon Feb 19 2018 Peter Hutterer <peter.hutterer@redhat.com> 1:1.0.9-11
- Add BR for automake and gcc - Add BR for automake and gcc