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