summaryrefslogtreecommitdiffstats
path: root/dracut.spec
diff options
context:
space:
mode:
authorAdam Williamson <awilliam@redhat.com>2014-04-21 09:17:03 -0700
committerAdam Williamson <awilliam@redhat.com>2014-04-21 09:17:03 -0700
commit1ba35bf55e0c0c55315039d80e891a5473561cc4 (patch)
tree958112f4e96fdf0424980f9cb157897000a68e25 /dracut.spec
parent05e06999006445b876d62159f68d9bbf25241b8b (diff)
downloaddracut-1ba35bf55e0c0c55315039d80e891a5473561cc4.tar.gz
dracut-1ba35bf55e0c0c55315039d80e891a5473561cc4.tar.xz
dracut-1ba35bf55e0c0c55315039d80e891a5473561cc4.zip
revert bad upstream changes that cause RHBZ #1084766
Diffstat (limited to 'dracut.spec')
-rw-r--r--dracut.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/dracut.spec b/dracut.spec
index 5738205..5ab62c7 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -11,7 +11,7 @@
Name: dracut
Version: 037
-Release: 10.git20140402%{?dist}
+Release: 11.git20140402%{?dist}
Summary: Initramfs generator using udev
%if 0%{?fedora} || 0%{?rhel}
@@ -40,6 +40,10 @@ Patch7: 0007-dm-add-dm-cache-modules.patch
Patch8: 0008-fcoe-workaround-fcoe-timing-issues.patch
Patch9: 0009-fstab-do-not-mount-and-fsck-from-fstab-if-using-syst.patch
+# Revert dangerous behaviour change which breaks boot for multiple reporters
+# https://bugzilla.redhat.com/show_bug.cgi?id=1084766
+Patch100: 0001-Revert-Add-no-hostonly-cmdline-option-handling-for-g.patch
+Patch101: 0002-Revert-Add-flag-to-toggle-hostonly-cmdline-storing-i.patch
BuildRequires: bash git
@@ -487,6 +491,9 @@ rm -rf -- $RPM_BUILD_ROOT
%endif
%changelog
+* Thu Apr 17 2014 Adam Williamson <awilliam@redhat.com> - 037-11.git20140402
+- revert broken upstream change that causes RHBZ#1084766
+
* Wed Apr 02 2014 Harald Hoyer <harald@redhat.com> 037-10.git20140402
- fixed fstab.sys with systemd
- DHCPv6 fixes