diff --git a/glusterfs.spec b/glusterfs.spec index 3794841..89c61f2 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -73,7 +73,7 @@ Summary: Cluster File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 3.5.0 -Release: 1%{?prereltag:.%{prereltag}}%{?dist} +Release: 2%{?prereltag:.%{prereltag}}%{?dist} Vendor: Fedora Project %else Name: @PACKAGE_NAME@ @@ -848,7 +848,7 @@ fi %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/mount/api* %{python_sitelib}/gluster/gfapi.* # 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 %endif @@ -858,7 +858,7 @@ fi # Glupy Python files %{python_sitelib}/gluster/glupy.* # 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 %endif @@ -900,6 +900,7 @@ fi if [ -d %{_pkgdocdir}.tmp ]; then cp -p %{_pkgdocdir}.tmp/* %{_pkgdocdir}/ rm -rf %{_pkgdocdir}.tmp/* +fi %endif # Genuine Fedora (and EPEL) builds never put gluster files in /etc; if @@ -960,6 +961,9 @@ if [ $1 -ge 1 ]; then fi %changelog +* Wed Apr 23 2014 Kaleb S. KEITHLEY - 3.5.0-2 +- GlusterFS 3.5.0 GA, glusterfs-3.5.0-2, glusterfs.spec nits + * Thu Apr 17 2014 Kaleb S. KEITHLEY - 3.5.0-1 - GlusterFS 3.5.0 GA