GlusterFS 3.5.0 GA, glusterfs-3.5.0-2, glusterfs.spec nits
This commit is contained in:
parent
5cbf40d990
commit
5bd720eb47
@ -73,7 +73,7 @@ Summary: Cluster File System
|
|||||||
%if ( 0%{_for_fedora_koji_builds} )
|
%if ( 0%{_for_fedora_koji_builds} )
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 3.5.0
|
Version: 3.5.0
|
||||||
Release: 1%{?prereltag:.%{prereltag}}%{?dist}
|
Release: 2%{?prereltag:.%{prereltag}}%{?dist}
|
||||||
Vendor: Fedora Project
|
Vendor: Fedora Project
|
||||||
%else
|
%else
|
||||||
Name: @PACKAGE_NAME@
|
Name: @PACKAGE_NAME@
|
||||||
@ -848,7 +848,7 @@ fi
|
|||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/mount/api*
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/mount/api*
|
||||||
%{python_sitelib}/gluster/gfapi.*
|
%{python_sitelib}/gluster/gfapi.*
|
||||||
# Don't expect a .egg-info file on EL5
|
# Don't expect a .egg-info file on EL5
|
||||||
%if ( 0%{?rhel} && 0%{?rhel} > 5 ) || ( 0%{?fedora} )
|
%if ( ! ( 0%{?rhel} && 0%{?rhel} < 6 ) )
|
||||||
%{python_sitelib}/glusterfs_api*.egg-info
|
%{python_sitelib}/glusterfs_api*.egg-info
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -858,7 +858,7 @@ fi
|
|||||||
# Glupy Python files
|
# Glupy Python files
|
||||||
%{python_sitelib}/gluster/glupy.*
|
%{python_sitelib}/gluster/glupy.*
|
||||||
# Don't expect a .egg-info file on EL5
|
# Don't expect a .egg-info file on EL5
|
||||||
%if ( 0%{?rhel} && 0%{?rhel} > 5 ) || ( 0%{?fedora} )
|
%if ( ! ( 0%{?rhel} && 0%{?rhel} < 6 ) )
|
||||||
%{python_sitelib}/glusterfs_glupy*.egg-info
|
%{python_sitelib}/glusterfs_glupy*.egg-info
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -900,6 +900,7 @@ fi
|
|||||||
if [ -d %{_pkgdocdir}.tmp ]; then
|
if [ -d %{_pkgdocdir}.tmp ]; then
|
||||||
cp -p %{_pkgdocdir}.tmp/* %{_pkgdocdir}/
|
cp -p %{_pkgdocdir}.tmp/* %{_pkgdocdir}/
|
||||||
rm -rf %{_pkgdocdir}.tmp/*
|
rm -rf %{_pkgdocdir}.tmp/*
|
||||||
|
fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Genuine Fedora (and EPEL) builds never put gluster files in /etc; if
|
# Genuine Fedora (and EPEL) builds never put gluster files in /etc; if
|
||||||
@ -960,6 +961,9 @@ if [ $1 -ge 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 23 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.5.0-2
|
||||||
|
- GlusterFS 3.5.0 GA, glusterfs-3.5.0-2, glusterfs.spec nits
|
||||||
|
|
||||||
* Thu Apr 17 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.5.0-1
|
* Thu Apr 17 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.5.0-1
|
||||||
- GlusterFS 3.5.0 GA
|
- GlusterFS 3.5.0 GA
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user