rpms/mkinitrd/devel mkinitrd.spec,1.305,1.306

Jeremy Katz katzj at fedoraproject.org
Thu Dec 18 21:07:34 UTC 2008


Author: katzj

Update of /cvs/pkgs/rpms/mkinitrd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16060

Modified Files:
	mkinitrd.spec 
Log Message:
* Thu Dec 18 2008 Jeremy Katz <katzj at redhat.com> - 6.0.73-7
- Split grubby/new-kernel-pkg into their own package



Index: mkinitrd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mkinitrd/devel/mkinitrd.spec,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -r1.305 -r1.306
--- mkinitrd.spec	10 Dec 2008 18:39:48 -0000	1.305
+++ mkinitrd.spec	18 Dec 2008 21:07:04 -0000	1.306
@@ -3,7 +3,7 @@
 Summary: Creates an initial ramdisk image for preloading modules.
 Name: mkinitrd
 Version: 6.0.73
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: mkinitrd-%{version}.tar.bz2
@@ -26,6 +26,7 @@
 Requires: ppc64-utils >= 0.3-1
 %endif
 Requires: nash = %{version}-%{release}
+Requires: grubby = %{version}-%{release}
 BuildRoot: %{_tmppath}/%{name}-root
 
 %description
@@ -63,6 +64,18 @@
 %description -n nash
 nash
 
+%package -n grubby
+Summary: Command line tool for updating bootloader configs
+Group: System Environment/Base
+
+%description -n grubby
+grubby  is  a command line tool for updating and displaying information
+about the configuration files for the grub, lilo, elilo (ia64),  yaboot
+(powerpc)  and zipl (s390) boot loaders. It is primarily designed to be
+used from scripts which install new kernels and need to  find  
+information about the current boot environment.
+
+
 %prep
 %setup -q -n mkinitrd-%{version}
 find . -name "Makefile*" -exec sed -i 's|-Werror||g' {} \;
@@ -83,10 +96,6 @@
 %defattr(-,root,root)
 %attr(755,root,root) /sbin/mkinitrd
 %attr(644,root,root) %{_mandir}/man8/mkinitrd.8*
-%config %attr(755,root,root) /sbin/installkernel
-%attr(755,root,root) /sbin/new-kernel-pkg
-%attr(755,root,root) /sbin/grubby
-%attr(644,root,root) %{_mandir}/man8/grubby.8*
 %attr(755,root,root) /usr/libexec/mkliveinitrd
 %attr(755,root,root) /usr/libexec/initrd-functions
 
@@ -104,8 +113,16 @@
 %{_includedir}/bdevid
 
 %files -n libbdevid-python
+%defattr(-,root,root)
 /%{python_sitelib}/bdevid.so
 
+%files -n grubby
+%defattr(-,root,root)
+%config %attr(755,root,root) /sbin/installkernel
+%attr(755,root,root) /sbin/new-kernel-pkg
+%attr(755,root,root) /sbin/grubby
+%attr(644,root,root) %{_mandir}/man8/grubby.8*
+
 %files -n nash
 %defattr(-,root,root)
 %attr(644,root,root) %{_mandir}/man8/nash.8*
@@ -119,6 +136,9 @@
 %dir %{_sysconfdir}/kernel/prerm.d
 
 %changelog
+* Thu Dec 18 2008 Jeremy Katz <katzj at redhat.com> - 6.0.73-7
+- Split grubby/new-kernel-pkg into their own package
+
 * Wed Dec 10 2008 Adam Jackson <ajax at redhat.com> 6.0.73-6
 - Fix description.
 




More information about the fedora-extras-commits mailing list