2.2.0-0.5rc3
This commit is contained in:
parent
9a80165f07
commit
38aee699cf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user