public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Stransky <stransky@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/firefox] f44: Disable system pipewire for Fedora 43
Date: Tue, 01 Sep 2026 06:11:05 GMT [thread overview]
Message-ID: <178824306568.1.3663999633684777519.rpms-firefox-60bb4ef3b1da@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/firefox
Branch : f44
Commit : 60bb4ef3b1da091a1c11f43efcc68bfb0112762e
Author : Martin Stransky <stransky@redhat.com>
Date : 2026-09-01T08:10:26+02:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/firefox/c/60bb4ef3b1da091a1c11f43efcc68bfb0112762e?branch=f44
Log:
Disable system pipewire for Fedora 43
---
diff --git a/firefox.spec b/firefox.spec
index 1c23e4f..2ab03e7 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -77,7 +77,11 @@ ExcludeArch: i686
%global system_webp 1
%global system_drm 1
%global system_gbm 1
+%if 0%{?fedora} < 44
%global system_pipewire 1
+%else
+%global system_pipewire 0
+%endif
%global build_tests 1
# Bundled cbindgen makes build slow.
# Enable only if system cbindgen is not available.
reply other threads:[~2026-09-01 6:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178824306568.1.3663999633684777519.rpms-firefox-60bb4ef3b1da@fedoraproject.org \
--to=stransky@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox