From fede34f90155387c3994e46ac5ae3355bab81ef6 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 9 May 2017 07:40:36 -0400 Subject: [PATCH] Enable gnfs subpackage --- glusterfs.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/glusterfs.spec b/glusterfs.spec index 1f19640..354a190 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -46,6 +46,10 @@ # rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --with gnfs %{?_with_gnfs:%global _with_gnfs --enable-gnfs} +%if ( 0%{_for_fedora_koji_builds} ) +%global _with_gnfs --enable-gnfs +%endif + # Disable geo-replication on EL5, as its default Python is too old %if ( 0%{?rhel} && 0%{?rhel} < 6 ) %global _without_georeplication --disable-georeplication @@ -176,7 +180,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 3.11.0 -Release: 0.2%{?prereltag:.%{prereltag}}%{?dist} +Release: 0.3%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ @@ -1334,6 +1338,9 @@ exit 0 %endif %changelog +* Tue May 9 2017 Kaleb S. KEITHLEY - 3.11.0-0.3rc0 +- Enable gnfs subpackage + * Tue May 9 2017 Niels de Vos - 3.11.0-0.2rc0 - remove conflicting _localstate_/run/gluster dir