[tor] torify subpackage should depend on torsocks not tsocks

Jamie Nguyen jamielinux at fedoraproject.org
Thu Feb 7 05:04:41 UTC 2013


commit 8a1f68a84a5f0953ab358414a18e9cc17a5da74a
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Thu Feb 7 05:02:21 2013 +0000

    torify subpackage should depend on torsocks not tsocks

 tor.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tor.spec b/tor.spec
index 31eb95e..7fcd24c 100644
--- a/tor.spec
+++ b/tor.spec
@@ -12,7 +12,7 @@
 
 Name:           tor
 Version:        0.2.3.25
-Release:        1901
+Release:        1902
 Group:          System Environment/Daemons
 License:        BSD
 Summary:        Anonymizing overlay network for TCP (The onion router)
@@ -44,7 +44,7 @@ Requires(postun):  /etc/logrotate.d
 %package -n torify
 Summary:        The torify wrapper script
 Group:          System Environment/Daemons
-Requires:       tsocks
+Requires:       torsocks
 Requires:       %{name}-core = %{version}-%{release}
 %{?noarch}
 
@@ -227,6 +227,9 @@ test "$1" != "0" || /sbin/initctl -q stop tor || :
 
 
 %changelog
+* Thu Feb 07 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.3.25-1902
+- torify subpackage should depend on torsocks not tsocks (#908569)
+
 * Wed Feb 06 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.3.25-1901
 - add additional %%configure options for user and group
 - add --defaults-torrc to systemd service to make sure sane defaults are set


More information about the scm-commits mailing list