From 5ab3b0fd39465296c6bd973168bffc600aaf838f Mon Sep 17 00:00:00 2001 From: Stefan Bluhm Date: Sun, 29 Jan 2023 21:01:20 +0000 Subject: [PATCH] Fixed broken Fedora condition --- mutter.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mutter.spec b/mutter.spec index bbd71bb..d65f20c 100644 --- a/mutter.spec +++ b/mutter.spec @@ -12,7 +12,7 @@ Name: mutter Version: 43.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Window and compositing manager based on Clutter License: GPLv2+ @@ -36,7 +36,7 @@ Patch2: mutter-42.alpha-disable-tegra.patch Patch3: post-43.1-fixes.patch # Only on F38 and later -%if 0%{fedora} >= 38 +%if 0%{?fedora} >= 38 # Add Xwayland byte-swapped clients support # https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2785 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 %changelog +* Sun Jan 29 2023 Stefan Bluhm - 43.1-5 +- Fixed broken Fedora condition. + * Thu Jan 19 2023 Fedora Release Engineering - 43.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild