summaryrefslogtreecommitdiffstats
path: root/dracut.spec
diff options
context:
space:
mode:
Diffstat (limited to 'dracut.spec')
-rw-r--r--dracut.spec33
1 files changed, 32 insertions, 1 deletions
diff --git a/dracut.spec b/dracut.spec
index 5ece848..5e6f0d4 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -10,7 +10,7 @@
Name: dracut
Version: 032
-Release: 1%{?dist}
+Release: 23.git20130904%{?dist}
Summary: Initramfs generator using udev
%if 0%{?fedora} || 0%{?rhel}
@@ -29,6 +29,28 @@ URL: https://dracut.wiki.kernel.org/
# Source can be generated by
# http://git.kernel.org/?p=boot/dracut/dracut.git;a=snapshot;h=%{version};sf=tgz
Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.bz2
+Patch1: 0001-network-do-not-depend-on-ifcfg.patch
+Patch2: 0002-dracut-functions.sh-add-expand_persistent_dev.patch
+Patch3: 0003-url-lib.sh-handle-0-size-files-with-curl.patch
+Patch4: 0004-add-dracut.css-for-dracut.html.patch
+Patch5: 0005-dracut.asc-document-debugging-dracut-on-shutdown.patch
+Patch6: 0006-freenode-IRC-dracut-verification.patch
+Patch7: 0007-removed-freenode.txt.patch
+Patch8: 0008-dracut-functions.sh-use-builtin-bash-functions-rathe.patch
+Patch9: 0009-dracut-functions.sh-inst_rules-do-not-install-from-e.patch
+Patch10: 0010-use-var-val-rather-than-var-val.patch
+Patch11: 0011-dracut-functions.sh-get_persistent_dev-do-not-check-.patch
+Patch12: 0012-network-move-ibft-parsing-before-all-other-network-c.patch
+Patch13: 0013-i18n-check-for-setfont-and-loadkeys-binaries.patch
+Patch14: 0014-dmraid-parse-dm.sh-if-rd.md-0-use-dmraid-for-imsm-an.patch
+Patch15: 0015-dmraid-mdraid-improve-hostonly-recognition.patch
+Patch16: 0016-dracut-functions.sh-get_devpath_block-make-local-var.patch
+Patch17: 0017-resume-debian-s-resume-is-in-usr-lib-uswsusp.patch
+Patch18: 0018-dracut-logger.sh-check-is-journald.socket-is-active.patch
+Patch19: 0019-dracut-functions.sh-for_each_module_dir-skip-empty-m.patch
+Patch20: 0020-iscsi-parse-iscsi-parameter-even-if-rootok-1.patch
+Patch21: 0021-net-lib-ibft_to_cmdline-fixes.patch
+Patch22: 0022-Rewrite-rootok-and-netroot-logic.patch
BuildRequires: bash git
@@ -446,6 +468,15 @@ rm -rf -- $RPM_BUILD_ROOT
%endif
%changelog
+* Wed Sep 04 2013 Harald Hoyer <harald@redhat.com> 032-23.git20130904
+- fixed curl error with zero size kickstart file
+Resolves: rhbz#989133
+- fixed systemd-cat failure, when systemd is installed
+ but not actually running
+Resolves: rhbz#1002021
+- do not fail on empty dracut module directories
+Resolves: rhbz#1003153
+
* Tue Aug 20 2013 Harald Hoyer <harald@redhat.com> 032-1
- fix for kdump in FIPS mode
Resolves: rhbz#920931