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