From eaaa442861b3d359a5a3eac80440b92a41683417 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 4 Apr 2023 20:02:12 -0700 Subject: [PATCH 1/2] Also undefine _package_note_status (#2184553) Only undefining _package_note_flags causes build failure. See https://bugzilla.redhat.com/show_bug.cgi?id=2184553 for more details. Signed-off-by: Adam Williamson --- firefox.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firefox.spec b/firefox.spec index 523f3fa..c9e6eee 100644 --- a/firefox.spec +++ b/firefox.spec @@ -169,6 +169,8 @@ ExcludeArch: i686 %global __requires_exclude ^(%%(find %{buildroot}%{mozappdir} -name '*.so' | xargs -n1 basename | sort -u | paste -s -d '|' -)) %undefine _package_note_flags +# for https://bugzilla.redhat.com/show_bug.cgi?id=2184553 +%undefine _package_note_status Summary: Mozilla Firefox Web browser Name: firefox From 46be314a6e07c6c2714d60d866e6920bf9c3fd80 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 4 Apr 2023 20:07:00 -0700 Subject: [PATCH 2/2] Actually, set _package_note_status to 0 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index c9e6eee..6bb50a4 100644 --- a/firefox.spec +++ b/firefox.spec @@ -170,7 +170,7 @@ ExcludeArch: i686 %undefine _package_note_flags # for https://bugzilla.redhat.com/show_bug.cgi?id=2184553 -%undefine _package_note_status +%global _package_note_status 0 Summary: Mozilla Firefox Web browser Name: firefox