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-settings-daemon] rawhide: Change '%config' to '%config(noreplace)' for autostart files
Date: Sat, 25 Jul 2026 17:52:06 GMT [thread overview]
Message-ID: <178500192668.1.13227886692471443471.rpms-cinnamon-settings-daemon-93fd545d92aa@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cinnamon-settings-daemon
Branch : rawhide
Commit : 93fd545d92aab0f6c9d613296cb1fd385ea0c137
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-25T15:58:47+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cinnamon-settings-daemon/c/93fd545d92aab0f6c9d613296cb1fd385ea0c137?branch=rawhide
Log:
Change '%config' to '%config(noreplace)' for autostart files
XDG autostart desktop files under '/etc/xdg/autostart/' should use
'%config(noreplace)' so that user modifications are preserved on
package upgrades instead of being silently overwritten.
'meson.build' line 31 defines the install path:
autostartdir = join_paths(sysconfdir, 'xdg', 'autostart')
https://github.com/linuxmint/cinnamon-settings-daemon/blob/6.7.2-unstable/meson.build#L31
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/cinnamon-settings-daemon.spec b/cinnamon-settings-daemon.spec
index 4a23559..113f24b 100644
--- a/cinnamon-settings-daemon.spec
+++ b/cinnamon-settings-daemon.spec
@@ -84,7 +84,7 @@ rm -rf %{buildroot}%{_libdir}/cinnamon-settings-daemon/
%doc AUTHORS
%license COPYING COPYING.LIB
%{_bindir}/csd-*
-%config %{_sysconfdir}/xdg/autostart/*
+%config(noreplace) %{_sysconfdir}/xdg/autostart/*
%{_libexecdir}/csd-a11y-settings
%{_libexecdir}/csd-automount
%{_libexecdir}/csd-background
reply other threads:[~2026-07-25 17:52 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=178500192668.1.13227886692471443471.rpms-cinnamon-settings-daemon-93fd545d92aa@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