[tor/f18] Add missing changelog entries

Jamie Nguyen jamielinux at fedoraproject.org
Mon Mar 4 23:15:17 UTC 2013


commit 64ad6484bb2c1782aee0b230eecb020b8539dc6f
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Mon Mar 4 23:05:32 2013 +0000

    Add missing changelog entries

 tor.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/tor.spec b/tor.spec
index 26e8bd6..3ad3035 100644
--- a/tor.spec
+++ b/tor.spec
@@ -38,11 +38,12 @@ BuildRequires:  asciidoc
 BuildRequires:  libevent-devel
 BuildRequires:  openssl-devel
 
-# /usr/bin/torify depends on torsocks, as tsocks has been deprecated.
-Requires:       torsocks
-Requires(pre):  shadow-utils
-Requires(post): systemd
-Requires(preun): systemd
+# /usr/bin/torify is now just a wrapper for torsocks and is only there for
+# backwards compatibility.
+Requires:         torsocks
+Requires(pre):    shadow-utils
+Requires(post):   systemd
+Requires(preun):  systemd
 Requires(postun): systemd
 
 
@@ -191,6 +192,10 @@ exit 0
 - remove unnecessary custom LDFLAGS
 - increase LimitNOFILE in tor.service from 4096 to 32768, as advised by
   upstream: https://trac.torproject.org/projects/tor/ticket/8368#comment:4
+- remove unused files in git (verinfo and lastver)
+- change URL to HTTPS
+- remove TODO as it doesn't contain any useful information
+- disallow group read for /var/log/tor
 
 * Thu Feb 07 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.3.25-1801
 - torify subpackage should depend on torsocks not tsocks (#908569)


More information about the scm-commits mailing list