From 86259f8e5221a2f10fb255e13f0c76846002ff0e Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 20 Mar 2018 14:32:50 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- realmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/realmd.spec b/realmd.spec index 4c15b93..30fa7f6 100644 --- a/realmd.spec +++ b/realmd.spec @@ -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 - 0.16.3-12 - use correct authselect syntax for *-disable-logins to fix rhbz#1558245 +- Iryna Shcherbina + Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Thu Mar 01 2018 Sumit Bose - 0.16.3-11 - Require authselect instead of authconfig, related: rhbz#1537246