2.2.0-0.2rc2
This commit is contained in:
parent
4d4c9a4f89
commit
a36fac6046
@ -67,15 +67,15 @@
|
||||
%bcond_without utils
|
||||
%global use_utils %{on_off_switch utils}
|
||||
|
||||
%global dev_version %{lua: extraver = string.gsub('-rc1', '%-', ''); print(extraver) }
|
||||
%global dev_version %{lua: extraver = string.gsub('-rc2', '%-', ''); print(extraver) }
|
||||
|
||||
%global ntirpcname ntirpc
|
||||
%global ntirpcvers 1.2.0
|
||||
%global versiontag 2.2-rc1
|
||||
%global versiontag 2.2-rc2
|
||||
|
||||
Name: nfs-ganesha
|
||||
Version: 2.2.0
|
||||
Release: 0.1%{?dev_version:%{dev_version}}%{?dist}
|
||||
Release: 0.2%{?dev_version:%{dev_version}}%{?dist}
|
||||
Summary: NFS-Ganesha is a NFS Server running in user space
|
||||
Group: Applications/System
|
||||
License: LGPLv3+
|
||||
@ -83,9 +83,6 @@ Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki
|
||||
|
||||
Source0: https://github.com/%{name}/%{name}/archive/V%{versiontag}/%{name}-%{version}%{dev_version}.tar.gz
|
||||
Source1: https://github.com/%{name}/%{ntirpcname}/archive/v%{ntirpcvers}/%{ntirpcname}-%{ntirpcvers}.tar.gz
|
||||
Patch13: nfs-ganesha-2.1.0-cache_inode.patch
|
||||
Patch14: nfs-ganesha-2.1.0-state_lock.patch
|
||||
|
||||
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
|
||||
BuildRequires: cmake28
|
||||
@ -312,8 +309,6 @@ be used with NFS-Ganesha to support Gluster
|
||||
%setup -q -n %{name}-%{versiontag} -a 1
|
||||
rm -rf contrib/libzfswrapper
|
||||
mv %{ntirpcname}-%{ntirpcvers}/* src/libntirpc/
|
||||
%patch13 -p1
|
||||
%patch14 -p1
|
||||
|
||||
%build
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
|
||||
@ -563,6 +558,9 @@ mv %{buildroot}/usr%{_sysconfdir}/ganesha/ganesha.conf %{buildroot}%{_sysconfdir
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.2rc2
|
||||
- 2.2.0-0.2rc2
|
||||
|
||||
* Fri Feb 13 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.1rc1
|
||||
- 2.2.0-0.1rc1
|
||||
- nfs-ganesha.spec based on upstream
|
||||
|
Loading…
x
Reference in New Issue
Block a user