18f84f
# In order to remain strictly backwards-compatible with supermin 4.1.4
18f84f
# shipped in RHEL 7 GA, this package contains both supermin 4.1.4 and
18f84f
# supermin 5.  The 'supermin' binary is supermin 4.  The new
18f84f
# subpackage 'supermin5' contains a binary of the same name.
18f84f
18f84f
%ifnarch %{ocaml_native_compiler}
18f84f
%global __strip /bin/true
18f84f
%global debug_package %{nil}
18f84f
%endif
18f84f
18f84f
# _hardened_build breaks building the static 'init' binary.
18f84f
# https://bugzilla.redhat.com/show_bug.cgi?id=1202091
18f84f
# https://bugzilla.redhat.com/show_bug.cgi?id=1204162
18f84f
%undefine _hardened_build
18f84f
18f84f
# Whether we should verify tarball signature with GPGv2.
18f84f
%global verify_tarball_signature 1
18f84f
18f84f
Summary:       Tool for creating supermin appliances
18f84f
Name:          supermin
18f84f
Version:       5.1.19
18f84f
Release:       1%{?dist}
18f84f
License:       GPLv2+
18f84f
18f84f
ExcludeArch:   s390
18f84f
18f84f
URL:           http://people.redhat.com/~rjones/supermin/
18f84f
Source0:       http://libguestfs.org/download/supermin/%{name}-4.1.4.tar.gz
18f84f
Source1:       http://libguestfs.org/download/supermin/%{name}-%{version}.tar.gz
18f84f
18f84f
%if 0%{verify_tarball_signature}
18f84f
Source2:       http://libguestfs.org/download/supermin/%{name}-%{version}.tar.gz.sig
18f84f
%endif
18f84f
18f84f
# Keyring used to verify tarball signature.
18f84f
%if 0%{verify_tarball_signature}
18f84f
Source3:       libguestfs.keyring
18f84f
%endif
18f84f
18f84f
# Patches for supermin 4:
18f84f
Patch0:        supermin-4.1.4-fix-exec-stack.patch
18f84f
Patch1:        supermin-4.1.4-disable-warning-3.patch
18f84f
18f84f
# Patches for supermin 5:
18f84f
#(nothing)
18f84f
18f84f
# BRs for supermin 4:
18f84f
BuildRequires: /usr/bin/pod2man
18f84f
BuildRequires: /usr/bin/pod2html
18f84f
BuildRequires: rpm
18f84f
BuildRequires: rpm-devel
18f84f
BuildRequires: yum >= 3.2
18f84f
BuildRequires: /usr/sbin/mke2fs
18f84f
BuildRequires: e2fsprogs-devel
18f84f
BuildRequires: findutils
18f84f
BuildRequires: glibc-static, zlib-static
18f84f
BuildRequires: ocaml, ocaml-findlib-devel
18f84f
# Patches touch src/Makefile.am, so:
18f84f
BuildRequires: automake, autoconf
18f84f
18f84f
# BRs for supermin 5 (those not listed already):
18f84f
BuildRequires: yum-utils
18f84f
%if 0%{verify_tarball_signature}
18f84f
BuildRequires: gnupg2
18f84f
%endif
18f84f
18f84f
# These are required only to run the tests.  We could patch out the
18f84f
# tests to not require these packages.
18f84f
BuildRequires: augeas hivex kernel tar
18f84f
18f84f
# Runtime requires for supermin 4:
18f84f
Requires:      yum >= 3.2
18f84f
Requires:      yum-utils
18f84f
Requires:      supermin-helper%{?_isa} = %{version}-%{release}
18f84f
18f84f
# https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Packages_granted_exceptions
18f84f
Provides:      bundled(gnulib)
18f84f
18f84f
# NB: Does NOT Provides, because this is not a compatible replacement.
18f84f
Obsoletes:     febootstrap <= 3.21-1
18f84f
18f84f
18f84f
%description
18f84f
Supermin is a tool for building supermin appliances.  These are tiny
18f84f
appliances (similar to virtual machines), usually around 100KB in
18f84f
size, which get fully instantiated on-the-fly in a fraction of a
18f84f
second when you need to boot one of them.
18f84f
18f84f
This package contains supermin version 4.
18f84f
18f84f
18f84f
%package helper
18f84f
Summary:       Runtime support for supermin
18f84f
Requires:      util-linux-ng
18f84f
Requires:      cpio
18f84f
Requires:      /usr/sbin/mke2fs
18f84f
# RHBZ#771310
18f84f
Requires:      e2fsprogs-libs >= 1.42
18f84f
18f84f
# NB: Does NOT Provides, because this is not a compatible replacement.
18f84f
Obsoletes:     febootstrap-supermin-helper <= 3.21-1
18f84f
18f84f
18f84f
%description helper
18f84f
%{name}-helper contains the runtime support for %{name}.
18f84f
18f84f
18f84f
%package -n supermin5
18f84f
Summary:       Supermin version 5
18f84f
18f84f
Requires:      rpm
18f84f
Requires:      yum-utils
18f84f
Requires:      util-linux-ng
18f84f
Requires:      cpio
18f84f
Requires:      tar
18f84f
Requires:      /usr/sbin/mke2fs
18f84f
# RHBZ#771310
18f84f
Requires:      e2fsprogs-libs >= 1.42
18f84f
Requires:      findutils
18f84f
18f84f
# For automatic RPM dependency generation.
18f84f
# See: http://www.rpm.org/wiki/PackagerDocs/DependencyGenerator
18f84f
Source4:       supermin.attr
18f84f
Source5:       supermin-find-requires
18f84f
18f84f
18f84f
%description -n supermin5
18f84f
Supermin is a tool for building supermin appliances.  These are tiny
18f84f
appliances (similar to virtual machines), usually around 100KB in
18f84f
size, which get fully instantiated on-the-fly in a fraction of a
18f84f
second when you need to boot one of them.
18f84f
18f84f
This package contains supermin version %{version}.  The binary
18f84f
is called 'supermin5', so that we do not break compatibility
18f84f
with RHEL 7 GA.
18f84f
18f84f
18f84f
%package -n supermin5-devel
18f84f
Summary:       Development tools for supermin5
18f84f
Requires:      supermin5 = %{version}-%{release}
18f84f
Requires:      rpm-build
18f84f
18f84f
18f84f
%description -n supermin5-devel
18f84f
supermin5-devel contains development tools for supermin5.
18f84f
18f84f
It just contains tools for automatic RPM dependency generation
18f84f
from supermin appliances.
18f84f
18f84f
18f84f
%prep
18f84f
%if 0%{verify_tarball_signature}
18f84f
tmphome="$(mktemp -d)"
18f84f
gpgv2 --homedir "$tmphome" --keyring %{SOURCE3} %{SOURCE2} %{SOURCE1}
18f84f
%endif
18f84f
# This creates:
18f84f
#   supermin-5.*/
18f84f
#   supermin-5.*/supermin-4.1.4/    # supermin 4
18f84f
#   supermin-5.*/supermin-5.*/      # supermin 5
18f84f
%setup -q -c
18f84f
%setup -T -D -a 1
18f84f
18f84f
pushd supermin-4.1.4
18f84f
%patch0 -p1
18f84f
%patch1 -p2
18f84f
popd
18f84f
18f84f
pushd %{name}-%{version}
18f84f
#(no patches need to be applied to supermin 5)
18f84f
popd
18f84f
18f84f
18f84f
%build
18f84f
pushd %{name}-4.1.4
18f84f
%configure --disable-network-tests
18f84f
make
18f84f
popd
18f84f
18f84f
pushd %{name}-%{version}
18f84f
%configure --disable-network-tests
18f84f
make
18f84f
popd
18f84f
18f84f
18f84f
%install
18f84f
# Have to do the supermin5 install first so we can move the files
18f84f
# that it installs.
18f84f
pushd %{name}-%{version}
18f84f
make DESTDIR=$RPM_BUILD_ROOT install
18f84f
pushd $RPM_BUILD_ROOT%{_bindir}
18f84f
mv supermin supermin5
18f84f
popd
18f84f
pushd $RPM_BUILD_ROOT%{_mandir}/man1
18f84f
mv supermin.1 supermin5.1
18f84f
popd
18f84f
popd
18f84f
18f84f
pushd %{name}-4.1.4
18f84f
make DESTDIR=$RPM_BUILD_ROOT install
18f84f
popd
18f84f
18f84f
mkdir -p $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/
18f84f
install -m 0644 %{SOURCE4} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/
18f84f
install -m 0755 %{SOURCE5} $RPM_BUILD_ROOT%{_rpmconfigdir}/
18f84f
18f84f
18f84f
%check
18f84f
%ifarch aarch64 %{power64} s390x x86_64
18f84f
pushd %{name}-4.1.4
18f84f
make check
18f84f
popd
18f84f
18f84f
pushd %{name}-%{version}
18f84f
make check || {
18f84f
    cat tests/test-suite.log
18f84f
    exit 1
18f84f
}
18f84f
popd
18f84f
%endif
18f84f
18f84f
18f84f
%files
18f84f
%doc %{name}-4.1.4/COPYING
18f84f
%doc %{name}-4.1.4/README
18f84f
%doc %{name}-4.1.4/examples/build-basic-vm.sh
18f84f
%{_bindir}/supermin
18f84f
%{_mandir}/man8/supermin.8*
18f84f
18f84f
18f84f
%files helper
18f84f
%doc %{name}-4.1.4/COPYING
18f84f
%{_bindir}/supermin-helper
18f84f
%{_mandir}/man8/supermin-helper.8*
18f84f
18f84f
18f84f
%files -n supermin5
18f84f
%doc %{name}-%{version}/COPYING
18f84f
%doc %{name}-%{version}/README
18f84f
%doc %{name}-%{version}/examples/build-basic-vm.sh
18f84f
%{_bindir}/supermin5
18f84f
%{_mandir}/man1/supermin5.1*
18f84f
18f84f
18f84f
%files -n supermin5-devel
18f84f
%{_rpmconfigdir}/fileattrs/supermin.attr
18f84f
%{_rpmconfigdir}/supermin-find-requires
18f84f
18f84f
18f84f
%changelog
18f84f
* Sat Sep 23 2017 Richard W.M. Jones <rjones@redhat.com> - 5.1.19-1
18f84f
- Rebase to supermin 5.1.19.
18f84f
- Build on s390x.
18f84f
- Add upstream signature.
18f84f
- Remove upstream patches.
18f84f
  resolves: rhbz#1484890, rhbz#1484973
18f84f
18f84f
* Wed Jul 06 2016 Richard W.M. Jones <rjones@redhat.com> - 5.1.16-4
18f84f
- Add all upstream patches since 5.1.16 was released.
18f84f
18f84f
* Wed May 25 2016 Richard W.M. Jones <rjones@redhat.com> - 5.1.16-2
18f84f
- supermin init segfaults when kernel has large modules (1339691)
18f84f
18f84f
* Wed Apr 27 2016 Richard W.M. Jones <rjones@redhat.com> - 5.1.16-1
18f84f
- New upstream version 5.1.16.
18f84f
- Drop all patches since they are upstream.
18f84f
18f84f
* Wed Apr 20 2016 Richard W.M. Jones <rjones@redhat.com> - 5.1.15-3
18f84f
- Add all upstream patches since 5.1.15 was released.
18f84f
- These should improve boot performance and initrd size.
18f84f
18f84f
* Wed Feb 17 2016 Richard W.M. Jones <rjones@redhat.com> - 5.1.15-1
18f84f
- Rebase to supermin 5.1.15.
18f84f
  resolves: rhbz#1271255
18f84f
- Create supermin5-devel package containing RPM dependency generator.
18f84f
18f84f
* Wed Sep 10 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1.10-1.2
18f84f
- Enable all ppc64 architectures, including BE.
18f84f
18f84f
* Thu Sep 04 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1.10-1.1
18f84f
- Rebase to supermin 5.1.10.
18f84f
  resolves: rhbz#1021150
18f84f
18f84f
* Fri Aug 08 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1.9-1.4
18f84f
- Completely remove dependency on prelink/execstack (RHBZ#1093261).
18f84f
- Rebuild for aarch64 and ppc64le (1125690).
18f84f
18f84f
* Mon Jul 21 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1.9-1
18f84f
- Rebase to supermin 5.1.9.
18f84f
  resolves: rhbz#1021150
18f84f
- Remove patches, now all upstream.
18f84f
18f84f
* Wed May 21 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1.8-5.1
18f84f
- Package supermin 5 for RHEL 7.1.
18f84f
- Remove supermin 4 patch which was included by accident.
18f84f
18f84f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 4.1.4-2
18f84f
- Mass rebuild 2013-12-27
18f84f
18f84f
* Wed Aug 28 2013 Richard W.M. Jones <rjones@redhat.com> - 4.1.4-1
18f84f
- New upstream version 4.1.4.
18f84f
- Supports compressed cpio image files, experimentally.
18f84f
18f84f
* Fri Aug  9 2013 Richard W.M. Jones <rjones@redhat.com> - 4.1.3-1
18f84f
- New upstream version 4.1.3.
18f84f
- Remove patch which is now upstream.
18f84f
- Add examples directory to documentation.
18f84f
18f84f
* Tue Aug  6 2013 Richard W.M. Jones <rjones@redhat.com> - 4.1.2-2
18f84f
- Include upstream patch to get correct directory setgid/sticky bits in
18f84f
  the appliance.
18f84f
18f84f
* Sat Aug  3 2013 Richard W.M. Jones <rjones@redhat.com> - 4.1.2-1
18f84f
- New upstream version 4.1.2.
18f84f
- Remove patch which is now upstream.
18f84f
18f84f
* Wed Jun 26 2013 Richard W.M. Jones <rjones@redhat.com> - 4.1.1-2
18f84f
- Add upstream patch to ignore ghost non-regular files.
18f84f
- This fixes builds on Fedora 20 because the filesystem package has
18f84f
  been changed so /var/lock and /var/run are marked as ghost.
18f84f
18f84f
* Tue Feb  5 2013 Richard W.M. Jones <rjones@redhat.com> - 4.1.1-1
18f84f
- New upstream version 4.1.1.
18f84f
- The program has been renamed 'supermin' from 'febootstrap'.
18f84f
- Obsolete, but don't Provide because supermin is not a compatible replacement.
18f84f
- Use '_isa' to specify architecture of supermin-helper subpackage.
18f84f
18f84f
* Tue Jan 22 2013 Richard W.M. Jones <rjones@redhat.com> - 1:3.21-2
18f84f
- Add upstream patch to drop supplemental groups (RHBZ#902476).
18f84f
- Remove 'Group:' RPM headers which are no longer necessary.
18f84f
- Remove some commented-out requirements.
18f84f
18f84f
* Sat Dec 22 2012 Richard W.M. Jones <rjones@redhat.com> - 1:3.21-1
18f84f
- New upstream version 3.21.
18f84f
18f84f
* Fri Aug 31 2012 Richard W.M. Jones <rjones@redhat.com> - 1:3.20-1
18f84f
- New upstream version 3.20.
18f84f
18f84f
* Wed Aug 22 2012 Richard W.M. Jones <rjones@redhat.com> - 1:3.19-2
18f84f
- Work around brokenness in yum (RHBZ#850913).
18f84f
- Remove defattr, no longer required.
18f84f
18f84f
* Tue Jul 31 2012 Richard W.M. Jones <rjones@redhat.com> - 1:3.19-1
18f84f
- New upstream version 3.19.
18f84f
18f84f
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.18-2
18f84f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
18f84f
18f84f
* Mon Jun 18 2012 Richard Jones <rjones@redhat.com> - 3.18-1
18f84f
- New upstream version 3.18.
18f84f
- This adds support for EPEL 5.
18f84f
18f84f
* Thu Jun 14 2012 Richard Jones <rjones@redhat.com> - 3.17-1
18f84f
- New upstream version 3.17.
18f84f
18f84f
* Wed Jun 13 2012 Richard Jones <rjones@redhat.com> - 3.16-1
18f84f
- New upstream version 3.16.
18f84f
18f84f
* Tue Jun 12 2012 Richard Jones <rjones@redhat.com> - 3.15-1
18f84f
- New upstream version 3.15.
18f84f
- This version includes root=<device> support, needed for libguestfs
18f84f
  with virtio-scsi.
18f84f
- Remove upstream patch.
18f84f
18f84f
* Thu May 17 2012 Richard Jones <rjones@redhat.com> - 3.14-6
18f84f
- For RHEL 7 only, add ExclusiveArch x86-64.
18f84f
18f84f
* Tue May 15 2012 Richard Jones <rjones@redhat.com> - 3.14-5
18f84f
- Bundled gnulib (RHBZ#821752).
18f84f
18f84f
* Fri Apr 13 2012 Richard Jones <rjones@redhat.com> - 3.14-4
18f84f
- Add back explicit dependencies for external programs.
18f84f
18f84f
* Fri Apr 13 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.14-3
18f84f
- Drop ExclusiveArch as it's supported on all primary & secondary arches
18f84f
- Cleanup spec and deps
18f84f
18f84f
* Fri Mar 30 2012 Richard Jones <rjones@redhat.com> - 3.14-2
18f84f
- New upstream version 3.14.
18f84f
- Add upstream patch to fix RHBZ#808421.
18f84f
18f84f
* Thu Mar 29 2012 Richard Jones <rjones@redhat.com> - 3.13-4
18f84f
- e2fsprogs moved /sbin/mke2fs to /usr/sbin (thanks Eric Sandeen).
18f84f
18f84f
* Thu Mar  1 2012 Richard Jones <rjones@redhat.com> - 3.13-2
18f84f
- Missing BR zlib-static.
18f84f
18f84f
* Thu Feb  9 2012 Richard Jones <rjones@redhat.com> - 3.13-1
18f84f
- New upstream version 3.13.
18f84f
- Remove upstream patch which is included in this version.
18f84f
18f84f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12-5
18f84f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
18f84f
18f84f
* Tue Jan  3 2012 Richard Jones <rjones@redhat.com> - 3.12-4
18f84f
- Depend on latest e2fsprogs (RHBZ#771310).
18f84f
18f84f
* Wed Nov  9 2011 Richard Jones <rjones@redhat.com> - 3.12-2
18f84f
- Include upstream patch to work around Python stupidity.
18f84f
18f84f
* Tue Oct 18 2011 Richard Jones <rjones@redhat.com> - 3.12-1
18f84f
- New upstream version 3.12.
18f84f
- Remove upstream patch which is included in this version.
18f84f
18f84f
* Fri Oct 14 2011 Richard Jones <rjones@redhat.com> - 3.11-2
18f84f
- Add upstream patch to fix febootstrap on non-Debian.
18f84f
18f84f
* Fri Oct 14 2011 Richard Jones <rjones@redhat.com> - 3.11-1
18f84f
- New upstream version 3.11.
18f84f
18f84f
* Thu Sep  1 2011 Richard Jones <rjones@redhat.com> - 3.10-1
18f84f
- New upstream version 3.10.
18f84f
18f84f
* Fri Aug 26 2011 Richard Jones <rjones@redhat.com> - 3.9-1
18f84f
- New upstream version 3.9.
18f84f
18f84f
* Tue Jul 26 2011 Richard Jones <rjones@redhat.com> - 3.8-1
18f84f
- New upstream version 3.8.
18f84f
18f84f
* Fri Jul 15 2011 Richard Jones <rjones@redhat.com> - 3.7-1
18f84f
- New upstream version 3.7.
18f84f
18f84f
* Wed Jun  1 2011 Richard Jones <rjones@redhat.com> - 3.6-1
18f84f
- New upstream version 3.6.
18f84f
- This version no longer needs external insmod.static.
18f84f
18f84f
* Fri May 27 2011 Richard Jones <rjones@redhat.com> - 3.5-1
18f84f
- New upstream version 3.5.
18f84f
- Remove patch which is now upstream.
18f84f
18f84f
* Fri Mar 18 2011 Richard Jones <rjones@redhat.com> - 3.4-2
18f84f
- Don't fail if objects are created in a symlinked dir (RHBZ#698089).
18f84f
18f84f
* Fri Mar 18 2011 Richard Jones <rjones@redhat.com> - 3.4-1
18f84f
- New upstream version 3.4.
18f84f
- febootstrap-supermin-helper Obsoletes older versions of febootstrap.
18f84f
18f84f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-5
18f84f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
18f84f
18f84f
* Fri Jan 14 2011 Richard Jones <rjones@redhat.com> - 3.3-4
18f84f
- Split package into febootstrap (for building) and febootstrap-supermin-helper
18f84f
  (for running).  Note that febootstrap depends on febootstrap-supermin-helper,
18f84f
  but you can install febootstrap-supermin-helper on its own.
18f84f
18f84f
* Fri Jan 14 2011 Richard Jones <rjones@redhat.com> - 3.3-3
18f84f
- Clear executable stack flag on febootstrap-supermin-helper.
18f84f
18f84f
* Thu Jan 13 2011 Dan HorĂ¡k <dan[at]danny.cz> - 3.3-2
18f84f
- add the ocaml's ExclusiveArch
18f84f
18f84f
* Sat Dec 11 2010 Richard Jones <rjones@redhat.com> - 3.3-1
18f84f
- New upstream version 3.3.
18f84f
18f84f
* Tue Dec  7 2010 Richard Jones <rjones@redhat.com> - 3.2-1
18f84f
- New upstream version 3.2.
18f84f
- Remove upstream patches.
18f84f
18f84f
* Tue Dec  7 2010 Richard Jones <rjones@redhat.com> - 3.1-5
18f84f
- Previous fix for RHBZ#654638 didn't work, fix it correctly.
18f84f
18f84f
* Mon Dec  6 2010 Richard Jones <rjones@redhat.com> - 3.1-4
18f84f
- Properly ignore .*.hmac files (accidental reopening of RHBZ#654638).
18f84f
18f84f
* Mon Dec  6 2010 Richard Jones <rjones@redhat.com> - 3.1-3
18f84f
- Uses yumdownloader at runtime, so require yum-utils.
18f84f
18f84f
* Mon Dec  6 2010 Richard Jones <rjones@redhat.com> - 3.1-2
18f84f
- New upstream version 3.1.
18f84f
- BR insmod.static.
18f84f
18f84f
* Sun Dec  5 2010 Richard Jones <rjones@redhat.com> - 3.0-2
18f84f
- New upstream version 3.0 (note this is incompatible with 2.x).
18f84f
- Fix upstream URLs.
18f84f
- fakeroot, fakechroot no longer required.
18f84f
- insmod.static is required at runtime (missing dependency from earlier).
18f84f
- The only programs are 'febootstrap' and 'febootstrap-supermin-helper'.
18f84f
- BR ocaml, ocaml-findlib-devel.
18f84f
- No examples are provided with this version of febootstrap.
18f84f
18f84f
* Thu Nov 25 2010 Richard Jones <rjones@redhat.com> - 2.11-1
18f84f
- New upstream version 2.11.
18f84f
- Fixes "ext2fs_mkdir .. No free space in directory" bug which affects
18f84f
  libguestfs on rawhide.
18f84f
18f84f
* Thu Oct 28 2010 Richard Jones <rjones@redhat.com> - 2.10-1
18f84f
- New upstream version 2.10.
18f84f
- Adds -u and -g options to febootstrap-supermin-helper which are
18f84f
  required by virt-v2v.
18f84f
18f84f
* Fri Aug 27 2010 Richard Jones <rjones@redhat.com> - 2.9-1
18f84f
- New upstream version 2.9.
18f84f
- Fixes directory ordering problem in febootstrap-supermin-helper.
18f84f
18f84f
* Tue Aug 24 2010 Richard Jones <rjones@redhat.com> - 2.8-1
18f84f
- New upstream version 2.8.
18f84f
18f84f
* Sat Aug 21 2010 Richard Jones <rjones@redhat.com> - 2.8-0.2
18f84f
- New pre-release version of 2.8.
18f84f
  + Note this is based on 2.7 + mailing list patches.
18f84f
- New BRs on mke2fs, libext2fs, glibc-static.
18f84f
18f84f
* Fri May 14 2010 Richard Jones <rjones@redhat.com> - 2.7-2
18f84f
- New upstream version 2.7.
18f84f
- febootstrap-supermin-helper shell script rewritten in C for speed.
18f84f
- This package contains C code so it is no longer 'noarch'.
18f84f
- MAKEDEV isn't required.
18f84f
18f84f
* Fri Jan 22 2010 Richard Jones <rjones@redhat.com> - 2.6-1
18f84f
- New upstream release 2.6.
18f84f
- Recheck package in rpmlint.
18f84f
18f84f
* Thu Oct 22 2009 Richard Jones <rjones@redhat.com> - 2.5-2
18f84f
- New upstream release 2.5.
18f84f
- Remove BR upx (not needed by upstream).
18f84f
- Two more scripts / manpages.
18f84f
18f84f
* Thu Jul 30 2009 Richard Jones <rjones@redhat.com> - 2.4-1
18f84f
- New upstream release 2.4.
18f84f
18f84f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-2
18f84f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
18f84f
18f84f
* Mon Jun 15 2009 Richard Jones <rjones@redhat.com> - 2.3-1
18f84f
- New upstream release 2.3.
18f84f
18f84f
* Mon Jun 15 2009 Richard Jones <rjones@redhat.com> - 2.2-1
18f84f
- New upstream release 2.2.
18f84f
18f84f
* Mon May 11 2009 Richard Jones <rjones@redhat.com> - 2.0-1
18f84f
- New upstream release 2.0.
18f84f
18f84f
* Thu May  7 2009 Richard Jones <rjones@redhat.com> - 1.9-1
18f84f
- New upstream release 1.9.
18f84f
18f84f
* Fri May  1 2009 Richard Jones <rjones@redhat.com> - 1.8-1
18f84f
- New upstream release 1.8.
18f84f
18f84f
* Mon Apr 20 2009 Richard Jones <rjones@redhat.com> - 1.7-1
18f84f
- New upstream release 1.7.
18f84f
18f84f
* Tue Apr 14 2009 Richard Jones <rjones@redhat.com> - 1.5-3
18f84f
- Configure script has (unnecessary) BuildRequires on fakeroot,
18f84f
  fakechroot, yum.
18f84f
18f84f
* Tue Apr 14 2009 Richard Jones <rjones@redhat.com> - 1.5-2
18f84f
- Initial build for Fedora.