SHA256
1
0
forked from pool/argus
2023-02-01 15:39:54 +00:00
committed by Git OBS Bridge
3 changed files with 25 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 25 10:42:26 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
- Replace wrong libnsl build require with correct libtirpc one
- fix-configure-libwrap-dependencies.diff: libwrap does not
depend on libnsl
-------------------------------------------------------------------
Tue Aug 10 11:50:18 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@@ -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 @@ Name: argus
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 @@ Source4: argus_linux.8.gz
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 @@ Daemon for Argus network monitoring tool.
cp %{SOURCE3} .
cp %{SOURCE4} man/man8/
%patch2 -p1
%patch3 -p1
%build
#autoreconf -fiv

View File

@@ -0,0 +1,13 @@
--- 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