public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-settings-daemon] rawhide: Remove stale '%{?rhel:ppc ppc64}' conditionals
@ 2026-07-26 21:08 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-26 21:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cinnamon-settings-daemon
Branch : rawhide
Commit : 03d0b4ad9b2e7d0d2d49aa60fe247b053c7035dc
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-26T18:59:39+02:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cinnamon-settings-daemon/c/03d0b4ad9b2e7d0d2d49aa60fe247b053c7035dc?branch=rawhide
Log:
Remove stale '%{?rhel:ppc ppc64}' conditionals
The wacom-related architecture conditionals used
'%ifnarch s390 s390x %{?rhel:ppc ppc64}' to also exclude ppc and
ppc64 when building on RHEL. This RHEL conditional is stale:
- Cinnamon is a Fedora-only package and was never shipped in RHEL
- The conditionals were added in commit 4bb83aa (2014-04-14, "add
wacom") with EPEL aspirations
- The spec was "revived" in commit e894f48 (2018-11-29, per
https://pagure.io/releng/issue/7938) which also carried RHEL
blocks including '%if (0%{?rhel} && 0%{?rhel <= 7})'
- ppc and ppc64 are long-retired architectures in both Fedora and
RHEL
The 's390 s390x' exclusion remains valid — those architectures
lack wacom tablet hardware support.
Affected locations (3 occurrences):
- BuildRequires: 'pkgconfig(libwacom)', 'pkgconfig(librsvg-2.0)'
- '%meson' build option: '-Duse_wacom=disabled'
- '%files' section: wacom helper binaries
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/cinnamon-settings-daemon.spec b/cinnamon-settings-daemon.spec
index 113f24b..4f215a8 100644
--- a/cinnamon-settings-daemon.spec
+++ b/cinnamon-settings-daemon.spec
@@ -39,7 +39,7 @@ BuildRequires: pkgconfig(pango) >= 1.20.0
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.97
BuildRequires: pkgconfig(libpulse) >= 0.9.16
BuildRequires: pkgconfig(upower-glib) >= 0.99.11
-%ifnarch s390 s390x %{?rhel:ppc ppc64}
+%ifnarch s390 s390x
BuildRequires: pkgconfig(libwacom) >= 0.7
BuildRequires: pkgconfig(librsvg-2.0) >= 2.36.2
%endif
@@ -60,7 +60,7 @@ handles global keybindings, and many of desktop-wide settings.
%meson \
-Duse_smartcard=disabled \
-Dgtk_layer_shell=true \
-%ifarch s390 s390x %{?rhel:ppc ppc64}
+%ifarch s390 s390x
-Duse_wacom=disabled
%endif
@@ -102,7 +102,7 @@ rm -rf %{buildroot}%{_libdir}/cinnamon-settings-daemon/
%{_libexecdir}/csd-screensaver-proxy
%{_libexecdir}/csd-settings-remap
%{_libexecdir}/csd-xsettings
-%ifnarch s390 s390x %{?rhel:ppc ppc64}
+%ifnarch s390 s390x
%{_libexecdir}/csd-wacom-oled-helper
%{_libexecdir}/csd-wacom-led-helper
%{_libexecdir}/csd-wacom
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-26 21:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-26 21:08 [rpms/cinnamon-settings-daemon] rawhide: Remove stale '%{?rhel:ppc ppc64}' conditionals Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox