Updated to 1.4
This commit is contained in:
parent
c899a2dbc5
commit
2c03a4c14a
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/sanlock-1.1.0.tar.bz2
|
/sanlock-1.1.0.tar.bz2
|
||||||
/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
|
||||||
|
11
sanlock.spec
11
sanlock.spec
@ -1,14 +1,12 @@
|
|||||||
Name: sanlock
|
Name: sanlock
|
||||||
Version: 1.3
|
Version: 1.4
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A shared disk lock manager
|
Summary: A shared disk lock manager
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
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
|
||||||
Patch0: sanlock-wdmd-shut-up-warnings.patch
|
|
||||||
Patch1: sanlock-fix-libwdmd-linking.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
ExclusiveArch: i686 x86_64
|
ExclusiveArch: i686 x86_64
|
||||||
BuildRequires: libblkid-devel libaio-devel python python-devel
|
BuildRequires: libblkid-devel libaio-devel python python-devel
|
||||||
@ -22,8 +20,6 @@ access to the shared disks.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .sanlock-wdmd-shut-up-warnings
|
|
||||||
%patch1 -p1 -b .sanlock-fix-libwdmd-linking
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# upstream does not require configure
|
# upstream does not require configure
|
||||||
@ -135,6 +131,9 @@ developing applications that use %{name}.
|
|||||||
%{_includedir}/sanlock_direct.h
|
%{_includedir}/sanlock_direct.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 21 2011 Chris Feist <cfeist@redhat.com> - 1.4-1
|
||||||
|
- Update to 1.4.0
|
||||||
|
|
||||||
* Tue Jun 14 2011 Chris Feist <cfeist@redhat.com> - 1.3.0-6
|
* Tue Jun 14 2011 Chris Feist <cfeist@redhat.com> - 1.3.0-6
|
||||||
- Update to 1.3.0
|
- Update to 1.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user