diff --git a/supermin.spec b/supermin.spec index 746d8a9..953e994 100644 --- a/supermin.spec +++ b/supermin.spec @@ -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 - 4.1.5-3 +- correct Obsoletes version for febootstrap and febootstrap-supermin-helper + * Sun Sep 8 2013 Richard W.M. Jones - 4.1.5-2 - (For ARM) Don't crash if SUPERMIN_DTB is set and --dtb not specified.