]> git.pld-linux.org Git - packages/conntrack-viewer.git/commitdiff
- bconds, few cleanups
authoreothane <eothane@pld-linux.org>
Fri, 30 Jan 2004 19:51:51 +0000 (19:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    conntrack-viewer.spec -> 1.8

conntrack-viewer.spec

index 12fe0ec4a32db252d711a1f34df10c3c0b54349f..29dff707c768f8c0cb17d02626134593fcc127f3 100644 (file)
@@ -1,4 +1,6 @@
-# _without_dist_kernel - without distribution kernel
+# Conditional build:
+%bcond_without  dist_kernel    # without distribution kernel
+#
 %include       /usr/lib/rpm/macros.perl
 Summary:       Conntrack Viewer - view the masquerading connection with iptables
 Summary(pl):   Conntrack Viewer - podgl±d po³±czeñ maskowanych przez iptables
@@ -10,7 +12,7 @@ Group:                Networking/Utilities
 Source0:       http://cv.intellos.net/%{name}-%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 21d12842f8f1eb57dec8848fc853e252
 URL:           http://cv.intellos.net/
-%{!?_without_dist_kernel:Requires:     kernel >= 2.4 }
+%{?with_dist_kernel:Requires:  kernel >= 2.4 }
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.067767 seconds and 4 git commands to generate.