Hello community,

here is the log from the commit of package ipset for openSUSE:Factory checked 
in at 2018-01-25 12:35:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ipset (Old)
 and      /work/SRC/openSUSE:Factory/.ipset.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ipset"

Thu Jan 25 12:35:48 2018 rev:27 rq:568431 version:6.35

Changes:
--------
--- /work/SRC/openSUSE:Factory/ipset/ipset.changes      2018-01-16 
09:25:11.085940837 +0100
+++ /work/SRC/openSUSE:Factory/.ipset.new/ipset.changes 2018-01-25 
12:35:49.955850965 +0100
@@ -1,0 +2,5 @@
+Mon Jan 22 21:49:31 UTC 2018 - [email protected]
+
+- Add 0001-build-do-install-libipset-args.h.patch.
+
+-------------------------------------------------------------------

New:
----
  0001-build-do-install-libipset-args.h.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ipset.spec ++++++
--- /var/tmp/diff_new_pack.Vm2ygm/_old  2018-01-25 12:35:51.095797749 +0100
+++ /var/tmp/diff_new_pack.Vm2ygm/_new  2018-01-25 12:35:51.099797562 +0100
@@ -36,6 +36,7 @@
 Source:         http://ipset.netfilter.org/%name-%version.tar.bz2
 Source3:        %name-preamble
 Patch1:         ipset-destdir.diff
+Patch2:         0001-build-do-install-libipset-args.h.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -44,7 +45,7 @@
 BuildRequires:  pkgconfig(libmnl) >= 1
 %if 0%{?ipset_build_kmp}
 BuildRequires:  %kernel_module_package_buildreqs
-BuildRequires:  kernel-syms >= 2.6.39
+BuildRequires:  kernel-devel >= 2.6.39
 %kernel_module_package -p %name-preamble
 %if 0%{?suse_version} >= 1320
 BuildRequires:  kmod-compat
@@ -104,7 +105,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 # build wants to call modinfo at some point

++++++ 0001-build-do-install-libipset-args.h.patch ++++++
>From a51c2d3fe33d047874028a26f136ecddd9671f79 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <[email protected]>
Date: Mon, 22 Jan 2018 22:48:09 +0100
Subject: [PATCH] build: do install libipset/args.h

libipset/types.h includes args.h, therefore args.h must be installed
too.

Signed-off-by: Jan Engelhardt <[email protected]>
---
 include/libipset/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/libipset/Makefile.am b/include/libipset/Makefile.am
index 3b47518..79a1357 100644
--- a/include/libipset/Makefile.am
+++ b/include/libipset/Makefile.am
@@ -1,5 +1,6 @@
 pkgincludedir = ${includedir}/libipset
 pkginclude_HEADERS = \
+       args.h \
        data.h \
        errcode.h \
        linux_ip_set_bitmap.h \
-- 
2.15.1


Reply via email to