Hello community,

here is the log from the commit of package wondershaper for openSUSE:Factory 
checked in at 2019-04-01 12:37:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wondershaper (Old)
 and      /work/SRC/openSUSE:Factory/.wondershaper.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wondershaper"

Mon Apr  1 12:37:34 2019 rev:20 rq:689769 version:1.1a

Changes:
--------
--- /work/SRC/openSUSE:Factory/wondershaper/wondershaper.changes        
2019-03-22 15:07:35.757482662 +0100
+++ /work/SRC/openSUSE:Factory/.wondershaper.new.25356/wondershaper.changes     
2019-04-01 12:37:39.409894255 +0200
@@ -1,0 +2,9 @@
+Wed Mar 20 18:23:52 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Remove name repetition from summary (rpmlint warning)
+- %service_* mandates systemd-rpm-macros and
+  should make use of %systemd_ordering.
+- Replace old $RPM_* shell vars.
+- Remove author list from description.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wondershaper.spec ++++++
--- /var/tmp/diff_new_pack.hBXl48/_old  2019-04-01 12:37:39.857894470 +0200
+++ /var/tmp/diff_new_pack.hBXl48/_new  2019-04-01 12:37:39.857894470 +0200
@@ -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/
 #
 
 
@@ -24,8 +24,8 @@
 Name:           wondershaper
 Version:        1.1a
 Release:        0
-Summary:        Wondershaper is a QOS (Quality of Service) script.
-License:        GPL-2.0+
+Summary:        A network QoS (Quality of Service) script
+License:        GPL-2.0-or-later
 Group:          Productivity/Networking/System
 Url:            http://lartc.org/wondershaper/
 
@@ -36,8 +36,10 @@
 Patch0:         %{name}-%{version}.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+BuildRequires:  systemd-rpm-macros
 Requires:       iproute2
-PreReq:         %fillup_prereq %insserv_prereq
+Requires(post): %fillup_prereq
+%{?systemd_ordering}
 
 %description
 Many cablemodem and ADSL users experience horrifying latency while
@@ -46,12 +48,6 @@
 allowing users of a router with a wondershaper to continue using SSH
 over a loaded link happily.
 
-
-
-Authors:
---------
-    Bert Hubert <a...@ds9a.nl>
-
 %prep
 %setup 
 cp %{S:1} %{S:2} .
@@ -61,16 +57,16 @@
 
 %install
 mv wshaper wshaper.cbq
-install -m 755 -d $RPM_BUILD_ROOT/usr/sbin
-install -m 755 -d $RPM_BUILD_ROOT%{_fillupdir}
-install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/scripts
-install -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/%{name}/scripts
-install -d $RPM_BUILD_ROOT%{_unitdir}
-install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_unitdir}
-install -d $RPM_BUILD_ROOT/
-install -m 750 wshaper.* $RPM_BUILD_ROOT/usr/sbin/
-install -m 644 sysconfig.wondershaper $RPM_BUILD_ROOT%{_fillupdir}/
-ln -sf service $RPM_BUILD_ROOT/usr/sbin/rcwondershaper
+install -m 755 -d %{buildroot}/usr/sbin
+install -m 755 -d %{buildroot}/%{_fillupdir}
+install -d %{buildroot}/%{_datadir}/%{name}/scripts
+install -m 755 %{SOURCE2} %{buildroot}/%{_datadir}/%{name}/scripts
+install -d %{buildroot}/%{_unitdir}
+install -m 644 %{SOURCE3} %{buildroot}/%{_unitdir}
+install -d %{buildroot}/
+install -m 750 wshaper.* %{buildroot}/usr/sbin/
+install -m 644 sysconfig.wondershaper %{buildroot}/%{_fillupdir}/
+ln -sf service %{buildroot}/usr/sbin/rcwondershaper
 
 %pre
 %service_add_pre wondershaper.service
@@ -90,7 +86,7 @@
 %doc COPYING ChangeLog README TODO VERSION
 %{_datadir}/%{name}
 %{_unitdir}
-/usr/sbin/*
+%{_sbindir}/*
 %{_fillupdir}/*
 
 %changelog


Reply via email to