3.9.1 GA
This commit is contained in:
parent
45216c5be6
commit
980cc825b7
@ -167,8 +167,8 @@
|
||||
Summary: Distributed File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 3.9.0
|
||||
Release: 4%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Version: 3.9.1
|
||||
Release: 1%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Vendor: Fedora Project
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
@ -189,14 +189,16 @@ Source8: glusterfsd.init
|
||||
%else
|
||||
Source0: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
|
||||
%endif
|
||||
Patch0: glusterfs-3.9.0rc2.api.glfs_free.patch
|
||||
Patch1: glusterfs-3.9.0.configure.ac.patch
|
||||
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 6 )
|
||||
BuildRequires: python-simplejson
|
||||
%endif
|
||||
%if ( 0%{?_with_systemd:1} )
|
||||
BuildRequires: systemd
|
||||
%endif
|
||||
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
%if ( 0%{?_with_systemd:1} )
|
||||
%global glusterfsd_service %{S:%{SOURCE7}}
|
||||
@ -206,6 +208,9 @@ BuildRequires: python-simplejson
|
||||
%endif
|
||||
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
%if ( 0%{?_with_systemd:1} )
|
||||
%{?systemd_requires}
|
||||
%endif
|
||||
BuildRequires: bison flex
|
||||
BuildRequires: gcc make libtool
|
||||
BuildRequires: ncurses-devel readline-devel
|
||||
@ -357,6 +362,9 @@ Requires: python-gluster = %{version}-%{release}
|
||||
%if ( 0%{?rhel} && 0%{?rhel} <= 6 )
|
||||
Requires: python-argparse
|
||||
%endif
|
||||
%if ( 0%{?_with_systemd:1} )
|
||||
%{?systemd_requires}
|
||||
%endif
|
||||
|
||||
%description events
|
||||
GlusterFS is a distributed file-system capable of scaling to several
|
||||
@ -590,10 +598,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
|
||||
%{?systemd_requires}
|
||||
%else
|
||||
Requires(post): /sbin/chkconfig
|
||||
Requires(preun): /sbin/service
|
||||
@ -631,8 +636,6 @@ This package provides the glusterfs server daemon.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{?prereltag}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 6 )
|
||||
@ -1077,7 +1080,6 @@ exit 0
|
||||
%{_libexecdir}/ganesha/*
|
||||
%{_prefix}/lib/ocf/resource.d/heartbeat/*
|
||||
%{_sharedstatedir}/glusterd/hooks/1/start/post/S31ganesha-start.sh
|
||||
%{_sharedstatedir}/glusterd/hooks/1/reset/post/S31ganesha-reset.sh
|
||||
|
||||
%if ( 0%{!?_without_georeplication:1} )
|
||||
%files geo-replication
|
||||
@ -1288,6 +1290,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jan 17 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.9.1-1
|
||||
- 3.9.1 GA
|
||||
|
||||
* Mon Jan 16 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.9.0-4
|
||||
- firewalld nit
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user