Hello community,

here is the log from the commit of package libdlm for openSUSE:Factory checked 
in at 2014-04-05 16:49:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdlm (Old)
 and      /work/SRC/openSUSE:Factory/.libdlm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdlm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdlm/libdlm.changes    2013-09-26 
11:47:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdlm.new/libdlm.changes       2014-04-05 
16:49:52.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Mar 31 06:12:40 UTC 2014 - [email protected]
+
+- dlm_controld notifies systemd(bnc#870626)
+   + remove-sd-notify.patch    
+
+-------------------------------------------------------------------

New:
----
  remove-sd-notify.patch

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

Other differences:
------------------
++++++ libdlm.spec ++++++
--- /var/tmp/diff_new_pack.DODbNK/_old  2014-04-05 16:49:52.000000000 +0200
+++ /var/tmp/diff_new_pack.DODbNK/_new  2014-04-05 16:49:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdlm
 #
-# Copyright (c) 2013 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
@@ -35,6 +35,7 @@
 Source:         libdlm-4.0.2.tar.gz
 Patch1:         Makefile-for-diff-arch.patch
 Patch2:         build-dlm_stonith.patch
+Patch3:         remove-sd-notify.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  glib2-devel
 BuildRequires:  libcorosync-devel
@@ -73,6 +74,7 @@
 %setup -n %{name}-%{version}
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 ###########################################################
 
 %build

++++++ remove-sd-notify.patch ++++++
Index: libdlm-4.0.2/dlm_controld/Makefile
===================================================================
--- libdlm-4.0.2.orig/dlm_controld/Makefile
+++ libdlm-4.0.2/dlm_controld/Makefile
@@ -6,7 +6,7 @@ LIBDIR=$(PREFIX)/$(LIBNUM)
 HDRDIR=$(PREFIX)/include 
 MANDIR=$(PREFIX)/share/man
 
-USE_SD_NOTIFY=yes
+USE_SD_NOTIFY=no
 
 BIN_TARGET = dlm_controld
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to