SPECS (LINUX_2_6): kernel.spec - fix unbalanced conditional

glen glen at pld-linux.org
Sun Apr 23 16:30:38 CEST 2006


Author: glen                         Date: Sun Apr 23 14:30:38 2006 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- fix unbalanced conditional

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1507 -> 1.441.2.1508) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1507 SPECS/kernel.spec:1.441.2.1508
--- SPECS/kernel.spec:1.441.2.1507	Sun Apr 23 14:13:05 2006
+++ SPECS/kernel.spec	Sun Apr 23 16:30:32 2006
@@ -752,10 +752,10 @@
 %if %{with xen}
 %ifarch %{ix86}
 %patch120 -p1
-%endif
 %else
 echo "Arch: $arch is not supported by Xen"
 %endif
+%endif
 
 %if %{with grsec_minimal} && %{without vserver}
 %patch1000 -p1
@@ -1592,6 +1592,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1508  2006/04/23 14:30:32  glen
+- fix unbalanced conditional
+
 Revision 1.441.2.1507  2006/04/23 12:13:05  adamg
 - dropped vesafb-tng bcond - vesafb-tng can be disabled with
   'video=vesafb:off' kernel parameter (and other modules will work then)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1507&r2=1.441.2.1508&f=u



More information about the pld-cvs-commit mailing list