Fix Obsoletes of python2-imgcreate from <F29 for F30+

This commit is contained in:
Neal Gompa 2018-11-23 19:56:22 -05:00
parent 980f639f59
commit a9f91b62f1
1 changed files with 5 additions and 2 deletions

View File

@ -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 <ngompa13@gmail.com> - 1:26.0-2
- Fix Obsoletes of python2-imgcreate from <F29 for F30+
* Fri Nov 23 2018 Neal Gompa <ngompa13@gmail.com> - 1:26.0-1
- Bump version to 26.0 (ngompa13)
- imgcreate/kickstart: Exclude /sys from SELinux labeling (ngompa13)