[dracut] dracut-020-52.git20120709

Harald Hoyer harald at fedoraproject.org
Mon Jul 9 06:29:04 UTC 2012


commit c1d206c9d89f78a1eda071ff0dd4f1de3ff8452a
Author: Harald Hoyer <harald at redhat.com>
Date:   Mon Jul 9 08:28:25 2012 +0200

    dracut-020-52.git20120709
    
    - fixed prefix in 01-dist.conf

 ....d-fedora.conf.example-removed-readonly-f.patch |   23 ++++++++++++++++++++
 dracut.spec                                        |    6 ++++-
 2 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/0051-dracut.conf.d-fedora.conf.example-removed-readonly-f.patch b/0051-dracut.conf.d-fedora.conf.example-removed-readonly-f.patch
new file mode 100644
index 0000000..4f80f93
--- /dev/null
+++ b/0051-dracut.conf.d-fedora.conf.example-removed-readonly-f.patch
@@ -0,0 +1,23 @@
+From 56ed92922e6a229668fa02becd1419909cdbf29d Mon Sep 17 00:00:00 2001
+From: Harald Hoyer <harald at redhat.com>
+Date: Mon, 9 Jul 2012 08:21:00 +0200
+Subject: [PATCH] dracut.conf.d/fedora.conf.example: removed readonly from
+ prefix
+
+---
+ dracut.conf.d/fedora.conf.example |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/dracut.conf.d/fedora.conf.example b/dracut.conf.d/fedora.conf.example
+index ee53844..4cb1890 100644
+--- a/dracut.conf.d/fedora.conf.example
++++ b/dracut.conf.d/fedora.conf.example
+@@ -5,7 +5,7 @@ i18n_vars="/etc/sysconfig/keyboard:KEYTABLE-KEYMAP /etc/sysconfig/i18n:SYSFONT-F
+ omit_drivers+=" .*/fs/ocfs/.* "
+ stdloglvl=3
+ install_items+=" vi /etc/virc ps grep cat rm "
+-readonly prefix="/"
++prefix="/"
+ systemdutildir=/usr/lib/systemd
+ systemdsystemunitdir=/usr/lib/systemd/system
+ udevdir=/usr/lib/udev
diff --git a/dracut.spec b/dracut.spec
index 08ee699..020f0f4 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -10,7 +10,7 @@
 
 Name: dracut
 Version: 020
-Release: 51.git20120706%{?dist}
+Release: 52.git20120709%{?dist}
 
 Summary: Initramfs generator using udev
 %if 0%{?fedora} || 0%{?rhel}
@@ -79,6 +79,7 @@ Patch47: 0047-systemd-check-that-prefix-does-not-contain-run.patch
 Patch48: 0048-fixed-bash-sh-requirements.patch
 Patch49: 0049-dracut.spec-dracut.conf.d-fedora.conf.example-no-das.patch
 Patch50: 0050-systemd-module-setup.sh-also-include-systemd-udevd-u.patch
+Patch51: 0051-dracut.conf.d-fedora.conf.example-removed-readonly-f.patch
 
 
 BuildRequires: dash bash git
@@ -406,6 +407,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Mon Jul 09 2012 Harald Hoyer <harald at redhat.com> 020-52.git20120709
+- fixed prefix in 01-dist.conf
+
 * Fri Jul 06 2012 Harald Hoyer <harald at redhat.com> 020-51.git20120706
 - cope with systemd-udevd unit renaming
 - fixed network renaming


More information about the scm-commits mailing list