[supermin] Also needs xz-devel.

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


commit 4315966c7aff918e3bf0ec55697899e8c8fe7ab7
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri May 16 16:31:07 2014 +0100

    Also needs xz-devel.

 supermin.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/supermin.spec b/supermin.spec
index cacff42..22b72d6 100644
--- a/supermin.spec
+++ b/supermin.spec
@@ -1,7 +1,7 @@
 Summary:       Tool for creating supermin appliances
 Name:          supermin
 Version:       5.1.8
-Release:       2%{?dist}
+Release:       3%{?dist}
 License:       GPLv2+
 
 %if 0%{?rhel} >= 7
@@ -16,7 +16,8 @@ BuildRequires: rpm
 BuildRequires: yum-utils
 BuildRequires: /usr/sbin/mke2fs
 BuildRequires: e2fsprogs-devel
-BuildRequires: glibc-static, zlib-static, xz-static
+BuildRequires: glibc-static, zlib-static
+BuildRequires: xz-static, xz-devel
 BuildRequires: ocaml, ocaml-findlib-devel
 
 # These are required only to run the tests.  We could patch out the
@@ -73,8 +74,8 @@ 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 16 2014 Richard W.M. Jones <rjones at redhat.com> - 5.1.8-3
+- BR xz-static & xz-devel packages, 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.


More information about the scm-commits mailing list