From fecda732709b43f90a040795317fec14afbeb4e5 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Nov 19 2009 18:48:41 +0000 Subject: - add more requirements for dracut-fips (bug #539257) --- diff --git a/dracut.spec b/dracut.spec index 883b61f..df8cb15 100644 --- a/dracut.spec +++ b/dracut.spec @@ -18,7 +18,7 @@ Name: dracut Version: 002 -Release: 24%{?rdist} +Release: 25%{?rdist} Summary: Initramfs generator using udev Group: System Environment/Base License: GPLv2+ @@ -78,6 +78,8 @@ all purpose initramfs with network support with dracut. Summary: dracut modules to build a dracut initramfs with an integrity check. Requires: %{name} = %{version}-%{release} Requires: hmaccalc +Requires: nss-softokn +Requires: nss-softokn-freebl %description fips This package requires everything which is needed to build an @@ -211,6 +213,9 @@ rm -rf $RPM_BUILD_ROOT %dir /var/lib/dracut/overlay %changelog +* Thu Nov 19 2009 Harald Hoyer 002-25 +- add more requirements for dracut-fips (bug #539257) + * Tue Nov 17 2009 Harald Hoyer 002-24 - put fips module in a subpackage (bug #537619)