[glusterfs] syslog deprecated in Fedora20 BZ #1093318

Kaleb S. KEITHLEY kkeithle at fedoraproject.org
Thu May 1 11:47:13 UTC 2014


commit f7d186df201e06df4dc0c139169a15093255335f
Author: Kaleb S. KEITHLEY <kkeithle at redhat.com>
Date:   Thu May 1 07:47:04 2014 -0400

    syslog deprecated in Fedora20 BZ #1093318

 glusterfs.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
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 <kkeithle[at]redhat.com> - 3.5.0-3
+- syslog deprecated in Fedora20 BZ #1093318
+
 * Fri Apr 25 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
 - sync with upstream glusterfs.spec.in BZ #1091392
 
+- sync with upstream glusterfs.spec.in BZ #1091392
+
 * 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
 


More information about the scm-commits mailing list