public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rahul Sundaram <sundaram@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: - Don't lose user configuration with updates
Date: Mon, 20 Jul 2026 20:36:48 GMT	[thread overview]
Message-ID: <178457980842.1.1071970120027859093.rpms-transmission-69979cfa0830@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/transmission
            Branch : epel10
            Commit : 69979cfa0830b818fe6cd9326bdd7c153d2716d0
            Author : Rahul Sundaram <sundaram@fedoraproject.org>
            Date   : 2010-03-06T19:37:52+00:00
            Stats  : +7/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/transmission/c/69979cfa0830b818fe6cd9326bdd7c153d2716d0?branch=epel10

            Log:
            - Don't lose user configuration with updates
- Fixes rhbz#571044

---
diff --git a/transmission.spec b/transmission.spec
index 1891de5..1acc0b9 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,6 +1,6 @@
 Name:           transmission
 Version:        1.91
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
 Group:          Applications/Internet
@@ -183,7 +183,7 @@ update-desktop-database > /dev/null 2>&1 || :
 %defattr(-, root, root, -)
 %{_bindir}/transmission-daemon
 %{_initddir}/transmission-daemon
-%{_sysconfdir}/sysconfig/transmission-daemon
+%config(noreplace) %{_sysconfdir}/sysconfig/transmission-daemon
 %attr(-,transmission, transmission)/var/lib/transmission/
 %doc %{_mandir}/man1/transmission-daemon*
 
@@ -199,6 +199,10 @@ update-desktop-database > /dev/null 2>&1 || :
 %{_datadir}/applications/qtr.desktop
 
 %changelog
+* Mon Mar 07 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.91-3
+- Don't lose user configuration with updates 
+- Fixes rhbz#571044
+
 * Wed Feb 24 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.91-2
 - -common: move icon scriptlets here (where the icons are), update/optimize 
 - -qt : add mime scriptlet
@@ -430,4 +434,4 @@ update-desktop-database > /dev/null 2>&1 || :
 
 * Wed Sep 13 2006 Denis Leroy <denis@poolshark.org> - 0.6.1-1
 - First version
-
+`

                 reply	other threads:[~2026-07-20 20:36 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=178457980842.1.1071970120027859093.rpms-transmission-69979cfa0830@fedoraproject.org \
    --to=sundaram@fedoraproject.org \
    --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