rpms/kernel-xen-2.6/F-7 kernel.spec,1.1.2.7,1.1.2.8

Eduardo Habkost (ehabkost) fedora-extras-commits at redhat.com
Thu Oct 18 14:44:09 UTC 2007


Author: ehabkost

Update of /cvs/pkgs/rpms/kernel-xen-2.6/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26771

Modified Files:
      Tag: private-ehabkost-debuginfo-branch
	kernel.spec 
Log Message:
%{variantbase} was missing on some %files sections




Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel-xen-2.6/F-7/Attic/kernel.spec,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -r1.1.2.7 -r1.1.2.8
--- kernel.spec	18 Oct 2007 14:30:52 -0000	1.1.2.7
+++ kernel.spec	18 Oct 2007 14:43:37 -0000	1.1.2.8
@@ -2202,16 +2202,16 @@
 /lib/modules/%{KVERREL}%{?2}/modules.networking\
 %ghost /boot/initrd-%{KVERREL}%{?2}.img\
 %{?-e:%{-e*}}\
-%{expand:%%files %{?2:%{2}-}devel}\
+%{expand:%%files -n %{variantbase}-%{?2:%{2}-}devel}\
 %defattr(-,root,root)\
 %verify(not mtime) /usr/src/kernels/%{KVERREL}%{?2:-%{2}}-%{_target_cpu}\
 /usr/src/kernels/%{KVERREL}%{?2}-%{_target_cpu}\
 %if %{with_debuginfo}\
 %ifnarch noarch\
 %if %{fancy_debuginfo}\
-%{expand:%%files -f debuginfo%{?2}.list %{?2:%{2}-}debuginfo}\
+%{expand:%%files -f debuginfo%{?2}.list -n %{variantbase}-%{?2:%{2}-}debuginfo}\
 %else\
-%{expand:%%files %{?2:%{2}-}debuginfo}\
+%{expand:%%files -n %{variantbase}-%{?2:%{2}-}debuginfo}\
 %endif\
 %defattr(-,root,root)\
 %if !%{fancy_debuginfo}\




More information about the fedora-extras-commits mailing list