forked from pool/argus
Accepting request 1147748 from home:dimstar:rpm4.20:a
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147748 OBS-URL: https://build.opensuse.org/package/show/security/argus?expand=0&rev=32
This commit is contained in:
parent
7f83a70ee7
commit
a01fb910c1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 10:14:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 10:42:26 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package argus
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -55,11 +55,11 @@ Daemon for Argus network monitoring tool.
|
||||
|
||||
%prep
|
||||
%setup -q -n argus-%{version}
|
||||
%patch1 -p1
|
||||
%patch -P 1 -p1
|
||||
cp %{SOURCE3} .
|
||||
cp %{SOURCE4} man/man8/
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch -P 2 -p1
|
||||
%patch -P 3 -p1
|
||||
|
||||
%build
|
||||
#autoreconf -fiv
|
||||
|
Loading…
Reference in New Issue
Block a user