Hello community,
here is the log from the commit of package libnetfilter_log for
openSUSE:Factory checked in at 2020-10-24 15:14:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnetfilter_log (Old)
and /work/SRC/openSUSE:Factory/.libnetfilter_log.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnetfilter_log"
Sat Oct 24 15:14:45 2020 rev:16 rq:843038 version:1.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/libnetfilter_log/libnetfilter_log.changes
2014-12-10 23:44:18.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.libnetfilter_log.new.3463/libnetfilter_log.changes
2020-10-24 15:14:48.204052941 +0200
@@ -1,0 +2,5 @@
+Wed Oct 14 00:20:45 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Modernize specfile constructs.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libnetfilter_log.spec ++++++
--- /var/tmp/diff_new_pack.7vluGT/_old 2020-10-24 15:14:48.888053794 +0200
+++ /var/tmp/diff_new_pack.7vluGT/_new 2020-10-24 15:14:48.888053794 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libnetfilter_log
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -21,16 +21,15 @@
Version: 1.0.1
Release: 0
Summary: Userspace library for accessing logged packets
-License: GPL-2.0
+License: GPL-2.0-only
Group: Productivity/Networking/Security
-Url: http://netfilter.org/projects/libnetfilter_log/
+URL: https://netfilter.org/projects/libnetfilter_log/
#Git-Clone: git://git.netfilter.org/libnetfilter_log
Source:
ftp://ftp.netfilter.org/pub/libnetfilter_log/%name-%version.tar.bz2
Source2:
ftp://ftp.netfilter.org/pub/libnetfilter_log/%name-%version.tar.bz2.sig
Source3: baselibs.conf
Source4: %name.keyring
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
#BuildRequires: autoconf, automake >= 1.6, libtool
BuildRequires: pkgconfig >= 0.21
BuildRequires: pkgconfig(libnfnetlink) >= 0.0.41
@@ -64,11 +63,12 @@
logging. This library has been previously known as libnfnetlink_log.
%prep
-%setup -q
+%autosetup -p1
%build
+# includedir intentional, cf. bugzilla.opensuse.org/795968
%configure --disable-static --includedir="%_includedir/%name"
-make %{?_smp_mflags}
+%make_build
%install
%make_install
@@ -78,12 +78,10 @@
%postun -n %lname -p /sbin/ldconfig
%files -n %lname
-%defattr(-,root,root)
%_libdir/libnetfilter_log.so.1*
%_libdir/libnetfilter_log_libipulog.so.1*
%files devel
-%defattr(-,root,root)
%_includedir/%name/
%_libdir/libnetfilter_log.so
%_libdir/libnetfilter_log_libipulog.so