Use libunwind only on fedora
This commit is contained in:
parent
fe896e27f1
commit
03f19747db
@ -11,7 +11,7 @@
|
||||
|
||||
Name: gstreamer1
|
||||
Version: 1.18.2
|
||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer streaming media framework runtime
|
||||
|
||||
License: LGPLv2+
|
||||
@ -39,7 +39,9 @@ BuildRequires: check-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: libcap-devel
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: libunwind-devel
|
||||
%endif
|
||||
BuildRequires: elfutils-devel
|
||||
BuildRequires: bash-completion
|
||||
|
||||
@ -187,6 +189,9 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 23 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.2-3
|
||||
- Use libunwind only on fedora
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user