rpms/mkinitrd/devel mkinitrd.spec,1.192,1.193

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 27 17:58:15 UTC 2007


Author: pjones

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

Modified Files:
	mkinitrd.spec 
Log Message:
- update to 6.0.8-1



Index: mkinitrd.spec
===================================================================
RCS file: /cvs/dist/rpms/mkinitrd/devel/mkinitrd.spec,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- mkinitrd.spec	9 Feb 2007 03:53:34 -0000	1.192
+++ mkinitrd.spec	27 Feb 2007 17:58:08 -0000	1.193
@@ -2,8 +2,8 @@
 
 Summary: Creates an initial ramdisk image for preloading modules.
 Name: mkinitrd
-Version: 6.0.6
-Release: 6
+Version: 6.0.8
+Release: 1
 License: GPL
 Group: System Environment/Base
 Source0: mkinitrd-%{version}.tar.bz2
@@ -26,8 +26,6 @@
 %endif
 Requires: nash = %{version}-%{release}
 BuildRoot: %{_tmppath}/%{name}-root
-Provides: libbdevid = %{version}-%{release}
-Obsoletes: libbdevid < %{version}-%{release}
 
 %description
 mkinitrd creates filesystem images for use as initial ram filesystem
@@ -38,16 +36,22 @@
 Summary: C header files and library for functionality exported by libnash.
 Group: Development/Libraries
 Requires: glibc-devel, pkgconfig, e2fsprogs-devel, mkinitrd, glib2-devel
+Requires: nash = %{version}-%{release}
 
 %package -n libbdevid-python
 Summary: Python bindings for libbdevid
 Group: System Environment/Libraries
-Requires: glib2, e2fsprogs, libselinux, libsepol, device-mapper, mkinitrd
-Requires: python
+Requires: glib2, e2fsprogs, libselinux, libsepol, device-mapper-libs
+Requires: python, nash = %{version}-%{release}
 
 %package -n nash
 Summary: nash shell
 Group: System Environment/Base
+Requires: parted, device-mapper-libs, libsepol, libselinux, e2fsprogs-libs
+Requires: popt, libdhcp, libnl, libdhcp4client, libdhcp6client, glib2
+Requires: openssl, zlib
+Provides: libbdevid = %{version}-%{release}
+Obsoletes: libbdevid < %{version}-%{release}
 
 %description devel
 C header files and library for functionality exported by libnash.
@@ -81,8 +85,6 @@
 %attr(755,root,root) /sbin/new-kernel-pkg
 %attr(755,root,root) /sbin/grubby
 %attr(644,root,root) %{_mandir}/man8/grubby.8*
-/%{_lib}/bdevid
-%{_libdir}/libbdevid.so.*
 
 %files devel
 %defattr(-,root,root)
@@ -104,10 +106,33 @@
 %defattr(-,root,root)
 %attr(644,root,root) %{_mandir}/man8/nash.8*
 %attr(755,root,root) /sbin/nash
+/%{_lib}/bdevid
 %{_libdir}/libnash.so.*
 %{_libdir}/libbdevid.so.*
 
 %changelog
+* Tue Feb 27 2007 Peter Jones <pjones at redhat.com> - 6.0.8-1
+- nash and mkinitrd shouldn't both provide libbdevid.so.*
+
+* Tue Feb 13 2007 Peter Jones <pjones at redhat.com>
+- Query modules for firmware and try to copy it into the image.
+
+* Thu Feb  1 2007 Peter Jones <pjones at redhat.com>
+- Add support for ">>" in nash for better debugging of thaw from hibernate.
+
+* Mon Jan 22 2007 Peter Jones <pjones at redhat.com> - 6.0.7-1
+- Fix UUID handling on resume devices.
+- Don't require that a driver be modular when looking up its name in sysfs.
+- Make removable devices conditionally considered when scanning labels.
+- Fix handling of dm devices without device tables.
+
+* Thu Jan  4 2007 Jeremy Katz <katzj at redhat.com>
+- handle multiline options (#209447)
+- iscsi tools changed their syntax (#221088)
+
+* Wed Jan  3 2007 Jeremy Katz <katzj at redhat.com>
+- don't create /dev/tty* on s390 (#209204)
+
 * Thu Feb 08 2007 David Cantrell <dcantrell at redhat.com> - 6.0.6-6
 - Rebuild for new libdhcp4client and new libdhcp6client
 




More information about the fedora-cvs-commits mailing list