[supermin] BR xz-static package to support xz-compressed kernel modules.

Richard W.M. Jones rjones at fedoraproject.org
Fri May 16 15:20:15 UTC 2014


commit b49d6ff9ccea04a106ebf2f269deabeb7bf75d65
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri May 16 15:12:59 2014 +0100

    BR xz-static package to support xz-compressed kernel modules.

 supermin.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/supermin.spec b/supermin.spec
index 77dfe7a..cacff42 100644
--- a/supermin.spec
+++ b/supermin.spec
@@ -1,7 +1,7 @@
 Summary:       Tool for creating supermin appliances
 Name:          supermin
 Version:       5.1.8
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       GPLv2+
 
 %if 0%{?rhel} >= 7
@@ -16,7 +16,7 @@ BuildRequires: rpm
 BuildRequires: yum-utils
 BuildRequires: /usr/sbin/mke2fs
 BuildRequires: e2fsprogs-devel
-BuildRequires: glibc-static, zlib-static
+BuildRequires: glibc-static, zlib-static, xz-static
 BuildRequires: ocaml, ocaml-findlib-devel
 
 # These are required only to run the tests.  We could patch out the
@@ -73,6 +73,9 @@ make check || {
 
 
 %changelog
+* Fri May 16 2014 Richard W.M. Jones <rjones at redhat.com> - 5.1.8-2
+- BR xz-static package to support xz-compressed kernel modules.
+
 * Fri May  9 2014 Richard W.M. Jones <rjones at redhat.com> - 5.1.8-1
 - New upstream version 5.1.8.
 - Remove patches which are now upstream.


More information about the scm-commits mailing list