From 25da73f1e4cb070764743d99cd4d005f0e6b9248 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 22 Mar 2018 02:36:40 +0100 Subject: [PATCH] Add dependency on selinux-policy-targeted to sysdeps Signed-off-by: Patrick Uiterwijk --- livecd-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/livecd-tools.spec b/livecd-tools.spec index cb1b9a4..945cd6e 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -10,7 +10,7 @@ Summary: Tools for building live CDs Name: livecd-tools Version: 25.0 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 License: GPLv2 Group: System Environment/Base @@ -71,6 +71,7 @@ Requires: sssd-client Requires: cryptsetup Requires: squashfs-tools Requires: policycoreutils +Requires: selinux-policy-targeted Requires: dracut >= 045 %description -n python-imgcreate-sysdeps @@ -188,6 +189,9 @@ rm -rfv %{buildroot}%{_mandir}/man8/livecd-iso-to-* %endif %changelog +* Thu Mar 22 2018 Patrick Uiterwijk - 1:25.0-5 +- Require selinux-policy-targeted in imgcreate-sysdeps + * Tue Feb 20 2018 Iryna Shcherbina - 1:25.0-4 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)