rpms/dracut/F-12 dracut.spec,1.46,1.47

Harald Hoyer harald at fedoraproject.org
Tue Jan 26 10:17:12 UTC 2010


Author: harald

Update of /cvs/pkgs/rpms/dracut/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22762

Modified Files:
	dracut.spec 
Log Message:
* Tue Jan 26 2010 Harald Hoyer <harald at redhat.com> 004-3
- fix selinux handling if .autorelabel is present
- Resolves: rhbz#557744



Index: dracut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/F-12/dracut.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- dracut.spec	26 Jan 2010 09:15:39 -0000	1.46
+++ dracut.spec	26 Jan 2010 10:17:12 -0000	1.47
@@ -20,7 +20,7 @@
 
 Name: dracut
 Version: 004
-Release: 2%{?rdist}
+Release: 3%{?rdist}
 Summary: Initramfs generator using udev
 Group: System Environment/Base		
 License: GPLv2+	
@@ -29,6 +29,7 @@ URL: http://apps.sourceforge.net/trac/dr
 # http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=snapshot;h=%{?dashgittag};sf=tgz
 Source0: dracut-%{version}%{?dashgittag}.tar.bz2
 Patch1:  dracut-004-emergency.patch
+Patch2:  dracut-004-forcepermissive.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?fedora} > 12 || 0%{?rhel} >= 6
@@ -144,6 +145,7 @@ This package contains tools to assemble 
 %prep
 %setup -q -n %{name}-%{version}%{?dashgittag}
 %patch1 -p1
+%patch2 -p1
 
 %build
 make WITH_SWITCH_ROOT=0%{?with_switch_root}
@@ -247,6 +249,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Tue Jan 26 2010 Harald Hoyer <harald at redhat.com> 004-3
+- fix selinux handling if .autorelabel is present
+- Resolves: rhbz#557744
+
 * Wed Jan 20 2010 Harald Hoyer <harald at redhat.com> 004-2
 - fix emergency_shell argument parsing
 - Related: rhbz#543948



More information about the scm-commits mailing list