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 - 5.1.8-2 +- BR xz-static package to support xz-compressed kernel modules. + * Fri May 9 2014 Richard W.M. Jones - 5.1.8-1 - New upstream version 5.1.8. - Remove patches which are now upstream.