Don't build media-session on F35, it's a separate package now, see #2016247
This commit is contained in:
parent
c4b28c3cc3
commit
8ac8ec5e73
@ -9,7 +9,7 @@
|
||||
%global ms_version 0.4.0
|
||||
|
||||
# For rpmdev-bumpspec and releng automation
|
||||
%global baserelease 2
|
||||
%global baserelease 3
|
||||
|
||||
#global snapdate 20210107
|
||||
#global gitcommit b17db2cebc1a5ab2c01851d29c05f79cd2f262bb
|
||||
@ -25,9 +25,7 @@
|
||||
%bcond_without alsa
|
||||
%bcond_without vulkan
|
||||
|
||||
# Change this to F35 once 0.3.39 is in stable and we can build media-session
|
||||
# against it.
|
||||
%if (0%{?fedora} && 0%{?fedora} < 36)
|
||||
%if (0%{?fedora} && 0%{?fedora} < 35)
|
||||
%bcond_without media_session
|
||||
%else
|
||||
%bcond_with media_session
|
||||
@ -605,6 +603,9 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Nov 09 2021 Peter Hutterer <peter.hutterer@redhat.com> - 0.3.39-3
|
||||
- Don't build media-session on F35, it's a separate package now, see #2016247
|
||||
|
||||
* Wed Oct 27 2021 Peter Hutterer <peter.hutterer@redhat.com> - 0.3.39-2
|
||||
- Don't build media-session on F36, it's a separate package now, see #2016247
|
||||
- Remove versioned systemd dependency, 184 was released in 2012
|
||||
|
||||
Loading…
Reference in New Issue
Block a user