[supermin] New upstream version 5.1.1.

Richard W.M. Jones rjones at fedoraproject.org
Sat Mar 1 09:46:44 UTC 2014


commit 7610a1186a220849399356bf70f358645d4260d3
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Mar 1 09:47:01 2014 +0000

    New upstream version 5.1.1.
    
    - Remove patch which is now upstream.

 .gitignore                                         |    1 -
 ...pare-Remove-duplicates-from-packages-file.patch |   42 --------------------
 sources                                            |    2 +-
 supermin.spec                                      |   12 +++---
 4 files changed, 7 insertions(+), 50 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d147eca..38a4d97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,5 +4,4 @@
 /.build-*.log
 /clog
 /supermin-*.tar.gz
-/supermin-4*
 /x86_64
diff --git a/sources b/sources
index 41a4adb..37c08b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16033ada033af38bc9312d57906c7769  supermin-5.1.0.tar.gz
+bef271fa1d7b0dd53a1b3739d715aafb  supermin-5.1.1.tar.gz
diff --git a/supermin.spec b/supermin.spec
index 88242c4..87d6ecf 100644
--- a/supermin.spec
+++ b/supermin.spec
@@ -1,7 +1,7 @@
 Summary:       Tool for creating supermin appliances
 Name:          supermin
-Version:       5.1.0
-Release:       3%{?dist}
+Version:       5.1.1
+Release:       1%{?dist}
 License:       GPLv2+
 
 %if 0%{?rhel} >= 7
@@ -11,8 +11,6 @@ ExclusiveArch: x86_64
 URL:           http://people.redhat.com/~rjones/supermin/
 Source0:       http://libguestfs.org/download/supermin/%{name}-%{version}.tar.gz
 
-Patch1:        0001-prepare-Remove-duplicates-from-packages-file.patch
-
 BuildRequires: /usr/bin/pod2man
 BuildRequires: rpm
 BuildRequires: yum-utils
@@ -47,8 +45,6 @@ second when you need to boot one of them.
 %prep
 %setup -q
 
-%patch1 -p1
-
 
 %build
 # Use --disable-largefile to work around glibc bug:
@@ -84,6 +80,10 @@ make check
 
 
 %changelog
+* Sat Mar  1 2014 Richard W.M. Jones <rjones at redhat.com> - 5.1.1-1
+- New upstream version 5.1.1.
+- Remove patch which is now upstream.
+
 * Wed Feb 26 2014 Richard W.M. Jones <rjones at redhat.com> - 5.1.0-3
 - Add BR yum-utils (for yumdownloader).
 - Add upstream patch which stops duplicate packages appearing.


More information about the scm-commits mailing list