Hello community,

here is the log from the commit of package drbd-utils for openSUSE:Factory 
checked in at 2015-11-04 15:33:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/drbd-utils (Old)
 and      /work/SRC/openSUSE:Factory/.drbd-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "drbd-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/drbd-utils/drbd-utils.changes    2015-08-21 
07:41:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.drbd-utils.new/drbd-utils.changes       
2015-11-04 15:34:24.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov  3 02:14:24 UTC 2015 - [email protected]
+
+- BSC#949045. Remove execute of drbd.service.
+- Add patch service-mod.patch
+
+-------------------------------------------------------------------

New:
----
  service-mod.patch

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

Other differences:
------------------
++++++ drbd-utils.spec ++++++
--- /var/tmp/diff_new_pack.4wsJny/_old  2015-11-04 15:34:25.000000000 +0100
+++ /var/tmp/diff_new_pack.4wsJny/_new  2015-11-04 15:34:25.000000000 +0100
@@ -29,6 +29,7 @@
 Patch1:         init-script-fixes.diff
 Patch2:         fix-libdir-in-Makefile.patch
 Patch3:         zeroout-discard-devices.patch
+Patch4:         service-mod.patch
 
 Provides:       drbd-bash-completion = %{version}
 Provides:       drbd-pacemaker = %{version}
@@ -73,6 +74,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 ./autogen.sh

++++++ service-mod.patch ++++++
Index: drbd-utils-8.9.2/scripts/Makefile.in
===================================================================
--- drbd-utils-8.9.2.orig/scripts/Makefile.in
+++ drbd-utils-8.9.2/scripts/Makefile.in
@@ -65,7 +65,7 @@ endif
 # yes, debian apparently allows installing both types from the same package
 ifneq ($(initscripttype),sysv)         # "systemd" or "both"
        install -d $(DESTDIR)$(systemdunitdir)
-       install -m 755 drbd.service $(DESTDIR)$(systemdunitdir)/
+       install -m 644 drbd.service $(DESTDIR)$(systemdunitdir)/
        install -d $(DESTDIR)/lib/drbd/
        install -m 755 drbd $(DESTDIR)/lib/drbd/
        install -d $(DESTDIR)$(tmpfilesdir)/

Reply via email to