Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Sumit Bose 2018-03-20 14:32:50 +01:00
parent a457a9642e
commit 86259f8e52

View File

@ -24,7 +24,7 @@ BuildRequires: krb5-devel
BuildRequires: systemd-devel
BuildRequires: libxslt
BuildRequires: xmlto
BuildRequires: python
BuildRequires: python2
Requires: authselect
@ -85,6 +85,9 @@ make install DESTDIR=%{buildroot}
%changelog
* Sun Mar 18 2018 René Genz <liebundartig@freenet.de> - 0.16.3-12
- use correct authselect syntax for *-disable-logins to fix rhbz#1558245
- Iryna Shcherbina <ishcherb@redhat.com>
Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Thu Mar 01 2018 Sumit Bose <sbose@redhat.com> - 0.16.3-11
- Require authselect instead of authconfig, related: rhbz#1537246