diff --git a/supermin.spec b/supermin.spec index e303792..2ecbe49 100644 --- a/supermin.spec +++ b/supermin.spec @@ -23,7 +23,7 @@ Summary: Tool for creating supermin appliances Name: supermin Version: 5.1.16 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ %if 0%{?rhel} >= 7 @@ -59,6 +59,8 @@ BuildRequires: augeas hivex kernel tar # into a /boot/ subdirectory (in Fedora >= 23). Read the # kernel-install script to understand why. BuildRequires: grubby +# https://bugzilla.redhat.com/show_bug.cgi?id=1331012 +BuildRequires: systemd-udev Requires: rpm Requires: dnf >= 0.6.5-1.fc23 @@ -153,9 +155,10 @@ make check || { %changelog -* Wed Apr 27 2016 Richard W.M. Jones - 5.1.16-1 +* Wed Apr 27 2016 Richard W.M. Jones - 5.1.16-2 - New upstream version 5.1.16. - Drop all patches since they are upstream. +- Depend on systemd-udev to work around RHBZ#1331012. * Fri Mar 18 2016 Richard W.M. Jones - 5.1.15-2 - Add all upstream patches since 5.1.15 was released.