diff --git a/livecd-tools.spec b/livecd-tools.spec index f644701..703a8bc 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -17,7 +17,7 @@ Summary: Tools for building live CDs Name: livecd-tools Version: 26.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: GPLv2 Group: System Environment/Base @@ -94,7 +94,7 @@ Requires: selinux-policy-targeted Requires: dracut %if ! %{with python2} -Obsoletes: python2-imgcreate < 1:25.0-12 +Obsoletes: python2-imgcreate < %{epoch}:%{version}-%{release} %endif %description -n python-imgcreate-sysdeps @@ -222,6 +222,9 @@ rm -rfv %{buildroot}%{_mandir}/man8/livecd-iso-to-* %endif %changelog +* Fri Nov 23 2018 Neal Gompa - 1:26.0-2 +- Fix Obsoletes of python2-imgcreate from - 1:26.0-1 - Bump version to 26.0 (ngompa13) - imgcreate/kickstart: Exclude /sys from SELinux labeling (ngompa13)