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