From cf0c2743c6949f10c84de89578b746769f1f9bf9 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 16 Jul 2024 11:36:54 +0100 Subject: [PATCH] Add rpminspect waiver. --- rpminspect.yaml | 5 +++++ varnish.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..fabadfb --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,5 @@ +--- +inspections: + # varnish binaries & libraries are deliberately built unstripped + # https://github.com/varnishcache/varnish-cache/issues/2269 + debuginfo: off diff --git a/varnish.spec b/varnish.spec index 348d995..000ed3b 100644 --- a/varnish.spec +++ b/varnish.spec @@ -309,6 +309,9 @@ test -f /etc/varnish/secret || (uuidgen > /etc/varnish/secret && chmod 0600 /etc %changelog +* Tue Jul 16 2024 Joe Orton - 7.4.2-3 +- rebuild + * Mon Jun 24 2024 Troy Dawson - 7.4.2-3 - Bump release for June 2024 mass rebuild