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)