public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gstreamer1] f45: Build without libunwind by default
@ 2026-09-08 20:10 Arjun Shankar
0 siblings, 0 replies; only message in thread
From: Arjun Shankar @ 2026-09-08 20:10 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-08 20:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08 20:10 [rpms/gstreamer1] f45: Build without libunwind by default Arjun Shankar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox