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

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