Hello community,

here is the log from the commit of package gnump3d for openSUSE:Factory checked 
in at 2017-03-20 17:08:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnump3d (Old)
 and      /work/SRC/openSUSE:Factory/.gnump3d.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnump3d"

Mon Mar 20 17:08:39 2017 rev:23 rq:479683 version:3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnump3d/gnump3d.changes  2013-06-05 
14:30:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnump3d.new/gnump3d.changes     2017-03-20 
17:08:40.425402137 +0100
@@ -1,0 +2,8 @@
+Wed Mar 15 13:09:03 UTC 2017 - dims...@opensuse.org
+
+- Drop the sysV init script: it is masked by the systemd service
+  in any case and is only adding confusion.
+- Drop the init.d related insserv macros: since the .init file is
+  no longer installed, there is no need to handle it.
+
+-------------------------------------------------------------------

Old:
----
  gnump3d.init

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

Other differences:
------------------
++++++ gnump3d.spec ++++++
--- /var/tmp/diff_new_pack.105zl6/_old  2017-03-20 17:08:41.025317428 +0100
+++ /var/tmp/diff_new_pack.105zl6/_new  2017-03-20 17:08:41.029316864 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnump3d
 #
-# Copyright (c) 2013 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
@@ -34,7 +34,6 @@
 Requires:       perl >= 5.8.8
 Source:         gnump3d-%{version}.tar.bz2
 Source3:        gnump3d-rpmlintrc
-Source1:        gnump3d.init
 Source2:        gnump3d.logrotate
 Source4:        gnump3d.service
 Patch:          gnump3d-Makefile.patch
@@ -58,7 +57,6 @@
 %install
 rm -Rf $RPM_BUILD_ROOT
 mkdir $RPM_BUILD_ROOT
-install -d -m 755 $RPM_BUILD_ROOT/etc/init.d
 install -d -m 755 $RPM_BUILD_ROOT/var/log/gnump3d
 install -d -m 755 $RPM_BUILD_ROOT/etc/logrotate.d
 install -d -m 755 $RPM_BUILD_ROOT/usr/sbin
@@ -68,9 +66,8 @@
 install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/gnump3d
 make PREFIX=/usr DESTDIR=$RPM_BUILD_ROOT install
 # Install inetd init script
-install -m 744 %SOURCE1 $RPM_BUILD_ROOT/etc/init.d/gnump3d
 install -D -m 0644 %SOURCE4 %{buildroot}%{_unitdir}/%{name}.service
-(cd $RPM_BUILD_ROOT && ln -sf /etc/init.d/gnump3d usr/sbin/rcgnump3d)
+(cd $RPM_BUILD_ROOT && ln -sf /usr/sbin/service usr/sbin/rcgnump3d)
 (cd $RPM_BUILD_ROOT/usr/bin && ln -sfn gnump3d2 gnump3d)
 %fdupes -s $RPM_BUILD_ROOT%{_datadir}/%{name}
 
@@ -91,12 +88,9 @@
 %service_add_post %{name}.service
 
 %preun
-%stop_on_removal gnump3d
 %service_del_preun %{name}.service
 
 %postun
-%restart_on_update gnump3d
-%insserv_cleanup
 %service_del_postun %{name}.service
 
 %files
@@ -134,7 +128,6 @@
 %{_bindir}/gnump3d-index
 %{_bindir}/gnump3d-top
 %{_sbindir}/rcgnump3d
-%config %{_sysconfdir}/init.d/gnump3d
 %config(noreplace) %{_sysconfdir}/logrotate.d/gnump3d
 %attr(755,gnump3d,root) %dir %{_var}/log/gnump3d
 %attr(755,gnump3d,root) %dir %{_var}/cache/gnump3d


Reply via email to