diff options
author | Kaleb S KEITHLEY <kkeithle@redhat.com> | 2016-06-28 14:48:14 -0400 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2016-06-30 08:46:03 -0700 |
commit | c4ddfa5b76690db66fb22518d12226e2bf9cb236 (patch) | |
tree | 9ee94038f5c710f94e782ad62e7583fb9590df25 | |
parent | 70fd68d94f768c098b3178c151fa92c5079a8cfd (diff) |
build: glusterfs.spec(.in) firewalld file doesn't use %{_prefix}
.../firewalld/services/glusterfs.xml in %server files section
does not use %{_prefix}
Other firewalld files, e.g., in the firewalld.src.rpm file use
%{_prefix}
N.B. the other 'hardcoded' path, "/sbin/mount.glusterfs" in the
%files fuse section must remain as is, there is no macro for
mount utilities to use as there is for, e.g., the %{_sbindir}
macro for /usr/sbin. This doesn't matter for either RHEL6, where
/sbin and /usr/sbin are distinct directories, or for Fedora and
RHEL7, where /sbin is a symlink to /usr/sbin. E.g. see the nfs-
utils.src.rpm where /sbin/mount.nfs is also 'hardcoded'.
Change-Id: I902f47e3c589526c774d0aceb6fc2815abf86b01
BUG: 1350793
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/14823
Smoke: Gluster Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Milind Changire <mchangir@redhat.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
-rw-r--r-- | glusterfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index a2cd3375528..ff6d69e447e 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1192,7 +1192,7 @@ exit 0 %{_libexecdir}/glusterfs/peer_add_secret_pub %if ( 0%{?_with_firewalld:1} ) -/usr/lib/firewalld/services/glusterfs.xml +%{_prefix}/lib/firewalld/services/glusterfs.xml %endif %{_sbindir}/gf_logdump |