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