Hello community,

here is the log from the commit of package sysvinit for openSUSE:Factory 
checked in at 2019-03-05 12:16:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysvinit (Old)
 and      /work/SRC/openSUSE:Factory/.sysvinit.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysvinit"

Tue Mar  5 12:16:07 2019 rev:168 rq:679450 version:2.90

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysvinit/powerd.changes  2018-05-30 
12:41:04.944893823 +0200
+++ /work/SRC/openSUSE:Factory/.sysvinit.new.28833/powerd.changes       
2019-03-05 12:16:13.361008758 +0100
@@ -1,0 +2,6 @@
+Mon Jan 14 13:28:31 UTC 2019 - Dr. Werner Fink <[email protected]>
+
+- Modify patch powerd-2.0.2.dif that is add x86_64-* to match e.g.
+  basic mchine type x86_64-suse
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ powerd.spec ++++++
--- /var/tmp/diff_new_pack.aveiFF/_old  2019-03-05 12:16:15.197008187 +0100
+++ /var/tmp/diff_new_pack.aveiFF/_new  2019-03-05 12:16:15.205008185 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package powerd
 #
-# Copyright (c) 2018 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/
 #
 
 
@@ -73,11 +73,17 @@
   install -m 0644 %{S:2} %{buildroot}/%{_unitdir}/powerd.service
   ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcpowerd
 
+%pre
+%service_add_post powerd.service
+
 %preun
-%stop_on_removal powerd
+%service_del_preun powerd.service
+
+%post
+%service_add_post powerd.service
 
 %postun
-%restart_on_update powerd
+%service_del_postun powerd.service
 
 %files -n powerd
 %defattr (-,root,root,755)

++++++ sysvinit.spec ++++++
--- /var/tmp/diff_new_pack.aveiFF/_old  2019-03-05 12:16:15.221008179 +0100
+++ /var/tmp/diff_new_pack.aveiFF/_new  2019-03-05 12:16:15.233008176 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysvinit
 #
-# Copyright (c) 2018 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/
 #
 
 

++++++ powerd-2.0.2.dif ++++++
--- /var/tmp/diff_new_pack.aveiFF/_old  2019-03-05 12:16:15.285008160 +0100
+++ /var/tmp/diff_new_pack.aveiFF/_new  2019-03-05 12:16:15.285008160 +0100
@@ -385,3 +385,29 @@
 +};
 +
 +#endif
+--- config.guess
++++ config.guess       2019-01-09 15:01:32.155857875 +0000
+@@ -818,10 +818,10 @@ EOF
+ 
+         case "${UNAME_MACHINE}" in
+         i?86)
+-          VENDOR=pc;
++          VENDOR=suse;
+           ;;
+         *)
+-          VENDOR=unknown;
++          VENDOR=suse;
+           ;;
+         esac
+         # Determine whether the default compiler is a.out or elf
+--- config.sub
++++ config.sub 2019-01-09 15:01:32.155857875 +0000
+@@ -204,7 +204,7 @@ case $basic_machine in
+               ;;
+       # Recognize the basic CPU types with company name.
+       # FIXME: clean up the formatting here.
+-      vax-* | tahoe-* | i[34567]86-* | i860-* | ia64-* | m32r-* | m68k-* | 
m68000-* \
++      vax-* | tahoe-* | i[34567]86-* | i860-* | x86_64-* | ia64-* | m32r-* | 
m68k-* | m68000-* \
+             | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \
+             | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
+             | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* 
\


Reply via email to