rpms/kernel/F-8 kernel.spec,1.466,1.467

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Fri Jun 13 14:04:58 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/kernel/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10068

Modified Files:
	kernel.spec 
Log Message:
Make ?\!/\!? usage consistent


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/kernel.spec,v
retrieving revision 1.466
retrieving revision 1.467
diff -u -r1.466 -r1.467
--- kernel.spec	12 Jun 2008 20:33:49 -0000	1.466
+++ kernel.spec	13 Jun 2008 14:04:07 -0000	1.467
@@ -73,13 +73,13 @@
 # kernel-kdump
 %define with_kdump     %{?_without_kdump:     0} %{?!_without_kdump:     1}
 # kernel-debug
-%define with_debug     %{?_without_debug:     0} %{!?_without_debug:     1}
+%define with_debug     %{?_without_debug:     0} %{?!_without_debug:     1}
 # kernel-doc
 %define with_doc       %{?_without_doc:       0} %{?!_without_doc:       1}
 # kernel-headers
 %define with_headers   %{?_without_headers:   0} %{?!_without_headers:   1}
 # kernel-debuginfo
-%define with_debuginfo %{?_without_debuginfo: 0} %{!?_without_debuginfo: 1}
+%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1}
 
 # Additional options for user-friendly one-off kernel building:
 #




More information about the fedora-extras-commits mailing list