From 392ac74b011a3845807f530df31d3bee2ae1938b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 6 Jul 2020 16:43:27 -0400 Subject: [PATCH] another test build Signed-off-by: Peter Jones --- ...macros.pesign-to-pesign-rpmbuild-helper.patch | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/0007-Move-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch b/0007-Move-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch index c4156a2..15ccc09 100644 --- a/0007-Move-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch +++ b/0007-Move-most-of-macros.pesign-to-pesign-rpmbuild-helper.patch @@ -118,7 +118,7 @@ new file mode 100644 index 00000000000..f3d66320bcc --- /dev/null +++ b/src/pesign-rpmbuild-helper -@@ -0,0 +1,162 @@ +@@ -0,0 +1,164 @@ +#!/bin/sh + +set -eu @@ -238,12 +238,14 @@ index 00000000000..f3d66320bcc + else + echo "Warning: no pesign socket even though user is ${username}" 1>&2 + echo "Warning: if this is a non-scratch koji build, this is wrong" 1>&2 -+ ls -ld /run/pesign 1>&2 -+ ls -l /run/pesign/socket 1>&2 -+ getfacl /run/pesign /run/pesign/socket 1>&2 -+ ls -ld /var/run/pesign 1>&2 -+ ls -l /var/run/pesign/socket 1>&2 -+ getfacl /var/run/pesign /var/run/pesign/socket 1>&2 ++ ls -ld /run/pesign 1>&2 ||: ++ ls -l /run/pesign/socket 1>&2 ||: ++ getfacl /run/pesign 1>&2 || : ++ getfacl /run/pesign/socket 1>&2 ||: ++ ls -ld /var/run/pesign 1>&2 ||: ++ ls -l /var/run/pesign/socket 1>&2 ||: ++ getfacl /var/run/pesign 1>&2 || : ++ getfacl /var/run/pesign/socket 1>&2 || : + fi + fi +