[tor/f18] Whitespace changes for clarity and readability

Jamie Nguyen jamielinux at fedoraproject.org
Mon Mar 4 23:14:57 UTC 2013


commit cb8dac3e73ec4ebc71b68ef1d46d9803932c4a49
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Mon Mar 4 22:56:26 2013 +0000

    Whitespace changes for clarity and readability

 tor.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/tor.spec b/tor.spec
index a78ea34..91ca292 100644
--- a/tor.spec
+++ b/tor.spec
@@ -12,7 +12,7 @@ Group:          System Environment/Daemons
 License:        BSD
 Summary:        Anonymizing overlay network for TCP (The onion router)
 URL:            http://www.torproject.org
-Requires:       %{name}-systemd  = %{version}-%{release}
+
 Source0:        https://www.torproject.org/dist/%{name}-%{version}.tar.gz
 Source1:        https://www.torproject.org/dist/%{name}-%{version}.tar.gz.asc
 Source2:        tor.logrotate
@@ -113,10 +113,12 @@ exit 0
 %{_datadir}/tor/defaults-torrc
 %{_datadir}/tor/geoip
 %{_unitdir}/%{name}.service
+
 %dir %{_sysconfdir}/tor
-%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/tor/torrc
 %config(noreplace) %{_sysconfdir}/tor/tor-tsocks.conf
+%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/tor/torrc
 %config(noreplace) %{_sysconfdir}/logrotate.d/tor
+
 %attr(0700,%{toruser},%{torgroup}) %dir %{homedir}
 %attr(0700,%{toruser},%{torgroup}) %dir %{logdir}
 


More information about the scm-commits mailing list