rpms/mkinitrd/devel .cvsignore, 1.139, 1.140 mkinitrd.spec, 1.174, 1.175 sources, 1.169, 1.170

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 4 17:03:03 UTC 2006


Author: pjones

Update of /cvs/dist/rpms/mkinitrd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26281

Modified Files:
	.cvsignore mkinitrd.spec sources 
Log Message:
- update to 6.0-1



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/mkinitrd/devel/.cvsignore,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- .cvsignore	28 Sep 2006 16:08:22 -0000	1.139
+++ .cvsignore	4 Dec 2006 17:03:01 -0000	1.140
@@ -1,2 +1 @@
-mkinitrd-5.1.18.tar.bz2
-mkinitrd-5.1.19.tar.bz2
+mkinitrd-6.0.tar.bz2


Index: mkinitrd.spec
===================================================================
RCS file: /cvs/dist/rpms/mkinitrd/devel/mkinitrd.spec,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- mkinitrd.spec	22 Nov 2006 20:30:32 -0000	1.174
+++ mkinitrd.spec	4 Dec 2006 17:03:01 -0000	1.175
@@ -1,9 +1,10 @@
+%define pyver %(%{__python} -c "import sys; print sys.version[:3]")
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)[1:]")}
 
 Summary: Creates an initial ramdisk image for preloading modules.
 Name: mkinitrd
-Version: 5.1.19
-Release: 1.2
+Version: 6.0
+Release: 1
 License: GPL
 Group: System Environment/Base
 Source0: mkinitrd-%{version}.tar.bz2
@@ -15,9 +16,9 @@
 Requires: filesystem >= 2.1.0, cpio, device-mapper, initscripts >= 8.22-1
 Requires: e2fsprogs >= 1.38-12, glib2, libselinux, libsepol, coreutils
 BuildRequires: popt e2fsprogs-devel parted-devel >= 1.7.1-15, pkgconfig, glib2-devel
-BuildRequires: libdhcp4client-devel >= 12:3.0.5-7, libdhcp6client-devel
-BuildRequires: libdhcp-devel >= 1.9
-BuildRequires: device-mapper libselinux-devel libsepol-devel, python-devel
+BuildRequires: libdhcp4client-devel, libdhcp6client-devel, libdhcp-devel >= 1.9
+BuildRequires: device-mapper libselinux-devel libsepol-devel, python-devel >= %{pyver}
+BuildRequires: python
 %ifnarch s390 s390x
 Requires: dmraid
 %endif
@@ -53,6 +54,7 @@
 Summary: Python bindings for libbdevid
 Group: System Environment/Libraries
 Requires: glib2, e2fsprogs, libselinux, libsepol, device-mapper, mkinitrd
+Requires: python >= %{pyver}
 
 %package -n nash
 Summary: nash shell
@@ -116,12 +118,20 @@
 %attr(755,root,root) /sbin/nash
 
 %changelog
-* Wed Nov 22 2006 Peter Jones <pjones at redhat.com> - 5.1.19-1.2
-- Don't set pyver or depend on it anymore (jkeating)
-- Require newer libdhcp4client
-
-* Tue Nov 21 2006 Peter Jones <pjones at redhat.com> - 5.1.19-1.1
-- Rebuild for new parted.
+* Mon Dec  4 2006 Peter Jones <pjones at redhat.com> - 6.0-1
+- Merge in close() fix in bdevid probe code from rhel5 branch
+- Try to load raid456 module as well as individual level-based modules
+- more sophisticated modalias probing, so we get new storage drivers better
+  (patch from notting)
+- Handle dynamic executables and libraries
+- Don't clobber the kernel command line when handling resume (#215084).
+- Fix test for "withusb" (#215314).
+- Link dynamically
+
+* Thu Oct 26 2006 Peter Jones <pjones at redhat.com>
+- Don't reference "netdev" in addnetdev()
+- Only use one IP address for "remoteip" in handlenfs()
+- Abort much earlier if not invoked as UID 0
 
 * Thu Sep 28 2006 Peter Jones <pjones at redhat.com> - 5.1.19-1
 - Fix booting on non-LVM devices where sysfs uses a '!' in the device path,


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/mkinitrd/devel/sources,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- sources	28 Sep 2006 16:08:22 -0000	1.169
+++ sources	4 Dec 2006 17:03:01 -0000	1.170
@@ -1,2 +1 @@
-8434e3d1def41ab420396fb388d15cf9  mkinitrd-5.1.18.tar.bz2
-7a9ba8334e54d047766edf753e2c3fa5  mkinitrd-5.1.19.tar.bz2
+29e5810068f30c2be7b33fa5613487a3  mkinitrd-6.0.tar.bz2




More information about the fedora-cvs-commits mailing list