From 3d7b48d76e2ac97cd3c7b5c581da854301fc79f6 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 5 May 2015 09:19:39 -0400 Subject: [PATCH] GlusterFS 3.7.0beta1, BZ 1218442 --- glusterfs.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/glusterfs.spec b/glusterfs.spec index f0b3992..4b89fe1 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -96,7 +96,11 @@ %endif %if ( 0%{?_with_systemd:1} ) +%if ( 0%{_for_fedora_koji_builds} ) +%define _init_enable() /bin/true ; +%else %define _init_enable() /bin/systemctl enable %1.service ; +%endif %define _init_disable() /bin/systemctl disable %1.service ; %define _init_restart() /bin/systemctl try-restart %1.service ; %define _init_start() /bin/systemctl start %1.service ; @@ -156,7 +160,7 @@ Summary: Cluster File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 3.7.0 -Release: 0.2%{?prereltag:.%{prereltag}}%{?dist} +Release: 0.3%{?prereltag:.%{prereltag}}%{?dist} Vendor: Fedora Project %else Name: @PACKAGE_NAME@ @@ -1111,6 +1115,9 @@ fi %changelog +* Tue May 5 2015 Kaleb S. KEITHLEY 3.7.0-0.3beta1 +- GlusterFS 3.7.0beta1, BZ 1218442 + * Tue May 5 2015 Kaleb S. KEITHLEY 3.7.0-0.2beta1 - GlusterFS 3.7.0beta1, BZ 1218359