From: Sapan Bhatia <sapanb@cs.princeton.edu>
Date: Tue, 4 Dec 2007 15:33:04 +0000 (+0000)
Subject: Trivial
X-Git-Tag: linux-2.6-22-1~9
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cbed314838e58da97aede221ff6970a5accd73df;p=linux-2.6.git

Trivial
---

diff --git a/kernel-2.6-planetlab.spec b/kernel-2.6-planetlab.spec
index 6c743b91f..a4671aebc 100644
--- a/kernel-2.6-planetlab.spec
+++ b/kernel-2.6-planetlab.spec
@@ -305,7 +305,7 @@ KERNEL_PREVIOUS=vanilla
 %ApplyPatch 20
 
 # NetNS patch for VINI
-%if 0%{?_with_netns}
+%if 0%{?with_netns}
 %ApplyPatch 30
 %endif
 
@@ -325,7 +325,7 @@ KERNEL_PREVIOUS=vanilla
 # NetNS conflict-resolving patch for VINI. Will work with patch vini_pl_patch-1 but may
 # break with later patches.
 
-%if 0%{?_with_netns}
+%if 0%{?with_netns}
 %ApplyPatch %vini_pl_patch
 %endif