[dracut] version 038

Harald Hoyer harald at fedoraproject.org
Mon Jun 30 10:12:14 UTC 2014


commit d84c3b78be08ddf1c476370eaa5f72487d9a160e
Author: Harald Hoyer <harald at redhat.com>
Date:   Mon Jun 30 12:11:26 2014 +0200

    version 038

 .gitignore                                         |    1 +
 ...no-hostonly-cmdline-option-handling-for-g.patch |   27 ---
 ...ramfs-restore-fix-unpacking-with-early-mi.patch |   42 ----
 ...flag-to-toggle-hostonly-cmdline-storing-i.patch |  229 --------------------
 0002-systemd-add-systemd-gpt-auto-generator.patch  |   24 --
 0003-fcoe-wait-for-lldpad-to-be-ready.patch        |   47 ----
 ...etwork-handle-ip-dhcp6-for-all-interfaces.patch |   31 ---
 0005-lsinitrd.sh-prevent-construct.patch           |   86 --------
 ...rk-DCHPv6-set-valid_lft-and-preferred_lft.patch |   38 ----
 0007-dm-add-dm-cache-modules.patch                 |   26 ---
 0008-fcoe-workaround-fcoe-timing-issues.patch      |   58 -----
 ...t-mount-and-fsck-from-fstab-if-using-syst.patch |   39 ----
 ...-ifcfg.sh-turn-on-IPV6INIT-if-any-inet6-a.patch |   28 ---
 ...setup.sh-check-for-existance-of-69-dm-lvm.patch |   30 ---
 ...eak-at-switch_root-only-for-bare-rd.break.patch |   29 ---
 ...queue-service-runs-before-remote-fs-pre.t.patch |   40 ----
 ...fs-lib-always-install-fsck.-fs-if-present.patch |   43 ----
 ...t-bind-persistent-interface-names-to-HWAD.patch |   65 ------
 ...only-bind-to-HWADDR-if-addr_assign_type-0.patch |   42 ----
 ...-i18n-parse-i18n.sh-fixed-typo-s-key-_key.patch |   26 ---
 ...dracut-lib.sh-fixed-return-value-of-pidof.patch |   39 ----
 ...to-kmsg-syslog-and-files-for-print-cmdlin.patch |   38 ----
 ...se-resume.sh-correctly-write-timeout-hook.patch |   30 ---
 ...-ifcfg.sh-IPV6INIT-yes-check-also-for-non.patch |   27 ---
 ...setup.sh-convert-SUBCHANNELS-to-lowercase.patch |   25 ---
 ...le-setup.sh-fixed-print-cmdline-for-empty.patch |   31 ---
 0024-ifcfg-write-ifcfg.sh-include-net-lib.sh.patch |   26 ---
 ...root.sh-call-nbd-client-with-systemd-mark.patch |   28 ---
 ...arse-uefifcoe.sh-fixed-parameter-generati.patch |   27 ---
 ...tions.sh-print_vars-fix-for-values-with-s.patch |   38 ----
 ...-fixup-rootfs-generator-installation-path.patch |   31 ---
 ...dev-rules-include-59-scsi-sg3_utils.rules.patch |   33 ---
 ...le-setup.sh-filter-out-empty-resume-optio.patch |   37 ----
 ...racut-pre-pivot-pulls-in-remote-fs.target.patch |   31 ---
 ...tions.sh-require_binaries-clarify-message.patch |   30 ---
 ...les-Fix-storage-module-selection-for-sdhc.patch |   52 -----
 ...-hwaddr-of-the-slave-rather-than-the-mast.patch |   51 -----
 ...p.sh-Don-t-try-to-modprobe-ipv6-if-alread.patch |   29 ---
 0036-udev-rules-added-seat-rules.patch             |   25 ---
 0037-udev-rules-add-uaccess-rules.patch            |   26 ---
 ...ctly-install-the-timeout-iscsiroot-dummy-.patch |   26 ---
 ...ctly-install-the-settled-iscsiroot-dummy-.patch |   26 ---
 ...h-add-libgcc_s-if-libpthread-is-installed.patch |   34 ---
 ...stemd-Optionally-include-efivarsfs-module.patch |   25 ---
 ...lso-install-systemd-journald-dev-log.sock.patch |   26 ---
 ...d.sh-don-t-choke-on-LZO-compressed-images.patch |   30 ---
 dracut.spec                                        |   55 +-----
 sources                                            |    2 +-
 48 files changed, 8 insertions(+), 1821 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 702e432..0b200ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /dracut-034.tar.bz2
 /dracut-036.tar.xz
 /dracut-037.tar.xz
+/dracut-038.tar.xz
diff --git a/dracut.spec b/dracut.spec
index 7a9df2b..ab30c9a 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -10,8 +10,8 @@
 %endif
 
 Name: dracut
-Version: 037
-Release: 14.git20140628%{?dist}
+Version: 038
+Release: 1%{?dist}
 
 Summary: Initramfs generator using udev
 %if 0%{?fedora} || 0%{?rhel}
@@ -30,53 +30,7 @@ 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.xz
-Patch001: 0001-dracut-initramfs-restore-fix-unpacking-with-early-mi.patch
-Patch002: 0002-systemd-add-systemd-gpt-auto-generator.patch
-Patch003: 0003-fcoe-wait-for-lldpad-to-be-ready.patch
-Patch004: 0004-network-handle-ip-dhcp6-for-all-interfaces.patch
-Patch005: 0005-lsinitrd.sh-prevent-construct.patch
-Patch006: 0006-network-DCHPv6-set-valid_lft-and-preferred_lft.patch
-Patch007: 0007-dm-add-dm-cache-modules.patch
-Patch008: 0008-fcoe-workaround-fcoe-timing-issues.patch
-Patch009: 0009-fstab-do-not-mount-and-fsck-from-fstab-if-using-syst.patch
-Patch010: 0010-ifcfg-write-ifcfg.sh-turn-on-IPV6INIT-if-any-inet6-a.patch
-Patch011: 0011-lvm-module-setup.sh-check-for-existance-of-69-dm-lvm.patch
-Patch012: 0012-Break-at-switch_root-only-for-bare-rd.break.patch
-Patch013: 0013-dracut-initqueue-service-runs-before-remote-fs-pre.t.patch
-Patch014: 0014-fs-lib-always-install-fsck.-fs-if-present.patch
-Patch015: 0015-ifcfg-do-not-bind-persistent-interface-names-to-HWAD.patch
-Patch016: 0016-ifcfg-only-bind-to-HWADDR-if-addr_assign_type-0.patch
-Patch017: 0017-i18n-parse-i18n.sh-fixed-typo-s-key-_key.patch
-Patch018: 0018-dracut-lib.sh-fixed-return-value-of-pidof.patch
-Patch019: 0019-Do-not-log-to-kmsg-syslog-and-files-for-print-cmdlin.patch
-Patch020: 0020-resume-parse-resume.sh-correctly-write-timeout-hook.patch
-Patch021: 0021-ifcfg-write-ifcfg.sh-IPV6INIT-yes-check-also-for-non.patch
-Patch022: 0022-cms-cmssetup.sh-convert-SUBCHANNELS-to-lowercase.patch
-Patch023: 0023-mdraid-module-setup.sh-fixed-print-cmdline-for-empty.patch
-Patch025: 0025-nbd-nbdroot.sh-call-nbd-client-with-systemd-mark.patch
-Patch026: 0026-fcoe-uefi-parse-uefifcoe.sh-fixed-parameter-generati.patch
-Patch027: 0027-dracut-functions.sh-print_vars-fix-for-values-with-s.patch
-Patch028: 0028-98systemd-fixup-rootfs-generator-installation-path.patch
-Patch029: 0029-udev-rules-include-59-scsi-sg3_utils.rules.patch
-Patch030: 0030-resume-module-setup.sh-filter-out-empty-resume-optio.patch
-Patch031: 0031-dracut-pre-pivot-pulls-in-remote-fs.target.patch
-Patch032: 0032-dracut-functions.sh-require_binaries-clarify-message.patch
-Patch033: 0033-kernel-modules-Fix-storage-module-selection-for-sdhc.patch
-Patch034: 0034-bonding-use-hwaddr-of-the-slave-rather-than-the-mast.patch
-Patch035: 0035-network-ifup.sh-Don-t-try-to-modprobe-ipv6-if-alread.patch
-Patch036: 0036-udev-rules-added-seat-rules.patch
-Patch037: 0037-udev-rules-add-uaccess-rules.patch
-Patch038: 0038-iscsi-correctly-install-the-timeout-iscsiroot-dummy-.patch
-Patch039: 0039-iscsi-correctly-install-the-settled-iscsiroot-dummy-.patch
-Patch040: 0040-dracut.sh-add-libgcc_s-if-libpthread-is-installed.patch
-Patch041: 0041-systemd-Optionally-include-efivarsfs-module.patch
-Patch042: 0042-98systemd-also-install-systemd-journald-dev-log.sock.patch
-Patch043: 0043-lsinitrd.sh-don-t-choke-on-LZO-compressed-images.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
 
@@ -524,6 +478,9 @@ rm -rf -- $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Jun 30 2014 Harald Hoyer <harald at redhat.com> 038-1
+- version 038
+
 * Sat Jun 28 2014 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 037-14.git20140628
 - Pull most bugfixy commits from current git
 Resolves: rhbz#1112061
diff --git a/sources b/sources
index f9ffa79..024b5b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-866982a7ab49e3e4442fe966eeff4111  dracut-037.tar.xz
+e97ca17813220c337a19c7ab0372aae5  dracut-038.tar.xz


More information about the scm-commits mailing list