Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package argus for openSUSE:Factory checked 
in at 2023-02-01 16:39:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/argus (Old)
 and      /work/SRC/openSUSE:Factory/.argus.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "argus"

Wed Feb  1 16:39:54 2023 rev:30 rq:1062429 version:3.0.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/argus/argus.changes      2021-08-18 
08:56:38.870922986 +0200
+++ /work/SRC/openSUSE:Factory/.argus.new.32243/argus.changes   2023-02-01 
16:42:35.542954851 +0100
@@ -1,0 +2,7 @@
+Wed Jan 25 10:42:26 UTC 2023 - Thorsten Kukuk <ku...@suse.com>
+
+- Replace wrong libnsl build require with correct libtirpc one
+- fix-configure-libwrap-dependencies.diff: libwrap does not 
+  depend on libnsl
+
+-------------------------------------------------------------------

New:
----
  fix-configure-libwrap-dependencies.diff

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

Other differences:
------------------
++++++ argus.spec ++++++
--- /var/tmp/diff_new_pack.Rg81iF/_old  2023-02-01 16:42:35.962957478 +0100
+++ /var/tmp/diff_new_pack.Rg81iF/_new  2023-02-01 16:42:35.966957503 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package argus
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Version:        3.0.8.3
 Release:        0
 Summary:        Network Monitoring Tool
-License:        GPL-2.0-only AND LGPL-2.1-only AND BSD-3-Clause AND MIT
+License:        BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only AND MIT
 Group:          Productivity/Networking/Diagnostic
 URL:            https://openargus.org/
 Source:         https://qosient.com/argus/dev/%{name}-%{version}.tar.gz
@@ -29,10 +29,11 @@
 Source5:        argus.service
 Patch1:         %{name}-3.0.6.1-libpcap.patch
 Patch2:         harden_argus.service.patch
+Patch3:         fix-configure-libwrap-dependencies.diff
 BuildRequires:  bison
 BuildRequires:  flex
-BuildRequires:  libnsl-devel
 BuildRequires:  libpcap-devel
+BuildRequires:  libtirpc-devel
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  tcpd-devel
 BuildRequires:  tcsh
@@ -58,6 +59,7 @@
 cp %{SOURCE3} .
 cp %{SOURCE4} man/man8/
 %patch2 -p1
+%patch3 -p1
 
 %build
 #autoreconf -fiv


++++++ fix-configure-libwrap-dependencies.diff ++++++
--- argus-3.0.8.3/configure.old 2020-08-27 15:02:52.000000000 +0200
+++ argus-3.0.8.3/configure     2023-01-25 12:02:00.376669747 +0100
@@ -8347,10 +8347,6 @@
          if test -f lib/libwrap.a; then
             rm -rf lib/libwrap.a
          fi
-         case "$target_os" in
-         linux*)
-            V_WRAPDEP="$V_WRAPDEP -lnsl";;
-         esac
       fi
    fi
 

Reply via email to