public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: - Don't lose user configuration with updates
@ 2026-07-20 20:36 Rahul Sundaram
0 siblings, 0 replies; only message in thread
From: Rahul Sundaram @ 2026-07-20 20:36 UTC (permalink / raw)
To: git-commits
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
-
+`
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 20:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:36 [rpms/transmission] epel10: - Don't lose user configuration with updates Rahul Sundaram
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox