Hello community,

here is the log from the commit of package argus for openSUSE:Leap:15.2 checked 
in at 2020-02-19 19:42:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/argus (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.argus.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "argus"

Wed Feb 19 19:42:50 2020 rev:10 rq:777369 version:3.0.8.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/argus/argus.changes    2020-01-15 
14:47:19.801293121 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.argus.new.26092/argus.changes 2020-02-19 
19:43:08.865362479 +0100
@@ -1,0 +2,7 @@
+Thu Mar 21 10:43:52 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Reduce scriptlets' hard dependency on systemd.
+- Replace some UUOC by find -exec.
+- Make %install POSIX sh compatible.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ argus.spec ++++++
--- /var/tmp/diff_new_pack.yhn0uB/_old  2020-02-19 19:43:09.337363409 +0100
+++ /var/tmp/diff_new_pack.yhn0uB/_new  2020-02-19 19:43:09.341363418 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package argus
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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/
 #
 
 
@@ -20,7 +20,7 @@
 Version:        3.0.8.2
 Release:        0
 Summary:        Network Monitoring Tool
-License:        GPL-2.0 and LGPL-2.1 and BSD-3-Clause and MIT
+License:        GPL-2.0-only AND LGPL-2.1-only AND BSD-3-Clause AND MIT
 Group:          Productivity/Networking/Diagnostic
 Url:            http://www.qosient.com/argus/
 Source:         http://qosient.com/argus/src/%{name}-%{version}.tar.gz
@@ -44,7 +44,7 @@
 Group:          Productivity/Networking/Diagnostic
 Requires:       argus
 Provides:       argus:%{_sbindir}/argus
-%{?systemd_requires}
+%{?systemd_ordering}
 
 %description
 Argus is a network monitoring tool.
@@ -67,7 +67,7 @@
 make %{?_smp_mflags}
 
 %install
-install -d -m 755 
$RPM_BUILD_ROOT{/etc,%{_prefix}/{sbin,bin,share/man},%{_docdir}}
+mkdir -p %{buildroot}/etc %{buildroot}/%{_sbindir} %{buildroot}/%{_bindir} 
%{buildroot}/%{_mandir} %{buildroot}/%{_docdir}
 install -m 700 bin/argus %{buildroot}%{_sbindir}/argus
 install -m 700 bin/arg* %{buildroot}%{_bindir}/
 install -D -m 0644 %{SOURCE5} %{buildroot}/%{_unitdir}/argus.service
@@ -78,10 +78,10 @@
   cp -a man* %{buildroot}%{_mandir}
   chmod a-x %{buildroot}%{_mandir}/*/* )
 rm -f %{buildroot}%{_mandir}/man1/tcpdump.1*
-rm -rf `find -type f -name ._*`
+find -type f -name ._* -exec rm -Rf {} +
 install -m 600 support/Config/argus.conf %{buildroot}%{_sysconfdir}/argus.conf
 install -m 755 support/Archive/argusarchive %{buildroot}%{_bindir}/
-find support -type f -exec chmod 0644 {} \;
+find support -type f -exec chmod 0644 {} +
 #chmod a+x support/{Archive/argusarchive,Startup/argus,System/magic}
 chmod a+x support/{Archive/argusarchive,Startup/argus}
 



Reply via email to