From 864eeb6f0b3f2df93a42e4e4c0ea61363578d17655b3a94e6dc3327ffcfc0a5f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 27 Jul 2020 20:40:06 +0000 Subject: [PATCH] add notice OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_log?expand=0&rev=33 --- libnetfilter_log.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libnetfilter_log.spec b/libnetfilter_log.spec index bd94e5c..ee9a008 100644 --- a/libnetfilter_log.spec +++ b/libnetfilter_log.spec @@ -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,9 +21,9 @@ Name: libnetfilter_log 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: http://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 @@ -67,6 +67,7 @@ logging. This library has been previously known as libnfnetlink_log. %setup -q %build +# includedir intentional, cf. bugzilla.opensuse.org/795968 %configure --disable-static --includedir="%_includedir/%name" make %{?_smp_mflags}