public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-desktop] rawhide: Fix '%buildroot' macro style inconsistency
@ 2026-07-26 21:06 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-26 21:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cinnamon-desktop
Branch : rawhide
Commit : f2f72abf74f78155fe55cd20cef3289c28c553b5
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-26T19:56:50+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cinnamon-desktop/c/f2f72abf74f78155fe55cd20cef3289c28c553b5?branch=rawhide
Log:
Fix '%buildroot' macro style inconsistency
Use '%{buildroot}' (with braces) consistently. The bare '%buildroot'
form on line 81 is the only instance without braces in this spec.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/cinnamon-desktop.spec b/cinnamon-desktop.spec
index 21d8540..8d0acd6 100644
--- a/cinnamon-desktop.spec
+++ b/cinnamon-desktop.spec
@@ -78,7 +78,7 @@ libcinnamon-desktop.
%install
%meson_install
-mkdir -p %buildroot%{_datadir}/applications/
+mkdir -p %{buildroot}%{_datadir}/applications/
install -m 644 %SOURCE1 %buildroot%{_datadir}/applications/x-cinnamon-mimeapps.list
%find_lang %{po_package} --all-name --with-gnome
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-26 21:06 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:06 [rpms/cinnamon-desktop] rawhide: Fix '%buildroot' macro style inconsistency Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox