[sanlock] Update to sanlock-3.0.0

David Teigland teigland at fedoraproject.org
Wed Jul 24 19:25:16 UTC 2013


commit e380b4fcf6729583b6713ad7b414f0465f7d33e9
Author: David Teigland <teigland at redhat.com>
Date:   Wed Jul 24 14:24:47 2013 -0500

    Update to sanlock-3.0.0

 .gitignore   |    1 +
 sanlock.spec |  152 +++-------------------------------------------------------
 sources      |    2 +-
 3 files changed, 9 insertions(+), 146 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17c355e..a8b8410 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /sanlock-2.6.tar.gz
 /sanlock-2.7.tar.gz
 /sanlock-2.8.tar.gz
+/sanlock-3.0.0.tar.gz
diff --git a/sanlock.spec b/sanlock.spec
index 8ca4e8a..727bc9d 100644
--- a/sanlock.spec
+++ b/sanlock.spec
@@ -11,9 +11,9 @@
 %endif
 
 Name:           sanlock
-Version:        2.8
+Version:        3.0.0
 Release:        1%{?dist}
-Summary:        A shared disk lock manager
+Summary:        A shared storage lock manager
 
 Group:          System Environment/Base
 License:        GPLv2 and GPLv2+ and LGPLv2+
@@ -40,9 +40,8 @@ Source0:        http://git.fedorahosted.org/cgit/sanlock.git/snapshot/%{name}-%{
 #Patch0: foo.patch
 
 %description
-sanlock uses disk paxos to manage leases on shared storage.
-Hosts connected to a common SAN can use this to synchronize their
-access to the shared disks.
+The sanlock daemon manages leases for applications running on a cluster
+of hosts with shared storage.
 
 %prep
 %setup -q
@@ -194,7 +193,7 @@ Group:          System Environment/Libraries
 
 %description    lib
 The %{name}-lib package contains the runtime libraries for sanlock,
-a shared disk lock manager.
+a shared storage lock manager.
 Hosts connected to a common SAN can use this to synchronize their
 access to the shared disks.
 
@@ -297,143 +296,6 @@ if [ $1 -ge 1 ] ; then
 fi
 
 %changelog
-* Fri Jul 12 2013 David Teigland <teigland at redhat.com> - 2.8-1
-- Update to sanlock-2.8
-
-* Tue Apr  2 2013 Federico Simoncelli <fsimonce at redhat.com> - 2.7-2
-- introduce the new systemd-rpm macros (#857397)
-
-* Wed Mar 06 2013 David Teigland <teigland at redhat.com> - 2.7-1
-- Update to sanlock-2.7
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Sun Jan 13 2013 Federico Simoncelli <fsimonce at redhat.com> 2.6-7
-- applying the missing patches
-
-* Sun Jan 13 2013 Federico Simoncelli <fsimonce at redhat.com> 2.6-6
-- wdmd: fix miscellaneous build warnings
-- wdmd: dynamically select working watchdog device
-
-* Wed Jan  2 2013 Federico Simoncelli <fsimonce at redhat.com> 2.6-5
-- wdmd: make the watchdog device configurable
-
-* Tue Nov 13 2012 David Teigland <teigland at redhat.com> - 2.6-4
-- systemd: add wdmd dependency for sanlock
-
-* Mon Nov 05 2012 David Teigland <teigland at redhat.com> - 2.6-3
-- fix systemd service files and install them on rhel7
-
-* Wed Oct 24 2012 David Teigland <teigland at redhat.com> - 2.6-2
-- move creation of /etc/wdmd.d
-
-* Tue Oct 09 2012 David Teigland <teigland at redhat.com> - 2.6-1
-- Update to sanlock-2.6
-
-* Mon Sep 24 2012 David Teigland <teigland at redhat.com> - 2.5-1
-- Update to sanlock-2.5
-
-* Tue Jul 24 2012 David Teigland <teigland at redhat.com> - 2.4-3
-- fix lockfile ownership
-
-* Mon Jul 23 2012 David Teigland <teigland at redhat.com> - 2.4-2
-- fix missing include
-
-* Mon Jul 23 2012 David Teigland <teigland at redhat.com> - 2.4-1
-- Update to sanlock-2.4
-
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Fri Jun 15 2012 David Teigland <teigland at redhat.com> - 2.3-3
-- Require useradd and groupadd
-
-* Mon Jun 04 2012 David Teigland <teigland at redhat.com> - 2.3-2
-- Remove exclusive arch
-
-* Wed May 30 2012 David Teigland <teigland at redhat.com> - 2.3-1
-- Update to sanlock-2.3
-
-* Fri May 25 2012 Federico Simoncelli <fsimonce at redhat.com> 2.2-2
-- Support multiple platforms in the spec file
-
-* Mon May 07 2012 David Teigland <teigland at redhat.com> - 2.2-1
-- Update to sanlock-2.2
-
-* Thu Apr 05 2012 David Teigland <teigland at redhat.com> - 2.1-2
-- Install service files instead of init files
-
-* Wed Mar 21 2012 David Teigland <teigland at redhat.com> - 2.1-1
-- Update to sanlock-2.1
-
-* Fri Mar 02 2012 David Teigland <teigland at redhat.com> - 2.0-1
-- Update to sanlock-2.0
-
-* Tue Sep 20 2011 David Teigland <teigland at redhat.com> - 1.8-2
-- fix useradd command in spec file
-
-* Fri Sep 16 2011 Chris Feist <cfeist at redhat.com - 1.8-1
-- Update to sanlock-1.8
-
-* Fri Aug 19 2011 Dan HorĂ¡k <dan[at]danny.cz> - 1.6-2
-- build on all arches again
-
-* Sun Aug 07 2011 Chris Feist <cfeist at redhat.com> - 1.7-4
-- Fix for minor file include issues
-
-* Fri Aug 05 2011 David Teigland <teigland at redhat.com> - 1.7-3
-- fix man page mode
-
-* Fri Aug 05 2011 David Teigland <teigland at redhat.com> - 1.7-1
-- Update to sanlock-1.7
-
-* Fri Jul 08 2011 David Teigland <teigland at redhat.com> - 1.6-1
-- Update to sanlock-1.6
-
-* Thu Jun 30 2011 David Teigland <teigland at redhat.com> - 1.5-1
-- Update to sanlock-1.5
-
-* Tue Jun 21 2011 David Teigland <teigland at redhat.com> - 1.4-1
-- Update to sanlock-1.4
-
-* Fri Jun 10 2011 David Teigland <teigland at redhat.com> - 1.3-6
-- fix python version, build i686 also
-
-* Thu Jun 09 2011 David Teigland <teigland at redhat.com> - 1.3-5
-- build exclusive x86_64, at least for now
-
-* Thu Jun 09 2011 David Teigland <teigland at redhat.com> - 1.3-4
-- build only x86_64, at least for now
-
-* Thu Jun 09 2011 David Teigland <teigland at redhat.com> - 1.3-3
-- fix libwdmd linking
-
-* Thu Jun 09 2011 David Teigland <teigland at redhat.com> - 1.3-2
-- shut up build warnings for wdmd and sanlock
-
-* Thu Jun 09 2011 David Teigland <teigland at redhat.com> - 1.3-1
-- Update to sanlock-1.3
-
-* Mon May 09 2011 Chris Feist <cfeist at redhat.com> - 1.2.0-3
-- Add python and python-devel to build requires
-
-* Mon May 09 2011 Chris Feist <cfeist at redhat.com> - 1.2.0-1
-- Use latest sources
-- Sync .spec file
-
-* Mon Apr  4 2011 Federico Simoncelli <fsimonce at redhat.com> - 1.1.0-3
-- Add sanlock_admin.h header
-
-* Fri Feb 18 2011 Chris Feist <cfeist at redhat.com> - 1.1.0-2
-- Fixed install for wdmd
-
-* Thu Feb 17 2011 Chris Feist <cfeist at redhat.com> - 1.1.0-1
-- Updated to latest sources
-- Now include wdmd
-
-* Tue Feb 8 2011 Angus Salkeld <asalkeld at redhat.com> - 1.0-2
-- SPEC: Add docs and make more consistent with the fedora template
+* Wed Jul 24 2013 David Teigland <teigland at redhat.com> - 3.0.0-1
+- Update to sanlock-3.0.0
 
-* Mon Jan 10 2011 Fabio M. Di Nitto <fdinitto at redhat.com> - 1.0-1
-- first cut at rpm packaging
diff --git a/sources b/sources
index 2af730c..83825ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-005367f869788ac135f1b77de47240b7  sanlock-2.8.tar.gz
+8bbe67afbb6d5cf4f92a67ca427aa42f  sanlock-3.0.0.tar.gz


More information about the scm-commits mailing list