[supermin] New upstream version 5.1.11.

Richard W.M. Jones rjones at fedoraproject.org
Sat Oct 25 22:17:55 UTC 2014


commit 37c141d05d2456ccdc19fe1f2f4a36e29e8afe1c
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Oct 25 23:11:59 2014 +0100

    New upstream version 5.1.11.

 0001-ext2-fix-small-memory-leak-on-error.patch     |   26 -
 0002-build-Add-some-more-debug-messages.patch      |   36 -
 ...oth-verifying-signatures-and-digests-when.patch |   61 --
 ...n_process_full-in-compressed-file-reading.patch |   37 -
 ...ndlers-add-possibility-for-final-teardown.patch |  120 ---
 ...e-the-rpm-library-instead-of-invoking-rpm.patch | 1011 --------------------
 0007-rpm-fix-typo-in-non-librpm-code.patch         |   27 -
 0008-rpm-reuse-the-rpmtd-when-possible.patch       |   91 --
 0009-rpm-reuse-the-same-iteration-set.patch        |   35 -
 0010-chroot-fix-quoting-in-cp-invocation.patch     |   27 -
 0011-rpm-use-the-proper-parameter.patch            |   25 -
 0012-rpm-fix-caching-of-provides.patch             |   29 -
 ...check-for-providers-for-not-found-package.patch |   38 -
 sources                                            |    2 +-
 supermin.spec                                      |   28 +-
 15 files changed, 6 insertions(+), 1587 deletions(-)
---
diff --git a/sources b/sources
index f9eeefa..415ea9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-55af45d471987cde51cac4b4181073c5  supermin-5.1.10.tar.gz
+5843cd7016022d4944227c3019c8b225  supermin-5.1.11.tar.gz
diff --git a/supermin.spec b/supermin.spec
index b9a99e2..72b344f 100644
--- a/supermin.spec
+++ b/supermin.spec
@@ -1,7 +1,7 @@
 Summary:       Tool for creating supermin appliances
 Name:          supermin
-Version:       5.1.10
-Release:       2%{?dist}
+Version:       5.1.11
+Release:       1%{?dist}
 License:       GPLv2+
 
 %if 0%{?rhel} >= 7
@@ -11,20 +11,6 @@ ExclusiveArch: x86_64
 URL:           http://people.redhat.com/~rjones/supermin/
 Source0:       http://libguestfs.org/download/supermin/%{name}-%{version}.tar.gz
 
-Patch1:        0001-ext2-fix-small-memory-leak-on-error.patch
-Patch2:        0002-build-Add-some-more-debug-messages.patch
-Patch3:        0003-rpm-Don-t-both-verifying-signatures-and-digests-when.patch
-Patch4:        0004-Use-open_process_full-in-compressed-file-reading.patch
-Patch5:        0005-package-handlers-add-possibility-for-final-teardown.patch
-Patch6:        0006-rpm-use-the-rpm-library-instead-of-invoking-rpm.patch
-Patch7:        0007-rpm-fix-typo-in-non-librpm-code.patch
-Patch8:        0008-rpm-reuse-the-rpmtd-when-possible.patch
-Patch9:        0009-rpm-reuse-the-same-iteration-set.patch
-Patch10:       0010-chroot-fix-quoting-in-cp-invocation.patch
-Patch11:       0011-rpm-use-the-proper-parameter.patch
-Patch12:       0012-rpm-fix-caching-of-provides.patch
-Patch13:       0013-rpm-check-for-providers-for-not-found-package.patch
-
 BuildRequires: /usr/bin/pod2man
 BuildRequires: rpm
 BuildRequires: rpm-devel
@@ -36,9 +22,6 @@ BuildRequires: glibc-static, zlib-static
 BuildRequires: xz-static, xz-devel
 BuildRequires: ocaml, ocaml-findlib-devel
 
-# autoreconf during build, since the patches change configure.ac
-BuildRequires: automake, autoconf
-
 # These are required only to run the tests.  We could patch out the
 # tests to not require these packages.
 BuildRequires: augeas hivex kernel tar
@@ -70,10 +53,6 @@ second when you need to boot one of them.
 %prep
 %setup -q
 
-%autopatch -p1
-
-autoreconf -i
-
 
 %build
 %configure --disable-network-tests
@@ -106,6 +85,9 @@ make check || {
 
 
 %changelog
+* Sat Oct 25 2014 Richard W.M. Jones <rjones at redhat.com> - 5.1.11-1
+- New upstream version 5.1.11.
+
 * Tue Oct  7 2014 Pino Toscano <ptoscano at redhat.com> - 5.1.10-2
 - Update to upstream commit d78c898c7e2bc5f12cbebef98b95a7908d9120f1.
 - BR rpm-devel, since it is now used instead of invoking rpm.


More information about the scm-commits mailing list