]> git.pld-linux.org Git - packages/dracut.git/commitdiff
- rel 5 auto/th/dracut-018-5
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 27 Apr 2012 11:05:30 +0000 (11:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- we don't have system-release, we have os-release

Changed files:
    dracut.spec -> 1.20
    os-release.patch -> 1.1

dracut.spec
os-release.patch [new file with mode: 0644]

index 16e91c0bd78984b22b34116b52f259137cee1b8f..c79d12cc9b0c6300e352c25e786ef26afd786052 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Initramfs generator using udev
 Name:          dracut
 Version:       018
-Release:       4
+Release:       5
 License:       GPL v2+
 Group:         Base
 Source0:       ftp://www.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz
@@ -11,6 +11,7 @@ Patch0:               no-rh.patch
 Patch1:                bash-sh.patch
 Patch2:                plymouth-libexec.patch
 Patch3:                reboot-opts.patch
+Patch4:                os-release.patch
 URL:           https://dracut.wiki.kernel.org/
 BuildRequires: dash
 BuildRequires: docbook-dtd45-xml
@@ -133,6 +134,7 @@ configuration.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %{__sed} -i -e 's,@lib@,%{_lib},g' modules.d/50plymouth/module-setup.sh
 
diff --git a/os-release.patch b/os-release.patch
new file mode 100644 (file)
index 0000000..8650197
--- /dev/null
@@ -0,0 +1,11 @@
+--- dracut-018/modules.d/50plymouth/plymouth-populate-initrd.sh~       2012-04-05 13:54:38.000000000 +0200
++++ dracut-018/modules.d/50plymouth/plymouth-populate-initrd.sh        2012-04-27 13:04:05.676319178 +0200
+@@ -7,7 +7,7 @@
+ inst /sbin/plymouthd /bin/plymouthd
+ dracut_install /bin/plymouth \
+     "${PLYMOUTH_LOGO_FILE}" \
+-    /etc/system-release
++    /etc/os-release
+ mkdir -m 0755 -p "${initdir}/usr/share/plymouth"
This page took 0.054514 seconds and 4 git commands to generate.