rpms/kernel/devel kernel.spec,1.121,1.122

Dave Jones (davej) fedora-extras-commits at redhat.com
Sun Aug 26 23:03:18 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23759

Modified Files:
	kernel.spec 
Log Message:
* Sun Aug 26 2007 Dave Jones <davej at redhat.com>
- Resurrect 586 support.



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- kernel.spec	26 Aug 2007 23:00:23 -0000	1.121
+++ kernel.spec	26 Aug 2007 23:02:44 -0000	1.122
@@ -202,7 +202,7 @@
 %define with_debug 0
 %endif
 
-%define all_x86 i386 i686
+%define all_x86 i386 i586 i686
 
 # These arches install vdso/ directories.
 %define vdso_arches %{all_x86} x86_64 ppc
@@ -242,7 +242,7 @@
 
 # no need to build headers again for these arches,
 # they can just use i386 and ppc64 and sparc headers
-%ifarch i686 ppc64iseries sparc64
+%ifarch i586 i686 ppc64iseries sparc64
 %define with_headers 0
 %endif
 
@@ -889,7 +889,7 @@
     ./merge.pl config-rhel-generic $i.tmp > $i
     rm $i.tmp
   done
-  for i in kernel-%{version}-{i686,i686-PAE,x86_64}*.config
+  for i in kernel-%{version}-{i586,i686,i686-PAE,x86_64}*.config
   do
     echo i is this file  $i
     mv $i $i.tmp
@@ -1767,6 +1767,9 @@
 
 %changelog
 * Sun Aug 26 2007 Dave Jones <davej at redhat.com>
+- Resurrect 586 support.
+
+* Sun Aug 26 2007 Dave Jones <davej at redhat.com>
 - Fix async scanning double-add problems.
 
 * Sun Aug 26 2007 Dave Jones <davej at redhat.com>




More information about the scm-commits mailing list