From 69979cfa0830b818fe6cd9326bdd7c153d2716d0 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Sat, 6 Mar 2010 19:37:52 +0000 Subject: [PATCH] - Don't lose user configuration with updates - Fixes rhbz#571044 --- transmission.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 - 1.91-3 +- Don't lose user configuration with updates +- Fixes rhbz#571044 + * Wed Feb 24 2010 Rex Dieter - 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 - 0.6.1-1 - First version - +`