From 3a6c8251f5063a78d3a41c7336537e81fd91915d Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 25 Jan 2019 08:52:32 +0100 Subject: [PATCH] policycoreutils-2.8-17 - python2-policycoreutils requires python2-ipaddress (#1669230) --- policycoreutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index cc8d80a..d32f3de 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -12,7 +12,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.8 -Release: 16%{?dist} +Release: 17%{?dist} License: GPLv2 # https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/policycoreutils-2.8.tar.gz @@ -319,6 +319,7 @@ Obsoletes: policycoreutils < 2.0.61-2 Requires: python2-IPy Requires: checkpolicy Requires: python2-setools >= 4.1.1 +Requires: python2-ipaddress BuildArch: noarch %description -n python2-policycoreutils @@ -530,6 +531,9 @@ The policycoreutils-restorecond package contains the restorecond service. %systemd_postun_with_restart restorecond.service %changelog +* Fri Jan 25 2019 Petr Lautrbach - 2.8-17 +- python2-policycoreutils requires python2-ipaddress (#1669230) + * Tue Jan 22 2019 Petr Lautrbach - 2.8-16 - restorecond: Install DBUS service file with 644 permissions