update to sanlock-3.5.0
This commit is contained in:
parent
d9e16acc7c
commit
d2971658e8
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/sanlock-3.2.4.tar.gz
|
||||
/sanlock-3.3.0.tar.gz
|
||||
/sanlock-3.4.0.tar.gz
|
||||
/sanlock-3.5.0.tar.gz
|
||||
|
11
sanlock.spec
11
sanlock.spec
@ -5,13 +5,13 @@
|
||||
%endif
|
||||
|
||||
Name: sanlock
|
||||
Version: 3.4.0
|
||||
Release: 3%{?dist}
|
||||
Version: 3.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A shared storage lock manager
|
||||
|
||||
Group: System Environment/Base
|
||||
License: GPLv2 and GPLv2+ and LGPLv2+
|
||||
URL: https://fedorahosted.org/sanlock/
|
||||
URL: https://pagure.org/sanlock/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libblkid-devel libaio-devel python python-devel
|
||||
%if %{with_systemd}
|
||||
@ -26,7 +26,7 @@ Requires(post): systemd-sysv
|
||||
Requires(preun): systemd-units
|
||||
Requires(postun): systemd-units
|
||||
%endif
|
||||
Source0: http://git.fedorahosted.org/cgit/sanlock.git/snapshot/%{name}-%{version}.tar.gz
|
||||
Source0: https://releases.pagure.org/sanlock/%{name}-%{version}.tar.gz
|
||||
|
||||
# Patch0: 0001-foo.patch
|
||||
|
||||
@ -278,6 +278,9 @@ common sanlock lockspace.
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 01 2017 David Teigland <teigland@redhat.com> - 3.5.0-1
|
||||
- Update to sanlock-3.5.0
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user