Resync to latest 1.6
This commit is contained in:
parent
0ea4f1fee7
commit
8f74c377f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/sanlock-1.2.0.tar.bz2
|
/sanlock-1.2.0.tar.bz2
|
||||||
/sanlock-1.3.tar.gz
|
/sanlock-1.3.tar.gz
|
||||||
/sanlock-1.4.tar.gz
|
/sanlock-1.4.tar.gz
|
||||||
|
/sanlock-1.6.tar.gz
|
||||||
|
35
sanlock.spec
35
sanlock.spec
@ -1,6 +1,6 @@
|
|||||||
Name: sanlock
|
Name: sanlock
|
||||||
Version: 1.4
|
Version: 1.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A shared disk lock manager
|
Summary: A shared disk lock manager
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -8,6 +8,7 @@ License: GPLv2+
|
|||||||
URL: https://fedorahosted.org/sanlock/
|
URL: https://fedorahosted.org/sanlock/
|
||||||
Source0: https://fedorahosted.org/releases/s/a/sanlock/%{name}-%{version}.tar.gz
|
Source0: https://fedorahosted.org/releases/s/a/sanlock/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
ExclusiveArch: i686 x86_64
|
||||||
BuildRequires: libblkid-devel libaio-devel python python-devel
|
BuildRequires: libblkid-devel libaio-devel python python-devel
|
||||||
|
|
||||||
Requires: %{name}-lib = %{version}-%{release}
|
Requires: %{name}-lib = %{version}-%{release}
|
||||||
@ -130,14 +131,32 @@ developing applications that use %{name}.
|
|||||||
%{_includedir}/sanlock_direct.h
|
%{_includedir}/sanlock_direct.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jun 30 2011 Chris Feist <cfeist@redhat.com> - 1.4-2
|
* Fri Jul 08 2011 David Teigland <teigland@redhat.com> - 1.6-1
|
||||||
- Build for all fedora archs
|
- Update to sanlock-1.6
|
||||||
|
|
||||||
* Tue Jun 21 2011 Chris Feist <cfeist@redhat.com> - 1.4-1
|
* Thu Jun 30 2011 David Teigland <teigland@redhat.com> - 1.5-1
|
||||||
- Update to 1.4.0
|
- Update to sanlock-1.5
|
||||||
|
|
||||||
* Tue Jun 14 2011 Chris Feist <cfeist@redhat.com> - 1.3.0-6
|
* Tue Jun 21 2011 David Teigland <teigland@redhat.com> - 1.4-1
|
||||||
- Update to 1.3.0
|
- 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
|
* Mon May 09 2011 Chris Feist <cfeist@redhat.com> - 1.2.0-3
|
||||||
- Add python and python-devel to build requires
|
- Add python and python-devel to build requires
|
||||||
|
Loading…
Reference in New Issue
Block a user