From b590caa247341f772cfd03336efca142bffaa35d Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Tue, 9 Jan 2018 19:00:41 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- libsemanage.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libsemanage.spec b/libsemanage.spec index 80f576d..7d1d969 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -7,7 +7,7 @@ Summary: SELinux binary policy manipulation library Name: libsemanage Version: 2.7 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/libsemanage-2.7.tar.gz @@ -22,7 +22,7 @@ Source1: semanage.conf BuildRequires: libselinux-devel >= %{libselinuxver} swig ustr-devel BuildRequires: libsepol-devel >= %{libsepolver} BuildRequires: audit-libs-devel -BuildRequires: python python-devel bison flex bzip2-devel +BuildRequires: python2 python2-devel bison flex bzip2-devel %if 0%{?with_python3} BuildRequires: python3 @@ -206,6 +206,10 @@ rm -rf ${RPM_BUILD_ROOT} %endif # if with_python3 %changelog +* Tue Jan 09 2018 Iryna Shcherbina - 2.7-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Nov 22 2017 Petr Lautrbach - 2.7-5 - free genhomedircon fallback user - Rebuild with libsepol-2.7-3 and libselinux-2.7-6