diff --git a/sanlock-3.0.1.tar.bz2 b/sanlock-3.0.1.tar.bz2 deleted file mode 100644 index f6d7883..0000000 --- a/sanlock-3.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed4e8b0355fe14bb79d346f8be36e99889c3a585a61d0cacc0f349c239559071 -size 120154 diff --git a/sanlock-3.1.0.tar.bz2 b/sanlock-3.1.0.tar.bz2 new file mode 100644 index 0000000..4688f3d --- /dev/null +++ b/sanlock-3.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da4a132e356cfb8132c47a0bf28198aaf69397e41bde800b90550d759db9756 +size 126722 diff --git a/sanlock.changes b/sanlock.changes index 0def66b..38fa1f1 100644 --- a/sanlock.changes +++ b/sanlock.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 10 10:16:16 MST 2014 - jfehlig@suse.com + +- Update to sanlock 3.1.0 + - fix debug status for add/rem lockspace + - add_lockspace error for conflicting lockspace definitions + - transient timeout handling in acquire and release + - allow more than 8 resources per client + - fix spaces in path names + ------------------------------------------------------------------- Thu Aug 1 16:42:24 MDT 2013 - jfehlig@suse.com diff --git a/sanlock.spec b/sanlock.spec index fccccaf..cd0c3d6 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,7 +1,7 @@ # # spec file for package sanlock # -# 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 @@ -24,7 +24,7 @@ %endif Name: sanlock -Version: 3.0.1 +Version: 3.1.0 Release: 1%{?dist} Summary: A shared disk lock manager License: GPL-2.0 and GPL-2.0+ and LGPL-2.1+ diff --git a/suse-no-date-time.patch b/suse-no-date-time.patch index 92f9dc5..3fd75ff 100644 --- a/suse-no-date-time.patch +++ b/suse-no-date-time.patch @@ -1,8 +1,8 @@ -Index: sanlock-3.0.1/src/main.c +Index: sanlock-3.1.0/src/main.c =================================================================== ---- sanlock-3.0.1.orig/src/main.c -+++ sanlock-3.0.1/src/main.c -@@ -1863,8 +1863,8 @@ static int read_command_line(int argc, c +--- sanlock-3.1.0.orig/src/main.c ++++ sanlock-3.1.0/src/main.c +@@ -1870,8 +1870,8 @@ static int read_command_line(int argc, c if (!strcmp(arg1, "version") || !strcmp(arg1, "--version") || !strcmp(arg1, "-V")) { diff --git a/suse-systemd.patch b/suse-systemd.patch index 5bcd53f..cce5e3c 100644 --- a/suse-systemd.patch +++ b/suse-systemd.patch @@ -1,7 +1,7 @@ -Index: sanlock-3.0.1/init.d/sanlock.service +Index: sanlock-3.1.0/init.d/sanlock.service =================================================================== ---- sanlock-3.0.1.orig/init.d/sanlock.service -+++ sanlock-3.0.1/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 [Service] Type=forking @@ -15,10 +15,10 @@ Index: sanlock-3.0.1/init.d/sanlock.service [Install] WantedBy=multi-user.target -Index: sanlock-3.0.1/init.d/wdmd.service +Index: sanlock-3.1.0/init.d/wdmd.service =================================================================== ---- sanlock-3.0.1.orig/init.d/wdmd.service -+++ sanlock-3.0.1/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 [Service] Type=forking