]> git.pld-linux.org Git - packages/xtables-addons.git/commitdiff
- drop non-dist kernel support
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Jan 2015 19:13:20 +0000 (20:13 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Jan 2015 19:13:20 +0000 (20:13 +0100)
xtables-addons.spec

index 36ad0ab9be9397871eb019cd433f9ee29004ef9c..ef2d10d5d596413611de9c2ef4e52bc342cf6562 100644 (file)
@@ -3,15 +3,10 @@
 #
 #
 # Conditional build:
-%bcond_without dist_kernel     # without distribution kernel
 %bcond_without kernel          # don't build kernel modules
 %bcond_without userspace       # don't build userspace tools
 %bcond_with    verbose         # verbose build (V=1)
 
-%if %{without kernel}
-%undefine      with_dist_kernel
-%endif
-
 # The goal here is to have main, userspace, package built once with
 # simple release number, and only rebuild kernel packages with kernel
 # version as part of release number, without the need to bump release
@@ -59,7 +54,7 @@ BuildRequires:        iptables-devel >= 1.4.5
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 0.9.0
 BuildRequires: rpmbuild(macros) >= 1.678
-%{?with_dist_kernel:%{expand:%kbrs}}
+%{?with_kernel:%{expand:%kbrs}}
 BuildRequires: tar >= 1.22
 BuildRequires: xz
 Requires:      iptables >= 1.4.5
@@ -95,10 +90,8 @@ Requires:    %{pname} = %{version}\
 Suggests:      xtables-geoip\
 Conflicts:     xtables-geoip < 20090901-2\
 Requires(post,postun): /sbin/depmod\
-%if %{with dist_kernel}\
 %requires_releq_kernel\
 Requires(postun):      %releq_kernel\
-%endif\
 \
 %description -n kernel%{_alt_kernel}-net-xtables-addons\
 Kernel modules for xtables addons.\
This page took 0.084539 seconds and 4 git commands to generate.