sanlock.spec | 8 ++++++-- src/main.c | 2 +- wdmd/main.c | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-)
New commits: commit b3bc7930d7a399d73dd5cb5c4812377faceae87e Author: David Teigland teigland@redhat.com Date: Wed May 30 09:41:00 2012 -0500
latest spec file
Signed-off-by: David Teigland teigland@redhat.com
diff --git a/sanlock.spec b/sanlock.spec index 242a185..732472a 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,12 +1,13 @@ Name: sanlock -Version: 2.2 -Release: 2%{?dist} +Version: 2.3 +Release: 1%{?dist} Summary: A shared disk lock manager
Group: System Environment/Base License: GPLv2 and GPLv2+ and LGPLv2+ URL: https://fedorahosted.org/sanlock/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +ExclusiveArch: x86_64 BuildRequires: libblkid-devel libaio-devel python python-devel Requires: %{name}-lib = %{version}-%{release} Source0: https://fedorahosted.org/releases/s/a/sanlock/%%7Bname%7D-%%7Bversion%7D.tar... @@ -175,6 +176,9 @@ developing applications that use %{name}. %{_includedir}/sanlock_direct.h
%changelog +* Wed May 30 2012 David Teigland teigland@redhat.com - 2.3 +- Update to sanlock-2.3 + * Fri May 25 2012 Federico Simoncelli fsimonce@redhat.com 2.2-2 - Support multiple platforms in the spec file
commit acd0d65a072c281de621e5c6dcc92b0e355f3232 Author: David Teigland teigland@redhat.com Date: Wed May 30 09:05:18 2012 -0500
release 2.3
Signed-off-by: David Teigland teigland@redhat.com
diff --git a/src/main.c b/src/main.c index c513dc4..abc35fd 100644 --- a/src/main.c +++ b/src/main.c @@ -50,7 +50,7 @@ #include "client_cmd.h" #include "cmd.h"
-#define RELEASE_VERSION "2.2" +#define RELEASE_VERSION "2.3"
struct thread_pool { int num_workers; diff --git a/wdmd/main.c b/wdmd/main.c index bd95f9d..6b6b411 100644 --- a/wdmd/main.c +++ b/wdmd/main.c @@ -41,7 +41,7 @@ #define GNUC_UNUSED __attribute__((__unused__)) #endif
-#define RELEASE_VERSION "2.2" +#define RELEASE_VERSION "2.3"
#define DEFAULT_TEST_INTERVAL 10 #define DEFAULT_FIRE_TIMEOUT 60
sanlock-devel@lists.fedorahosted.org