From eaaa442861b3d359a5a3eac80440b92a41683417 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 4 Apr 2023 20:02:12 -0700 Subject: [PATCH] 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