From 26ccb6346af4d4ceffb25be35cf33d51256d27b7 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Jun 27 2016 14:00:53 +0000 Subject: Unit fix fix. --- diff --git a/privoxy.service b/privoxy.service index 9a8f066..3f69f59 100644 --- a/privoxy.service +++ b/privoxy.service @@ -1,6 +1,7 @@ [Unit] Description=Privoxy Web Proxy With Advanced Filtering Capabilities -After=network.target +Wants=network-online.target +After=network-online.target [Service] Type=forking diff --git a/privoxy.spec b/privoxy.spec index 258861a..efc628c 100644 --- a/privoxy.spec +++ b/privoxy.spec @@ -7,7 +7,7 @@ Name: privoxy Version: 3.0.25 -Release: 0.beta%{?dist} +Release: 1.beta%{?dist} Summary: Privacy enhancing proxy License: GPLv2+ Source0: http://downloads.sourceforge.net/ijbswa/%{name}-%{version}-%{beta_or_stable}-src.tar.gz @@ -151,6 +151,9 @@ fi #doc/source/developer-manual doc/source/faq doc/source/user-manual %changelog +* Mon Jun 27 2016 Jon Ciesla - 3.0.25-1.beta +- Unit file fix, BZ 1350097 + * Tue Jun 07 2016 Jon Ciesla - 3.0.25-0.beta - 3.0.25 beta, BZ 1341424.