limb pushed to privoxy (epel7). "Fix logrotate path."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 23 13:00:56 UTC 2015


>From f12e98d110d5e13d04673d5fcae032fb13f0db35 Mon Sep 17 00:00:00 2001
From: Jon Ciesla <limburgher at gmail.com>
Date: Thu, 15 Aug 2013 08:21:39 -0500
Subject: Fix logrotate path.


diff --git a/privoxy.logrotate b/privoxy.logrotate
index 71b30ec..61ab9c2 100644
--- a/privoxy.logrotate
+++ b/privoxy.logrotate
@@ -1,4 +1,4 @@
-/var/log/privoxy/* {
+/var/log/privoxy/logfile {
     copytruncate
     notifempty
     missingok
diff --git a/privoxy.spec b/privoxy.spec
index 92d1385..e6cda00 100644
--- a/privoxy.spec
+++ b/privoxy.spec
@@ -7,7 +7,7 @@
 
 Name: privoxy
 Version: 3.0.21
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Privacy enhancing proxy
 License: GPLv2+
 Source0: http://downloads.sourceforge.net/ijbswa/%{name}-%{version}-%{beta_or_stable}-src.tar.gz
@@ -147,6 +147,9 @@ fi
 #doc/source/developer-manual doc/source/faq doc/source/user-manual
 
 %changelog
+* Thu Aug 15 2013 Jon Ciesla <limburgher at gmail.com> - 3.0.21-6
+- Fix logrotate file issue, BZ 997382.
+
 * Mon Aug 05 2013 Jon Ciesla <limburgher at gmail.com> - 3.0.21-5
 - Fix dates, add systemd BR to fix FTBFS, BZ 992823.
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/privoxy.git/commit/?h=epel7&id=f12e98d110d5e13d04673d5fcae032fb13f0db35


More information about the scm-commits mailing list