Hello community,

here is the log from the commit of package sanlock for openSUSE:Factory checked 
in at 2015-06-30 10:17:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sanlock (Old)
 and      /work/SRC/openSUSE:Factory/.sanlock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sanlock"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sanlock/sanlock.changes  2015-03-27 
09:40:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sanlock.new/sanlock.changes     2015-06-30 
10:17:12.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Jun 19 10:48:55 MDT 2015 - jfeh...@suse.com
+
+- Update to sanlock 3.2.4
+  - Add conf file sanlock.conf
+  - Add pkgconfig files
+  - Numerous improvements and bug fixes.  For details, see
+    https://git.fedorahosted.org/cgit/sanlock.git/log/
+
+-------------------------------------------------------------------

Old:
----
  sanlock-3.2.2.tar.xz

New:
----
  sanlock-3.2.4.tar.xz

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

Other differences:
------------------
++++++ sanlock.spec ++++++
--- /var/tmp/diff_new_pack.orsgFy/_old  2015-06-30 10:17:13.000000000 +0200
+++ /var/tmp/diff_new_pack.orsgFy/_new  2015-06-30 10:17:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sanlock
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -24,7 +24,7 @@
 %endif
 
 Name:           sanlock
-Version:        3.2.2
+Version:        3.2.4
 Release:        0
 Summary:        A shared disk lock manager
 License:        GPL-2.0 and GPL-2.0+ and LGPL-2.1+
@@ -144,6 +144,7 @@
         install LIBDIR=%{_libdir} \
         DESTDIR=$RPM_BUILD_ROOT
 %endif
+install -D -m 755 src/sanlock.conf 
$RPM_BUILD_ROOT/%{_sysconfdir}/sanlock/sanlock.conf
 install -D -m 755 %SOURCE2 
$RPM_BUILD_ROOT/%{_localstatedir}/adm/fillup-templates/sysconfig.sanlock
 install -D -m 755 %SOURCE4 
$RPM_BUILD_ROOT/%{_localstatedir}/adm/fillup-templates/sysconfig.wdmd
 %if %{with_systemd}
@@ -239,6 +240,8 @@
 
 %files
 %defattr(-,root,root,-)
+%dir %attr(0700, root, root) %{_sysconfdir}/sanlock/
+%config(noreplace) %{_sysconfdir}/sanlock/sanlock.conf
 %{_sbindir}/rcsanlock
 %{_localstatedir}/adm/fillup-templates/sysconfig.sanlock
 %{_sbindir}/rcwdmd
@@ -278,6 +281,8 @@
 %{_includedir}/sanlock_admin.h
 %{_includedir}/sanlock_resource.h
 %{_includedir}/sanlock_direct.h
+%{_libdir}/pkgconfig/libsanlock.pc
+%{_libdir}/pkgconfig/libsanlock_client.pc
 
 %if %{with_fence_sanlockd}
 %files -n fence-sanlock

++++++ sanlock-3.2.2.tar.xz -> sanlock-3.2.4.tar.xz ++++++
++++ 2588 lines of diff (skipped)

++++++ sanlock-SCHED_RESET_ON_FORK-undefined.patch ++++++
--- /var/tmp/diff_new_pack.orsgFy/_old  2015-06-30 10:17:13.000000000 +0200
+++ /var/tmp/diff_new_pack.orsgFy/_new  2015-06-30 10:17:13.000000000 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- src/main.c.orig
 +++ src/main.c
-@@ -58,6 +58,10 @@
+@@ -59,6 +59,10 @@
  
  #define SIGRUNPATH 100 /* anything that's not SIGTERM/SIGKILL */
  

++++++ suse-no-date-time.patch ++++++
--- /var/tmp/diff_new_pack.orsgFy/_old  2015-06-30 10:17:13.000000000 +0200
+++ /var/tmp/diff_new_pack.orsgFy/_new  2015-06-30 10:17:13.000000000 +0200
@@ -1,8 +1,8 @@
-Index: sanlock-3.1.0/src/main.c
+Index: sanlock-3.2.4/src/main.c
 ===================================================================
---- sanlock-3.1.0.orig/src/main.c
-+++ sanlock-3.1.0/src/main.c
-@@ -1913,8 +1913,8 @@
+--- sanlock-3.2.4.orig/src/main.c
++++ sanlock-3.2.4/src/main.c
+@@ -1920,8 +1920,8 @@ static int read_command_line(int argc, c
        }
  
        if (!strcmp(arg1, "--version") || !strcmp(arg1, "-V")) {

++++++ suse-systemd.patch ++++++
--- /var/tmp/diff_new_pack.orsgFy/_old  2015-06-30 10:17:13.000000000 +0200
+++ /var/tmp/diff_new_pack.orsgFy/_new  2015-06-30 10:17:13.000000000 +0200
@@ -1,8 +1,9 @@
-Index: sanlock-3.1.0/init.d/sanlock.service
+Index: sanlock-3.2.4/init.d/sanlock.service
 ===================================================================
---- sanlock-3.1.0.orig/init.d/sanlock.service
-+++ sanlock-3.1.0/init.d/sanlock.service
-@@ -6,8 +6,10 @@ Wants=wdmd.service
+--- sanlock-3.2.4.orig/init.d/sanlock.service
++++ sanlock-3.2.4/init.d/sanlock.service
+@@ -5,8 +5,10 @@ Wants=wdmd.service
+ 
  [Service]
  Type=forking
 -ExecStart=/lib/systemd/systemd-sanlock start
@@ -14,12 +15,12 @@
  
  [Install]
  WantedBy=multi-user.target
- 
-Index: sanlock-3.1.0/init.d/wdmd.service
+Index: sanlock-3.2.4/init.d/wdmd.service
 ===================================================================
---- sanlock-3.1.0.orig/init.d/wdmd.service
-+++ sanlock-3.1.0/init.d/wdmd.service
-@@ -5,8 +5,10 @@ After=syslog.target
+--- sanlock-3.2.4.orig/init.d/wdmd.service
++++ sanlock-3.2.4/init.d/wdmd.service
+@@ -4,8 +4,10 @@ After=syslog.target
+ 
  [Service]
  Type=forking
 -ExecStart=/lib/systemd/systemd-wdmd start


Reply via email to