GlusterFS 3.7.7 GA

This commit is contained in:
Kaleb S KEITHLEY 2016-02-01 10:14:58 -05:00
commit c981dfd1df
2 changed files with 14 additions and 13 deletions

View File

@ -51,7 +51,7 @@
# Fedora deprecated syslog, see # Fedora deprecated syslog, see
# https://fedoraproject.org/wiki/Changes/NoDefaultSyslog # https://fedoraproject.org/wiki/Changes/NoDefaultSyslog
# (And what about RHEL7?) # (And what about RHEL7?)
%if ( 0%{?fedora} && 0%{?fedora} >= 20 ) || ( 0%{?rhel} && 0%{?rhel} <= 6 ) %if ( 0%{?fedora} && 0%{?fedora} >= 20 ) || ( 0%{?rhel} && 0%{?rhel} < 7 )
%global _without_syslog --disable-syslog %global _without_syslog --disable-syslog
%endif %endif
@ -99,7 +99,7 @@
%global _without_systemtap --enable-systemtap=no %global _without_systemtap --enable-systemtap=no
# From https://fedoraproject.org/wiki/Packaging:Python#Macros # From https://fedoraproject.org/wiki/Packaging:Python#Macros
%if ( 0%{?rhel} && 0%{?rhel} <= 5 ) %if ( 0%{?rhel} && 0%{?rhel} < 6 )
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%endif %endif
@ -168,8 +168,8 @@
Summary: Distributed File System Summary: Distributed File System
%if ( 0%{_for_fedora_koji_builds} ) %if ( 0%{_for_fedora_koji_builds} )
Name: glusterfs Name: glusterfs
Version: 3.7.6 Version: 3.7.7
Release: 2%{?prereltag:.%{prereltag}}%{?dist} Release: 1%{?prereltag:.%{prereltag}}%{?dist}
Vendor: Fedora Project Vendor: Fedora Project
%else %else
Name: @PACKAGE_NAME@ Name: @PACKAGE_NAME@
@ -193,7 +193,7 @@ Source0: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%if ( 0%{?rhel} && 0%{?rhel} <= 5 ) %if ( 0%{?rhel} && 0%{?rhel} < 6 )
BuildRequires: python-simplejson BuildRequires: python-simplejson
%endif %endif
%if ( 0%{_for_fedora_koji_builds} ) %if ( 0%{_for_fedora_koji_builds} )
@ -213,7 +213,7 @@ BuildRequires: libaio-devel libacl-devel
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-ctypes BuildRequires: python-ctypes
BuildRequires: userspace-rcu-devel >= 0.7 BuildRequires: userspace-rcu-devel >= 0.7
%if ( 0%{?rhel} && 0%{?rhel} <= 5 ) %if ( 0%{?rhel} && 0%{?rhel} < 6 )
BuildRequires: e2fsprogs-devel BuildRequires: e2fsprogs-devel
%else %else
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
@ -562,6 +562,7 @@ Requires: %{name}-cli = %{version}-%{release}
# some daemons (like quota) use a fuse-mount, glusterfsd is part of -fuse # some daemons (like quota) use a fuse-mount, glusterfsd is part of -fuse
Requires: %{name}-fuse = %{version}-%{release} Requires: %{name}-fuse = %{version}-%{release}
# self-heal daemon, rebalance, nfs-server etc. are actually clients # self-heal daemon, rebalance, nfs-server etc. are actually clients
Requires: %{name}-api = %{version}-%{release}
Requires: %{name}-client-xlators = %{version}-%{release} Requires: %{name}-client-xlators = %{version}-%{release}
# psmisc for killall, lvm2 for snapshot, and nfs-utils and # psmisc for killall, lvm2 for snapshot, and nfs-utils and
# and rpcbind/portmap for gnfs server # and rpcbind/portmap for gnfs server
@ -1146,8 +1147,7 @@ fi
%{_datadir}/glusterfs/scripts/generate-gfid-file.sh %{_datadir}/glusterfs/scripts/generate-gfid-file.sh
%{_datadir}/glusterfs/scripts/gsync-sync-gfid %{_datadir}/glusterfs/scripts/gsync-sync-gfid
%ghost %attr(0644,-,-) %{_sharedstatedir}/glusterd/geo-replication/gsyncd_template.conf %ghost %attr(0644,-,-) %{_sharedstatedir}/glusterd/geo-replication/gsyncd_template.conf
%dir %{_libexecdir}/glusterfs/gfind_missing_files %{_libexecdir}/glusterfs/gfind_missing_files
%{_libexecdir}/glusterfs/gfind_missing_files/*
%{_sbindir}/gfind_missing_files %{_sbindir}/gfind_missing_files
%endif %endif
@ -1299,11 +1299,12 @@ fi
%endif %endif
%changelog %changelog
* Fri Jan 8 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.6-2 * Mon Feb 1 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.7-1
- glusterfs-server Requires: glusterfs-api = %{version}-%{release} - GlusterFS 3.7.7 GA
* Thu Dec 24 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> * Mon Nov 9 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.6-2
- s/%define/%global/ - glusterfs-server Requires: glusterfs-api
- s/%%define/%%global/
* Mon Nov 9 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.6-1 * Mon Nov 9 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.6-1
- GlusterFS 3.7.6 GA - GlusterFS 3.7.6 GA

View File

@ -1 +1 @@
af8df703e4e6b44f8baa1fe6a9d81f5c glusterfs-3.7.6.tar.gz fcde32df66a78249d389fc90e8bf2f68 glusterfs-3.7.7.tar.gz