|
|
e7a346 |
From 24b37593679a8a3a3dbba14ff92ec92c6d83dbc6 Mon Sep 17 00:00:00 2001
|
|
|
e7a346 |
From: Milind Changire <mchangir@redhat.com>
|
|
|
e7a346 |
Date: Wed, 19 Dec 2018 13:17:42 +0530
|
|
|
e7a346 |
Subject: [PATCH 495/495] build: add conditional dependency on server for devel
|
|
|
e7a346 |
|
|
|
e7a346 |
Add conditional depedency on server for glusterfs-devel
|
|
|
e7a346 |
|
|
|
e7a346 |
Label: DOWNSTREAM ONLY
|
|
|
e7a346 |
|
|
|
e7a346 |
BUG: 1656357
|
|
|
e7a346 |
Change-Id: Icc45df3db137dbc03d240c1ac774b5c8735c5f2f
|
|
|
e7a346 |
Signed-off-by: Milind Changire <mchangir@redhat.com>
|
|
|
e7a346 |
Reviewed-on: https://code.engineering.redhat.com/gerrit/159030
|
|
|
e7a346 |
Tested-by: RHGS Build Bot <nigelb@redhat.com>
|
|
|
e7a346 |
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
|
|
|
e7a346 |
---
|
|
|
e7a346 |
glusterfs.spec.in | 7 +++++++
|
|
|
e7a346 |
1 file changed, 7 insertions(+)
|
|
|
e7a346 |
|
|
|
e7a346 |
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
|
|
|
e7a346 |
index 16dc5d7..0ad4ffc 100644
|
|
|
e7a346 |
--- a/glusterfs.spec.in
|
|
|
e7a346 |
+++ b/glusterfs.spec.in
|
|
|
e7a346 |
@@ -339,7 +339,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
e7a346 |
Requires: %{name}-extra-xlators = %{version}-%{release}
|
|
|
e7a346 |
%endif
|
|
|
e7a346 |
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
e7a346 |
+%if ( 0%{?_build_server} )
|
|
|
e7a346 |
Requires: %{name}-server%{?_isa} = %{version}-%{release}
|
|
|
e7a346 |
+%endif
|
|
|
e7a346 |
|
|
|
e7a346 |
%description devel
|
|
|
e7a346 |
GlusterFS is a distributed file-system capable of scaling to several
|
|
|
e7a346 |
@@ -2171,6 +2173,11 @@ fi
|
|
|
e7a346 |
%endif
|
|
|
e7a346 |
|
|
|
e7a346 |
%changelog
|
|
|
e7a346 |
+* Wed Dec 19 2018 Milind Changire <mchangir@redhat.com>
|
|
|
e7a346 |
+- Add explicit package dependencies (#1656357)
|
|
|
e7a346 |
+- Remove absolute paths from spec file (#1350745)
|
|
|
e7a346 |
+- Do not package crypt.so for FIPS compliance (#1653224)
|
|
|
e7a346 |
+
|
|
|
e7a346 |
* Thu Dec 13 2018 Krutika Dhananjay <kdhananj@redhat.com>
|
|
|
e7a346 |
- Install /var/lib/glusterd/groups/distributed-virt by default (#1653613)
|
|
|
e7a346 |
|
|
|
e7a346 |
--
|
|
|
e7a346 |
1.8.3.1
|
|
|
e7a346 |
|