Fixed broken Fedora condition

This commit is contained in:
Stefan Bluhm 2023-01-29 21:01:20 +00:00
parent dde532acb0
commit 5ab3b0fd39

View File

@ -12,7 +12,7 @@
Name: mutter Name: mutter
Version: 43.1 Version: 43.1
Release: 4%{?dist} Release: 5%{?dist}
Summary: Window and compositing manager based on Clutter Summary: Window and compositing manager based on Clutter
License: GPLv2+ License: GPLv2+
@ -36,7 +36,7 @@ Patch2: mutter-42.alpha-disable-tegra.patch
Patch3: post-43.1-fixes.patch Patch3: post-43.1-fixes.patch
# Only on F38 and later # Only on F38 and later
%if 0%{fedora} >= 38 %if 0%{?fedora} >= 38
# Add Xwayland byte-swapped clients support # Add Xwayland byte-swapped clients support
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2785 # https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2785
Patch4: 0001-settings-Add-Xwayland-byte-swapped-clients.patch Patch4: 0001-settings-Add-Xwayland-byte-swapped-clients.patch
@ -188,6 +188,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_datadir}/mutter-%{mutter_api_version}/tests %{_datadir}/mutter-%{mutter_api_version}/tests
%changelog %changelog
* Sun Jan 29 2023 Stefan Bluhm <stefan.bluhm@clacee.eu> - 43.1-5
- Fixed broken Fedora condition.
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 43.1-4 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 43.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild