Blame SOURCES/0469-TEST-99-RPM-ignore-openldap-leftovers.patch

18971c
From 81bb61b52577d1866c9faf9ec8112892c4ba428a Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Fri, 11 Nov 2016 11:42:54 +0100
18971c
Subject: [PATCH] TEST-99-RPM: ignore openldap leftovers
18971c
18971c
---
18971c
 test/TEST-99-RPM/test.sh | 1 +
18971c
 1 file changed, 1 insertion(+)
18971c
18971c
diff --git a/test/TEST-99-RPM/test.sh b/test/TEST-99-RPM/test.sh
18971c
index 5afc313e..fc682734 100755
18971c
--- a/test/TEST-99-RPM/test.sh
18971c
+++ b/test/TEST-99-RPM/test.sh
18971c
@@ -54,6 +54,7 @@ find / -xdev -type f -not -path '/var/*' \
18971c
   -not -path '/dev/null' \
18971c
   -not -path "/boot/loader/entries/\$(cat /etc/machine-id)-*" \
18971c
   -not -path "/boot/\$(cat /etc/machine-id)/*" \
18971c
+  -not -path '/etc/openldap/certs/*' \
18971c
   -exec rpm -qf '{}' ';' | \
18971c
   grep -F 'not owned' &> /test.output
18971c
 exit