]> git.pld-linux.org Git - packages/ipset.git/commitdiff
- unify (from template-kernel-module.spec)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Oct 2008 13:13:30 +0000 (13:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ipset.spec -> 1.17

ipset.spec

index e1104fc81c6d3e942811f2656d57f01f7378107a..0d72cafecf52e2a5aeaa62ae22c90f031fdbd7eb 100644 (file)
@@ -5,19 +5,22 @@
 %bcond_without userspace       # don't build userspace tools
 %bcond_with    verbose         # verbose build (V=1)
 
-%if !%{with kernel}
+%if %{without kernel}
 %undefine      with_dist_kernel
 %endif
-
 %if "%{_alt_kernel}" != "%{nil}"
 %undefine      with_userspace
 %endif
+%if %{without userspace}
+# nothing to be placed to debuginfo package
+%define                _enable_debug_packages  0
+%endif
 
+%define                rel     1
 Summary:       IP sets utility
 Summary(pl.UTF-8):     Narzędzie do zarządzania zbiorami IP
 Name:          ipset
 Version:       2.4.3
-%define                rel     1
 Release:       %{rel}
 License:       GPL
 Group:         Networking/Admin
This page took 0.03613 seconds and 4 git commands to generate.