correct Obsoletes version for febootstrap and febootstrap-supermin-helper

(general cleanup)
This commit is contained in:
Michael Schwendt 2013-09-13 21:41:10 +02:00
parent e9f739554b
commit b0cde2e4eb
1 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: Tool for creating supermin appliances
Name: supermin
Version: 4.1.5
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
%if 0%{?rhel} >= 7
@ -36,7 +36,7 @@ Requires: supermin-helper%{?_isa} = %{version}-%{release}
Provides: bundled(gnulib)
# NB: Does NOT Provides, because this is not a compatible replacement.
Obsoletes: febootstrap <= 3.21-1
Obsoletes: febootstrap < 3.21-3
%description
@ -55,7 +55,7 @@ Requires: /usr/sbin/mke2fs
Requires: e2fsprogs-libs >= 1.42
# NB: Does NOT Provides, because this is not a compatible replacement.
Obsoletes: febootstrap-supermin-helper <= 3.21-1
Obsoletes: febootstrap-supermin-helper < 3.21-3
%description helper
@ -101,6 +101,9 @@ make check
%changelog
* Fri Sep 13 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 4.1.5-3
- correct Obsoletes version for febootstrap and febootstrap-supermin-helper
* Sun Sep 8 2013 Richard W.M. Jones <rjones@redhat.com> - 4.1.5-2
- (For ARM) Don't crash if SUPERMIN_DTB is set and --dtb not specified.