From 8308a9030bb04457953e311f4c0f47100f2a3afd0bd8ae1b9ac61ba2f6f7084e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Sep 2014 23:39:25 +0000 Subject: [PATCH] Avoid version in /usr/include/pkg OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ipset?expand=0&rev=42 --- ipset.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipset.spec b/ipset.spec index b0fff51..e72f70e 100644 --- a/ipset.spec +++ b/ipset.spec @@ -112,13 +112,13 @@ for flavor in %flavors_to_build; do %configure --disable-static \ --with-kbuild="/usr/src/linux-obj/%_target_cpu/$flavor" \ --with-ksource="/usr/src/linux" \ - --includedir="%_includedir/pkg/%name-%version" + --includedir="%_includedir/pkg/%name" make %{?_smp_mflags} all modules; popd; done; %else %configure --disable-static --with-kmod=no \ - --includedir="%_includedir/pkg/%name-%version" + --includedir="%_includedir/pkg/%name" make %{?_smp_mflags}; %endif