commit wondershaper for openSUSE:Factory

2019-04-01 Thread root
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 
+
+- 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 
-
 %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




commit wondershaper for openSUSE:Factory

2019-03-22 Thread root
Hello community,

here is the log from the commit of package wondershaper for openSUSE:Factory 
checked in at 2019-03-22 15:07:12

Comparing /work/SRC/openSUSE:Factory/wondershaper (Old)
 and  /work/SRC/openSUSE:Factory/.wondershaper.new.25356 (New)


Package is "wondershaper"

Fri Mar 22 15:07:12 2019 rev:19 rq:686935 version:1.1a

Changes:

--- /work/SRC/openSUSE:Factory/wondershaper/wondershaper.changes
2017-11-27 22:16:58.993744351 +0100
+++ /work/SRC/openSUSE:Factory/.wondershaper.new.25356/wondershaper.changes 
2019-03-22 15:07:35.757482662 +0100
@@ -1,0 +2,6 @@
+Wed Mar 20 09:03:29 UTC 2019 - josef.moell...@suse.com
+
+- Added systemd support
+  [bsc#1116052, wondershaper.service]
+
+---

New:

  wondershaper.service



Other differences:
--
++ wondershaper.spec ++
--- /var/tmp/diff_new_pack.uCTGcD/_old  2019-03-22 15:07:36.381482122 +0100
+++ /var/tmp/diff_new_pack.uCTGcD/_new  2019-03-22 15:07:36.385482120 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wondershaper
 #
-# Copyright (c) 2017 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
@@ -32,6 +32,7 @@
 Source0:wondershaper-1.1a.tar.bz2
 Source1:sysconfig.wondershaper
 Source2:rcwondershaper
+Source3:wondershaper.service
 Patch0: %{name}-%{version}.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -62,26 +63,33 @@
 mv wshaper wshaper.cbq
 install -m 755 -d $RPM_BUILD_ROOT/usr/sbin
 install -m 755 -d $RPM_BUILD_ROOT%{_fillupdir}
-install -m 755 -d $RPM_BUILD_ROOT/etc/init.d
+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}/
-install -m 755 rcwondershaper $RPM_BUILD_ROOT/etc/init.d/wondershaper
-ln -sf ../../etc/init.d/wondershaper $RPM_BUILD_ROOT/usr/sbin/rcwondershaper
+ln -sf service $RPM_BUILD_ROOT/usr/sbin/rcwondershaper
+
+%pre
+%service_add_pre wondershaper.service
 
 %post
+%service_add_post wondershaper.service
 %{fillup_only}
 
 %preun
-%stop_on_removal wondershaper
+%service_del_preun wondershaper.service
 
 %postun
-%restart_on_update wondershaper
-%insserv_cleanup
+%service_del_postun wondershaper.service
 
 %files
 %defattr(-, root, root)
 %doc COPYING ChangeLog README TODO VERSION
-%config /etc/init.d/wondershaper
+%{_datadir}/%{name}
+%{_unitdir}
 /usr/sbin/*
 %{_fillupdir}/*
 

++ wondershaper.service ++
# /run/systemd/generator.late/wondershaper.service
# Automatically generated by systemd-sysv-generator

[Unit]
Documentation=man:systemd-sysv-generator(8)
SourcePath=/usr/share/wondershaper/scripts/rcwondershaper
Description=LSB: wondershaper providing QOS
After=remote-fs.target
After=network-online.target
Wants=remote-fs.target
Wants=network-online.target

[Service]
Type=forking
Restart=no
TimeoutSec=5min
IgnoreSIGPIPE=no
KillMode=process
GuessMainPID=no
RemainAfterExit=yes
SuccessExitStatus=5 6
ExecStart=/usr/share/wondershaper/scripts/rcwondershaper start
ExecStop=/usr/share/wondershaper/scripts/rcwondershaper stop
ExecReload=/usr/share/wondershaper/scripts/rcwondershaper reload

[Install]
WantedBy=multi-user.target



commit wondershaper for openSUSE:Factory

2017-11-27 Thread root
Hello community,

here is the log from the commit of package wondershaper for openSUSE:Factory 
checked in at 2017-11-27 22:16:54

Comparing /work/SRC/openSUSE:Factory/wondershaper (Old)
 and  /work/SRC/openSUSE:Factory/.wondershaper.new (New)


Package is "wondershaper"

Mon Nov 27 22:16:54 2017 rev:18 rq:545408 version:1.1a

Changes:

--- /work/SRC/openSUSE:Factory/wondershaper/wondershaper.changes
2017-04-11 09:40:13.730903429 +0200
+++ /work/SRC/openSUSE:Factory/.wondershaper.new/wondershaper.changes   
2017-11-27 22:16:58.993744351 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:46:47 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+---



Other differences:
--
++ wondershaper.spec ++
--- /var/tmp/diff_new_pack.bNcFt7/_old  2017-11-27 22:16:59.637720976 +0100
+++ /var/tmp/diff_new_pack.bNcFt7/_new  2017-11-27 22:16:59.641720832 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:   wondershaper
 Version:1.1a
 Release:0
@@ -56,10 +61,10 @@
 %install
 mv wshaper wshaper.cbq
 install -m 755 -d $RPM_BUILD_ROOT/usr/sbin
-install -m 755 -d $RPM_BUILD_ROOT/var/adm/fillup-templates
+install -m 755 -d $RPM_BUILD_ROOT%{_fillupdir}
 install -m 755 -d $RPM_BUILD_ROOT/etc/init.d
 install -m 750 wshaper.* $RPM_BUILD_ROOT/usr/sbin/
-install -m 644 sysconfig.wondershaper $RPM_BUILD_ROOT/var/adm/fillup-templates/
+install -m 644 sysconfig.wondershaper $RPM_BUILD_ROOT%{_fillupdir}/
 install -m 755 rcwondershaper $RPM_BUILD_ROOT/etc/init.d/wondershaper
 ln -sf ../../etc/init.d/wondershaper $RPM_BUILD_ROOT/usr/sbin/rcwondershaper
 
@@ -78,6 +83,6 @@
 %doc COPYING ChangeLog README TODO VERSION
 %config /etc/init.d/wondershaper
 /usr/sbin/*
-/var/adm/fillup-templates/*
+%{_fillupdir}/*
 
 %changelog




commit wondershaper for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package wondershaper for openSUSE:Factory 
checked in at 2017-04-11 09:40:11

Comparing /work/SRC/openSUSE:Factory/wondershaper (Old)
 and  /work/SRC/openSUSE:Factory/.wondershaper.new (New)


Package is "wondershaper"

Tue Apr 11 09:40:11 2017 rev:17 rq:484791 version:1.1a

Changes:

--- /work/SRC/openSUSE:Factory/wondershaper/wondershaper.changes
2014-11-24 11:08:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.wondershaper.new/wondershaper.changes   
2017-04-11 09:40:13.730903429 +0200
@@ -1,0 +2,5 @@
+Thu Mar 30 08:23:50 UTC 2017 - meiss...@suse.com
+
+- prereq %insserv_prereq
+
+---



Other differences:
--
++ wondershaper.spec ++
--- /var/tmp/diff_new_pack.LQd8qC/_old  2017-04-11 09:40:14.386810773 +0200
+++ /var/tmp/diff_new_pack.LQd8qC/_new  2017-04-11 09:40:14.386810773 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wondershaper
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -31,7 +31,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Requires:   iproute2
-PreReq: %fillup_prereq
+PreReq: %fillup_prereq %insserv_prereq
 
 %description
 Many cablemodem and ADSL users experience horrifying latency while




commit wondershaper for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package wondershaper for openSUSE:Factory 
checked in at 2014-11-24 11:08:16

Comparing /work/SRC/openSUSE:Factory/wondershaper (Old)
 and  /work/SRC/openSUSE:Factory/.wondershaper.new (New)


Package is "wondershaper"

Changes:

--- /work/SRC/openSUSE:Factory/wondershaper/wondershaper.changes
2014-10-06 12:06:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.wondershaper.new/wondershaper.changes   
2014-11-24 11:08:18.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 15 20:18:00 UTC 2014 - Led 
+
+- fix bashism in rcwondershaper script
+
+---



Other differences:
--
++ rcwondershaper ++
--- /var/tmp/diff_new_pack.wSZtPa/_old  2014-11-24 11:08:19.0 +0100
+++ /var/tmp/diff_new_pack.wSZtPa/_new  2014-11-24 11:08:19.0 +0100
@@ -44,7 +44,7 @@
 
 if [ -n "$WSHAPER_START_OUT" ]
 then
-echo -en "$WSHAPER_START_OUT\n"
+   echo "$WSHAPER_START_OUT"
 fi
 ;;
 stop)
@@ -97,9 +97,9 @@
*)
rc_failed 0
rc_status -v
-   if [ "$WSHAPER_VERBOSE_STATUS" == "true" ]
+   if [ "$WSHAPER_VERBOSE_STATUS" = "true" ]
then
-   echo -en "$WSHAPER_STATUS\n"
+   echo "$WSHAPER_STATUS"
fi  
esac
 ;;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wondershaper for openSUSE:Factory

2014-10-06 Thread h_root
Hello community,

here is the log from the commit of package wondershaper for openSUSE:Factory 
checked in at 2014-10-06 12:06:40

Comparing /work/SRC/openSUSE:Factory/wondershaper (Old)
 and  /work/SRC/openSUSE:Factory/.wondershaper.new (New)


Package is "wondershaper"

Changes:

--- /work/SRC/openSUSE:Factory/wondershaper/wondershaper.changes
2011-09-23 12:50:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.wondershaper.new/wondershaper.changes   
2014-10-06 12:06:44.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct  5 20:29:56 UTC 2014 - jeng...@inai.de
+
+- Remove unused/ancient rpm tags and section
+
+---



Other differences:
--
++ wondershaper.spec ++
--- /var/tmp/diff_new_pack.Ukcu9i/_old  2014-10-06 12:06:45.0 +0200
+++ /var/tmp/diff_new_pack.Ukcu9i/_new  2014-10-06 12:06:45.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package wondershaper (Version 1.1a)
+# spec file for package wondershaper
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   wondershaper
-Url:http://lartc.org/wondershaper/
+Version:1.1a
+Release:0
+Summary:Wondershaper is a QOS (Quality of Service) script.
 License:GPL-2.0+
 Group:  Productivity/Networking/System
-Version:1.1a
-Release:349
+Url:http://lartc.org/wondershaper/
+
 Source0:wondershaper-1.1a.tar.bz2
 Source1:sysconfig.wondershaper
 Source2:rcwondershaper
 Patch0: %{name}-%{version}.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-AutoReqProv:on
 Requires:   iproute2
 PreReq: %fillup_prereq
-Summary:Wondershaper is a QOS (Quality of Service) script.
 
 %description
 Many cablemodem and ADSL users experience horrifying latency while
@@ -65,9 +63,6 @@
 install -m 755 rcwondershaper $RPM_BUILD_ROOT/etc/init.d/wondershaper
 ln -sf ../../etc/init.d/wondershaper $RPM_BUILD_ROOT/usr/sbin/rcwondershaper
 
-%clean
-[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf  %{buildroot}
-
 %post
 %{fillup_only}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wondershaper for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package wondershaper for openSUSE:Factory 
checked in at 2011-12-06 19:13:15

Comparing /work/SRC/openSUSE:Factory/wondershaper (Old)
 and  /work/SRC/openSUSE:Factory/.wondershaper.new (New)


Package is "wondershaper", Maintainer is "jbo...@suse.com"

Changes:




Other differences:
--
++ wondershaper.spec ++
--- /var/tmp/diff_new_pack.qihJrN/_old  2011-12-06 19:53:01.0 +0100
+++ /var/tmp/diff_new_pack.qihJrN/_new  2011-12-06 19:53:01.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   wondershaper
 Url:http://lartc.org/wondershaper/
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Productivity/Networking/System
 Version:1.1a
 Release:349

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org