X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=supermin.spec;h=a6c5ffaa9b572882aef44ac705a09d78cf4949df;hb=b1ec1092a3b0c8a999e99f8f6daba18761f8689d;hp=04c7a379a3edc7f30d097ceaa38be5068f526b46;hpb=a9c3f663efc1751982634e54744bba4253019aa0;p=fedora-specs.git diff --git a/supermin.spec b/supermin.spec index 04c7a37..a6c5ffa 100644 --- a/supermin.spec +++ b/supermin.spec @@ -1,6 +1,6 @@ Summary: Tool for creating supermin appliances Name: supermin -Version: 4.1.0 +Version: 4.1.1 Release: 1%{?dist} License: GPLv2+ @@ -21,11 +21,14 @@ BuildRequires: prelink Requires: yum >= 3.2 Requires: yum-utils -Requires: supermin-helper = %{version}-%{release} +Requires: supermin-helper%{?_isa} = %{version}-%{release} # https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Packages_granted_exceptions Provides: bundled(gnulib) +# NB: Does NOT Provides, because this is not a compatible replacement. +Obsoletes: febootstrap <= 3.21-1 + %description Supermin is a tool for building supermin appliances. These are tiny @@ -42,6 +45,9 @@ Requires: /usr/sbin/mke2fs # RHBZ#771310 Requires: e2fsprogs-libs >= 1.42 +# NB: Does NOT Provides, because this is not a compatible replacement. +Obsoletes: febootstrap-supermin-helper <= 3.21-1 + %description helper %{name}-helper contains the runtime support for %{name}. @@ -80,9 +86,11 @@ execstack -c $RPM_BUILD_ROOT%{_bindir}/supermin-helper %changelog -* Tue Feb 5 2013 Richard W.M. Jones - 4.1.0-1 +* Tue Feb 5 2013 Richard W.M. Jones - 4.1.1-1 +- New upstream version 4.1.1. - The program has been renamed 'supermin' from 'febootstrap'. -- New upstream version 4.1.0. +- Obsolete, but don't Provide because supermin is not a compatible replacement. +- Use '_isa' to specify architecture of supermin-helper subpackage. * Tue Jan 22 2013 Richard W.M. Jones - 1:3.21-2 - Add upstream patch to drop supplemental groups (RHBZ#902476).