2.2.0-0.8rc5
This commit is contained in:
parent
1cff41e665
commit
5dd012a6e3
@ -67,15 +67,15 @@
|
||||
%bcond_without utils
|
||||
%global use_utils %{on_off_switch utils}
|
||||
|
||||
%global dev_version %{lua: extraver = string.gsub('-rc4', '%-', ''); print(extraver) }
|
||||
%global dev_version %{lua: extraver = string.gsub('-rc5', '%-', ''); print(extraver) }
|
||||
|
||||
%global ntirpcname ntirpc
|
||||
%global ntirpcvers 1.2.1
|
||||
%global versiontag 2.2-rc4
|
||||
%global versiontag 2.2-rc5
|
||||
|
||||
Name: nfs-ganesha
|
||||
Version: 2.2.0
|
||||
Release: 0.7%{?dev_version:%{dev_version}}%{?dist}
|
||||
Release: 0.8%{?dev_version:%{dev_version}}%{?dist}
|
||||
Summary: NFS-Ganesha is a NFS Server running in user space
|
||||
Group: Applications/System
|
||||
License: LGPLv3+
|
||||
@ -84,6 +84,10 @@ 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
|
||||
|
||||
# Bundling exception through Fedora 23
|
||||
# https://fedorahosted.org/fpc/ticket/363
|
||||
Provides: bundled(libntirpc)
|
||||
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
|
||||
BuildRequires: cmake28
|
||||
%else
|
||||
@ -562,6 +566,9 @@ mv %{buildroot}/usr%{_sysconfdir}/ganesha/ganesha.conf %{buildroot}%{_sysconfdir
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Mar 22 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.8rc5
|
||||
- 2.2.0-0.8rc5
|
||||
|
||||
* Tue Mar 17 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.7rc4
|
||||
- ntirpc-1.2.1.tar.gz
|
||||
|
||||
@ -569,7 +576,7 @@ mv %{buildroot}/usr%{_sysconfdir}/ganesha/ganesha.conf %{buildroot}%{_sysconfdir
|
||||
- updated ntirpc-1.2.0.tar.gz
|
||||
|
||||
* Sun Mar 15 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.5rc4
|
||||
- 2.2.0-0.5rc3
|
||||
- 2.2.0-0.5rc4
|
||||
|
||||
* Mon Feb 23 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.4rc3
|
||||
- 2.2.0-0.4rc3
|
||||
|
Loading…
x
Reference in New Issue
Block a user