summaryrefslogtreecommitdiffstats
path: root/dracut.spec
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-04-25 20:35:25 +0200
committerHarald Hoyer <harald@redhat.com>2013-04-25 20:35:25 +0200
commit2e4662341213349f90d98e0aeaf405f387906386 (patch)
treeadfdd78902b619f8968c87fde19dc387c554b271 /dracut.spec
parentadf00e139fa4d487d89b700c4403439313b7900f (diff)
downloaddracut-2e4662341213349f90d98e0aeaf405f387906386.tar.gz
dracut-2e4662341213349f90d98e0aeaf405f387906386.tar.xz
dracut-2e4662341213349f90d98e0aeaf405f387906386.zip
dracut-027-39.git20130425
- fix shutdown, if /dev/console is not writeable - fixed fips mode Resolves: rhbz#956521
Diffstat (limited to 'dracut.spec')
-rw-r--r--dracut.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/dracut.spec b/dracut.spec
index 5facf0d..bece2ed 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -10,7 +10,7 @@
Name: dracut
Version: 027
-Release: 36.git20130418%{?dist}
+Release: 39.git20130425%{?dist}
Summary: Initramfs generator using udev
%if 0%{?fedora} || 0%{?rhel}
@@ -64,6 +64,9 @@ Patch32: 0032-.gitignore-ignore-more-files.patch
Patch33: 0033-Makefile-remove-dracut-version.sh-on-clean.patch
Patch34: 0034-base-dracut-lib.sh-do-not-setdebug-if-not-in-initram.patch
Patch35: 0035-dracut-install-error-out-if-ldd-reports-no-execution.patch
+Patch36: 0036-shutdown-redirect-output-to-dev-console-only-if-it-e.patch
+Patch37: 0037-fixup-3be5d63c2f.patch
+Patch38: 0038-fixed-fips-mode.patch
BuildRequires: dash bash git
@@ -472,6 +475,11 @@ rm -rf $RPM_BUILD_ROOT
%{dracutlibdir}/dracut.conf.d/02-norescue.conf
%changelog
+* Thu Apr 25 2013 Harald Hoyer <harald@redhat.com> 027-39.git20130425
+- fix shutdown, if /dev/console is not writeable
+- fixed fips mode
+Resolves: rhbz#956521
+
* Thu Apr 18 2013 Harald Hoyer <harald@redhat.com> 027-36.git20130418
- fix initramfs creation on noexec tmpdir
Resolves: rhbz#953426