2.2.0-0.5rc3

This commit is contained in:
Kaleb S. KEITHLEY 2015-03-15 18:51:55 -04:00
parent 9a80165f07
commit 38aee699cf
2 changed files with 11 additions and 8 deletions

View File

@ -67,15 +67,15 @@
%bcond_without utils
%global use_utils %{on_off_switch utils}
%global dev_version %{lua: extraver = string.gsub('-rc3', '%-', ''); print(extraver) }
%global dev_version %{lua: extraver = string.gsub('-rc4', '%-', ''); print(extraver) }
%global ntirpcname ntirpc
%global ntirpcvers 1.2.0
%global versiontag 2.2-rc3
%global versiontag 2.2-rc4
Name: nfs-ganesha
Version: 2.2.0
Release: 0.4%{?dev_version:%{dev_version}}%{?dist}
Release: 0.5%{?dev_version:%{dev_version}}%{?dist}
Summary: NFS-Ganesha is a NFS Server running in user space
Group: Applications/System
License: LGPLv3+
@ -85,7 +85,7 @@ Source0: https://github.com/%{name}/%{name}/archive/V%{versiontag}/%{name}-%{ve
Source1: https://github.com/%{name}/%{ntirpcname}/archive/v%{ntirpcvers}/%{ntirpcname}-%{ntirpcvers}.tar.gz
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
BuildRequires: cmake28
BuildRequires: cmake28
%else
BuildRequires: cmake
%endif
@ -110,11 +110,11 @@ BuildRequires: libmooshika-devel >= 0.6-0
BuildRequires: jemalloc-devel
%endif
%if %{with lustre_up}
BuildRequires: lcap-devel >= 0.1-0
BuildRequires: lcap-devel >= 0.1-0
%endif
%if %{with_systemd}
BuildRequires: systemd
Requires(post): systemd
BuildRequires: systemd
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
%else
@ -562,6 +562,9 @@ mv %{buildroot}/usr%{_sysconfdir}/ganesha/ganesha.conf %{buildroot}%{_sysconfdir
%endif
%changelog
* Sun Mar 15 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.5rc4
- 2.2.0-0.5rc3
* Mon Feb 23 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.4rc3
- 2.2.0-0.4rc3

View File

@ -1,2 +1,2 @@
247da46ace1711e0a1f68bc645b5c79f nfs-ganesha-2.2.0rc3.tar.gz
fcac987e353caf26dda86aa8337772ec nfs-ganesha-2.2.0rc4.tar.gz
4319747da35d6e2e713f859272201978 ntirpc-1.2.0.tar.gz