From: hal9 Date: Sat, 2 Sep 2006 22:22:59 +0000 (+0000) Subject: Include user.filter, and do not overwrite trust file on updates. X-Git-Tag: v_3_0_5~105 X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40actions-help-prefix%40CRUNCH-INCOMING-COOKIES?a=commitdiff_plain;h=16862b4108d23b1a6f3a01ad7524d00f2952cd8f;p=privoxy.git Include user.filter, and do not overwrite trust file on updates. --- diff --git a/privoxy-rh.spec b/privoxy-rh.spec index 8ce7467a..f8b76f9d 100644 --- a/privoxy-rh.spec +++ b/privoxy-rh.spec @@ -1,4 +1,4 @@ -# $Id: privoxy-rh.spec,v 1.33.2.22 2004/01/30 17:09:29 oes Exp $ +# $Id: privoxy-rh.spec,v 1.45 2006/07/18 14:48:47 david__schmidt Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -270,7 +270,8 @@ fi %config(noreplace) %{privoxyconf}/user.action %config %{privoxyconf}/default.action %config %{privoxyconf}/default.filter -%config %{privoxyconf}/trust +%config(noreplace) %{privoxyconf}/user.filter +%config(noreplace) %{privoxyconf}/trust # Please keep these alphabetized so its easier to find one that # is not included. @@ -317,6 +318,10 @@ fi %{_mandir}/man1/%{name}.* %changelog +* Sat Sep 02 2006 Hal Burgiss +- Include new file, user.filter. Do not overwrite "trust" file + (does anyone use this?). + * Wed Mar 26 2003 Andreas Oesterhelt - Bump version for 3.0.2. @@ -734,6 +739,10 @@ fi additional "-r @" flag. # $Log: privoxy-rh.spec,v $ +# Revision 1.45 2006/07/18 14:48:47 david__schmidt +# Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch) +# with what was really the latest development (the v_3_0_branch branch) +# # Revision 1.33.2.22 2004/01/30 17:09:29 oes # Bumped version for 3.0.3 #