rpms/dracut/F-12 .cvsignore, 1.20, 1.21 dracut.spec, 1.35, 1.36 sources, 1.21, 1.22

Harald Hoyer harald at fedoraproject.org
Thu Oct 1 17:04:56 UTC 2009


Author: harald

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

Modified Files:
	.cvsignore dracut.spec sources 
Log Message:
* Thu Oct 01 2009 Harald Hoyer <harald at redhat.com> 002-10
- do not destroy assembled raid arrays if mdadm.conf present
- mount /dev/shm 
- let udevd not resolve group and user names
- preserve timestamps of tools on initramfs generation
- generate symlinks for binaries correctly
- moved network from udev to initqueue
- mount nfs3 with nfsvers=3 option and retry with nfsvers=2
- fixed nbd initqueue-finished
- improved debug output: specifying "rdinitdebug" now logs
  to dmesg, console and /init.log
- stop udev before killing it
- add ghost /var/log/dracut.log
- dmsquash: use info() and die() rather than echo
- strip kernel modules which have no x bit set
- redirect stdin, stdout, stderr all RW to /dev/console
  so the user can use "less" to view /init.log and dmesg



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/F-12/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- .cvsignore	25 Sep 2009 04:47:38 -0000	1.20
+++ .cvsignore	1 Oct 2009 17:04:54 -0000	1.21
@@ -1 +1 @@
-dracut-002-845dd502.tar.bz2
+dracut-002-95b4875c.tar.bz2


Index: dracut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/F-12/dracut.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- dracut.spec	25 Sep 2009 04:47:39 -0000	1.35
+++ dracut.spec	1 Oct 2009 17:04:55 -0000	1.36
@@ -1,4 +1,4 @@
-%define gittag 845dd502
+%define gittag 95b4875c
 %if 0%{?fedora} < 12
 %define with_switch_root 1
 %else
@@ -14,7 +14,7 @@
 
 Name: dracut
 Version: 002
-Release: 8%{?rdist}
+Release: 10%{?rdist}
 Summary: Initramfs generator using udev
 Group: System Environment/Base		
 License: GPLv2+	
@@ -120,6 +120,8 @@ rm -f $RPM_BUILD_ROOT/sbin/switch_root
 
 mkdir -p $RPM_BUILD_ROOT/boot/dracut
 mkdir -p $RPM_BUILD_ROOT/var/lib/dracut/overlay
+mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log
+touch $RPM_BUILD_ROOT%{_localstatedir}/log/dracut.log
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -148,12 +150,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dracut/modules.d/95debug
 %{_datadir}/dracut/modules.d/95resume
 %{_datadir}/dracut/modules.d/95rootfs-block
-%{_datadir}/dracut/modules.d/95s390
+%{_datadir}/dracut/modules.d/95dasd
 %{_datadir}/dracut/modules.d/95terminfo
 %{_datadir}/dracut/modules.d/95udev-rules
 %{_datadir}/dracut/modules.d/95udev-rules.ub810
 %{_datadir}/dracut/modules.d/98syslog
 %{_datadir}/dracut/modules.d/99base
+%attr(0644,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log
 
 %files network
 %defattr(-,root,root,0755)
@@ -181,14 +184,36 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Thu Oct 01 2009 Harald Hoyer <harald at redhat.com> 002-10
+- do not destroy assembled raid arrays if mdadm.conf present
+- mount /dev/shm 
+- let udevd not resolve group and user names
+- preserve timestamps of tools on initramfs generation
+- generate symlinks for binaries correctly
+- moved network from udev to initqueue
+- mount nfs3 with nfsvers=3 option and retry with nfsvers=2
+- fixed nbd initqueue-finished
+- improved debug output: specifying "rdinitdebug" now logs
+  to dmesg, console and /init.log
+- stop udev before killing it
+- add ghost /var/log/dracut.log
+- dmsquash: use info() and die() rather than echo
+- strip kernel modules which have no x bit set
+- redirect stdin, stdout, stderr all RW to /dev/console
+  so the user can use "less" to view /init.log and dmesg
+
+* Tue Sep 29 2009 Harald Hoyer <harald at redhat.com> 002-9
+- make install of new dm/lvm udev rules optionally
+- correct dasd module typo
+
 * Fri Sep 25 2009 Warren Togami <wtogami at redhat.com> 002-8
 - revert back to dracut-002-5 tarball 845dd502
   lvm2 was reverted to pre-udev
 
-* Wed Sep 23 2009 harald at redhat.com 002-7
+* Wed Sep 23 2009 Harald Hoyer <harald at redhat.com> 002-7
 - build with the correct tarball
 
-* Wed Sep 23 2009 harald at redhat.com 002-6
+* Wed Sep 23 2009 Harald Hoyer <harald at redhat.com> 002-6
 - add new device mapper udev rules and dmeventd 
   bug 525319, 525015
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/F-12/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	25 Sep 2009 04:47:39 -0000	1.21
+++ sources	1 Oct 2009 17:04:55 -0000	1.22
@@ -1 +1 @@
-d8d9c7088a414abdc24dc92b463dff6f  dracut-002-845dd502.tar.bz2
+28b7980acb019a0c4095058552e6c3e1  dracut-002-95b4875c.tar.bz2




More information about the fedora-extras-commits mailing list