|
|
e7a346 |
From 93f35b10446fe14a0fd3e5d318056fe399479386 Mon Sep 17 00:00:00 2001
|
|
|
e7a346 |
From: Milind Changire <mchangir@redhat.com>
|
|
|
e7a346 |
Date: Thu, 13 Dec 2018 11:31:20 +0530
|
|
|
e7a346 |
Subject: [PATCH 464/493] build: exclude packaging crypt.so
|
|
|
e7a346 |
|
|
|
e7a346 |
exclude packaging crypt.so for FIPS compliance
|
|
|
e7a346 |
|
|
|
e7a346 |
Label: DOWNSTREAM ONLY
|
|
|
e7a346 |
|
|
|
e7a346 |
BUG: 1653224
|
|
|
e7a346 |
Change-Id: Icbf0d3efc90813c5856237213e6cf25af84e4915
|
|
|
e7a346 |
Signed-off-by: Milind Changire <mchangir@redhat.com>
|
|
|
e7a346 |
Reviewed-on: https://code.engineering.redhat.com/gerrit/158500
|
|
|
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 | 4 ++--
|
|
|
e7a346 |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
e7a346 |
|
|
|
e7a346 |
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
|
|
|
e7a346 |
index 2745b50..baee2fa 100644
|
|
|
e7a346 |
--- a/glusterfs.spec.in
|
|
|
e7a346 |
+++ b/glusterfs.spec.in
|
|
|
e7a346 |
@@ -1198,8 +1198,8 @@ exit 0
|
|
|
e7a346 |
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/debug/trace.so
|
|
|
e7a346 |
%if ( ! ( 0%{?rhel} && 0%{?rhel} < 6 ) )
|
|
|
e7a346 |
# RHEL-5 based distributions have a too old openssl
|
|
|
e7a346 |
-%dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/encryption
|
|
|
e7a346 |
- %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/encryption/crypt.so
|
|
|
e7a346 |
+%exclude %dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/encryption
|
|
|
e7a346 |
+%exclude %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/encryption/crypt.so
|
|
|
e7a346 |
%endif
|
|
|
e7a346 |
%dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features
|
|
|
e7a346 |
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/access-control.so
|
|
|
e7a346 |
--
|
|
|
e7a346 |
1.8.3.1
|
|
|
e7a346 |
|