rpms/mkinitrd/devel .cvsignore, 1.87, 1.88 mkinitrd.spec, 1.95, 1.96 sources, 1.92, 1.93

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 2 21:43:59 UTC 2006


Author: pjones

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/mkinitrd/devel/.cvsignore,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- .cvsignore	31 Jan 2006 19:52:13 -0000	1.87
+++ .cvsignore	2 Feb 2006 21:43:56 -0000	1.88
@@ -1 +1 @@
-mkinitrd-5.0.18.tar.bz2
+mkinitrd-5.0.19.tar.bz2


Index: mkinitrd.spec
===================================================================
RCS file: /cvs/dist/rpms/mkinitrd/devel/mkinitrd.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- mkinitrd.spec	31 Jan 2006 19:52:13 -0000	1.95
+++ mkinitrd.spec	2 Feb 2006 21:43:56 -0000	1.96
@@ -1,14 +1,16 @@
 Summary: Creates an initial ramdisk image for preloading modules.
 Name: mkinitrd
-Version: 5.0.18
+Version: 5.0.19
 Release: 1
 License: GPL
 Group: System Environment/Base
 Source: mkinitrd-%{version}.tar.bz2
 ExclusiveOs: Linux
 Prereq: dev
-Requires: e2fsprogs, /bin/sh, fileutils, grep, mount, gzip, tar, /sbin/insmod.static, /sbin/losetup, mktemp >= 1.5-5, findutils, lvm2
-Requires: filesystem >= 2.1.0, cpio, device-mapper
+Requires: /bin/sh, /sbin/insmod.static, /sbin/losetup
+Requires: fileutils, grep, mount, gzip, tar, mktemp >= 1.5-5, findutils, lvm2
+Requires: filesystem >= 2.1.0, cpio, device-mapper, initscripts >= 8.22-1
+Requires: e2fsprogs, e2fsprogs-devel
 BuildRequires: popt
 BuildRequires: e2fsprogs-devel parted-devel
 BuildRequires: device-mapper libselinux-devel libsepol-devel
@@ -62,6 +64,23 @@
 %attr(644,root,root) %{_mandir}/man8/grubby.8*
 
 %changelog
+* Thu Feb  2 2006 Peter Jones <pjones at redhat.com> - 5.0.19-1
+- mkinitrd: get resolve_dm_name() and get_numeric_dev() from initscripts
+  instead of a private copy
+- add block.[ch]:
+  - move parse_sysfs_devnum(), sysfs_blkdev_probe(), and
+    mkpathbyspec() from nash.c
+  - add label/uuid/name lookups for block devices using libblkid
+- add lib.[ch]:
+  - move makeFdCoe(), coeOpen(), coeFopen(), coeOpendir(), readFD(),
+    nashLoggerV(), nashLogger(), qprintf(), eprintf(), smartmknod(),
+    testing, quiet, reallyquiet from nash.c
+  - move nashDefaultLogger(), from dm.c
+  - move log enums and declarations from dm.h
+- dm.c: add dm_finish(), which does dm_task_destroy() and then library cleanup
+  (solves an fd leak)
+- remove linux_fs.h, mount_by_label.[ch], name_to_dev_t.[ch]
+
 * Tue Jan 31 2006 Peter Jones <pjones at redhat.com> - 5.0.18-1
 - make mkinitrd discover dm uuids
 - add uuid support to nash's "dm create" and "dm partadd"


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/mkinitrd/devel/sources,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- sources	31 Jan 2006 19:52:13 -0000	1.92
+++ sources	2 Feb 2006 21:43:56 -0000	1.93
@@ -1 +1 @@
-397cce6e62f1da203c6fe8d7ed6c2f27  mkinitrd-5.0.18.tar.bz2
+950efbcafaeb285062616ddb584759e7  mkinitrd-5.0.19.tar.bz2




More information about the fedora-cvs-commits mailing list