From 637f51589f0634d5173608a99c1d2f3177fa7a2a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 28 Jan 2022 13:04:43 +0000 Subject: [PATCH] disable package notes --- apr.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apr.spec b/apr.spec index 00d664e..c2d75ae 100644 --- a/apr.spec +++ b/apr.spec @@ -3,10 +3,13 @@ # Arches on which the multilib apr.h hack is needed: %define multilib_arches %{ix86} ia64 ppc ppc64 s390 s390x x86_64 +# Similar issue to https://bugzilla.redhat.com/show_bug.cgi?id=2043092 +%undefine _package_note_flags + Summary: Apache Portable Runtime library Name: apr Version: 1.7.0 -Release: 15%{?dist} +Release: 16%{?dist} # ASL 2.0: everything # ISC: network_io/apr-1.4.6/network_io/unix/inet_?to?.c # BSD with advertising: strings/apr_snprintf.c, strings/apr_fnmatch.c, @@ -136,6 +139,9 @@ popd %{_datadir}/aclocal/*.m4 %changelog +* Fri Jan 28 2022 Joe Orton - 1.7.0-16 +- disable package notes + * Wed Jan 19 2022 Fedora Release Engineering - 1.7.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild