rpms/kernel/devel kernel-2.6.spec,1.2392,1.2393

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 13 21:10:16 UTC 2006


Author: roland

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16362

Modified Files:
	kernel-2.6.spec 
Log Message:
Fix transposed spec lines that broke kdump package.



Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2392
retrieving revision 1.2393
diff -u -r1.2392 -r1.2393
--- kernel-2.6.spec	13 Jul 2006 17:16:11 -0000	1.2392
+++ kernel-2.6.spec	13 Jul 2006 21:10:14 -0000	1.2393
@@ -1643,9 +1643,8 @@
 %endif
 
 %if %{buildkdump}
-
-%files kdump
 %build_debuginfo %{image_install_path} kdump
+%files kdump
 %defattr(-,root,root)
 /%{image_install_path}/vmlinux-%{KVERREL}kdump
 /boot/System.map-%{KVERREL}kdump
@@ -1677,6 +1676,9 @@
 %endif
 
 %changelog
+* Thu Jul 13 2006 Roland McGrath <roland at redhat.com>
+- Fix spec typo that swallowed kdump subpackage.
+
 * Thu Jul 13 2006 Dave Jones <davej at redhat.com>
 - 2.6.18-rc1-git6
 




More information about the fedora-cvs-commits mailing list