This commit is contained in:
Kaleb S. KEITHLEY 2016-10-13 08:08:35 -04:00
parent 3115c11ea8
commit 7330480682
2 changed files with 9 additions and 3 deletions

View File

@ -160,8 +160,8 @@
Summary: Distributed File System
%if ( 0%{_for_fedora_koji_builds} )
Name: glusterfs
Version: 3.8.4
Release: 2%{?prereltag:.%{prereltag}}%{?dist}
Version: 3.8.5
Release: 1%{?prereltag:.%{prereltag}}%{?dist}
Vendor: Fedora Project
%else
Name: @PACKAGE_NAME@
@ -182,6 +182,7 @@ Source8: glusterfsd.init
%else
Source0: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
%endif
Patch0: glusterfs-3.8.5.xlators.crypt.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@ -551,6 +552,7 @@ Requires: psmisc
Requires: lvm2
Requires: nfs-utils
%if ( 0%{?_with_systemd:1} )
Requires(post): systemd
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
@ -587,6 +589,7 @@ This package provides the glusterfs server daemon.
%prep
%setup -q -n %{name}-%{version}%{?prereltag}
%patch0 -p1
%build
%if ( 0%{?rhel} && 0%{?rhel} < 6 )
@ -1206,6 +1209,9 @@ exit 0
%endif
%changelog
* Thu Oct 13 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.8.5-1
- 3.8.5 GA
* Wed Sep 21 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.8.4-2
- 3.8.4 GA, remove python-ctypes in rawhide per cstratak at redhat.com

View File

@ -1 +1 @@
9e1bf53947c263f774e45fbe3e6b9236 glusterfs-3.8.4.tar.gz
371b853f946bb50ddac9a0df648690f8 glusterfs-3.8.5.tar.gz