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