public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Arjun Shankar <arjun@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gstreamer1] f45: Build without libunwind by default
Date: Tue, 08 Sep 2026 20:10:17 GMT [thread overview]
Message-ID: <178889821770.1.10564225700592811693.rpms-gstreamer1-22fc7808f060@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gstreamer1
Branch : f45
Commit : 22fc7808f06042c0a1ec30e29ecc97345ee328f9
Author : Arjun Shankar <arjun@redhat.com>
Date : 2026-08-21T12:12:09+02:00
Stats : +4/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gstreamer1/c/22fc7808f06042c0a1ec30e29ecc97345ee328f9?branch=f45
Log:
Build without libunwind by default
libunwind is not compatible with Shadow Stack support [1], and building
without it still retains the ability to get stack traces via glibc.
Disable building with libunwind by default. Building with libunwind is
still possible via '--with unwind'.
[1] https://fedoraproject.org/wiki/Changes/ShadowStack
---
diff --git a/gstreamer1.spec b/gstreamer1.spec
index b8e435d..5fdc355 100644
--- a/gstreamer1.spec
+++ b/gstreamer1.spec
@@ -9,15 +9,11 @@
%global _gobject_introspection 1.31.1
%global __python %{__python3}
-%if 0%{?fedora}
-%bcond_without unwind
-%else
%bcond_with unwind
-%endif
Name: gstreamer1
Version: 1.28.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: GStreamer streaming media framework runtime
License: LGPL-2.1-or-later
@@ -209,6 +205,9 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
%changelog
+* Fri Aug 21 2026 Arjun Shankar <arjun@redhat.com> - 1.28.6-2
+- Build without libunwind by default
+
* Wed Aug 05 2026 Gwyn Ciesla <gwync@protonmail.com> - 1.28.6-1
- 1.28.6
reply other threads:[~2026-09-08 20:10 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=178889821770.1.10564225700592811693.rpms-gstreamer1-22fc7808f060@fedoraproject.org \
--to=arjun@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