packages: kernel-vanilla/kernel-vanilla.spec - autoconf-dist.h, utsrelease....

adamg adamg at pld-linux.org
Thu Jun 11 12:32:00 CEST 2009


Author: adamg                        Date: Thu Jun 11 10:32:00 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- autoconf-dist.h, utsrelease.h and version.h were owned by two packages
  (-config and -headers) resulting in releq_kernel going nuts:
  $ rpm -E '%{releq_kernel}' 
  kernel-vanilla = 3:2.6.30-0.2kernel-vanilla = 3:2.6.30-0.2
  keep those files in -config only (as it is R:-ed by -headers anyway)

---- Files affected:
packages/kernel-vanilla:
   kernel-vanilla.spec (1.207 -> 1.208) 

---- Diffs:

================================================================
Index: packages/kernel-vanilla/kernel-vanilla.spec
diff -u packages/kernel-vanilla/kernel-vanilla.spec:1.207 packages/kernel-vanilla/kernel-vanilla.spec:1.208
--- packages/kernel-vanilla/kernel-vanilla.spec:1.207	Thu Jun 11 12:08:32 2009
+++ packages/kernel-vanilla/kernel-vanilla.spec	Thu Jun 11 12:31:48 2009
@@ -55,7 +55,7 @@
 
 %define		basever	2.6.30
 %define		postver	%{nil}
-%define		rel		0.2
+%define		rel		0.2.1
 
 Summary:	The Linux kernel (the core of the Linux operating system)
 Summary(de.UTF-8):	Der Linux-Kernel (Kern des Linux-Betriebssystems)
@@ -891,6 +891,9 @@
 %files headers
 %defattr(644,root,root,755)
 %{_kernelsrcdir}/include
+%exclude %{_kernelsrcdir}/include/linux/autoconf-dist.h
+%exclude %{_kernelsrcdir}/include/linux/utsrelease.h
+%exclude %{_kernelsrcdir}/include/linux/version.h
 %dir %{_kernelsrcdir}/arch
 %dir %{_kernelsrcdir}/arch/[!K]*
 %{_kernelsrcdir}/arch/*/include
@@ -994,6 +997,15 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.208  2009/06/11 10:31:48  adamg
+- autoconf-dist.h, utsrelease.h and version.h were owned by two packages
+  (-config and -headers) resulting in releq_kernel going nuts:
+
+  $ rpm -E '%{releq_kernel}'
+  kernel-vanilla = 3:2.6.30-0.2kernel-vanilla = 3:2.6.30-0.2
+
+  keep those files in -config only (as it is R:-ed by -headers anyway)
+
 Revision 1.207  2009/06/11 10:08:32  adamg
 - merge dirs subpackage concept from kernel.spec
 - %{_kernelsrcdir}/config-dist and %{_kernelsrcdir}/Module.symvers-dist
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel-vanilla/kernel-vanilla.spec?r1=1.207&r2=1.208&f=u



More information about the pld-cvs-commit mailing list