public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cinnamon-desktop] rawhide: Fix '%buildroot' macro style inconsistency
Date: Sun, 26 Jul 2026 21:06:32 GMT	[thread overview]
Message-ID: <178509999220.1.4753192635483250926.rpms-cinnamon-desktop-f2f72abf74f7@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-26 21:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178509999220.1.4753192635483250926.rpms-cinnamon-desktop-f2f72abf74f7@fedoraproject.org \
    --to=mschorm@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox