diff --git a/glusterfs.spec b/glusterfs.spec index bdceeac..7b3163d 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -40,7 +40,10 @@ %{?_without_syslog:%global _without_syslog --disable-syslog} # disable syslog forcefully as rhel <= 6 doesn't have rsyslog or rsyslog-mmcount -%if ( 0%{?rhel} && 0%{?rhel} <= 6 ) +# Fedora deprecated syslog, see +# https://fedoraproject.org/wiki/Changes/NoDefaultSyslog +# (And what about RHEL7?) +%if ( 0%{?fedora} && 0%{?fedora} >= 20 ) || ( 0%{?rhel} && 0%{?rhel} <= 6 ) %global _without_syslog --disable-syslog %endif @@ -78,7 +81,7 @@ Summary: Cluster File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 3.5.0 -Release: 2%{?prereltag:.%{prereltag}}%{?dist} +Release: 3%{?prereltag:.%{prereltag}}%{?dist} Vendor: Fedora Project %else Name: @PACKAGE_NAME@ @@ -959,9 +962,14 @@ if [ $1 -ge 1 ]; then fi %changelog +* Thu May 1 2014 Kaleb S. KEITHLEY - 3.5.0-3 +- syslog deprecated in Fedora20 BZ #1093318 + * Fri Apr 25 2014 Kaleb S. KEITHLEY - sync with upstream glusterfs.spec.in BZ #1091392 +- sync with upstream glusterfs.spec.in BZ #1091392 + * Wed Apr 23 2014 Kaleb S. KEITHLEY - 3.5.0-2 - GlusterFS 3.5.0 GA, glusterfs-3.5.0-2, glusterfs.spec nits