[tor] Replace mix of tabs and spaces with just spaces

Jamie Nguyen jamielinux at fedoraproject.org
Thu Feb 28 14:17:38 UTC 2013


commit d3885408deda6a20aa25360b5d5bd3f84eebf209
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Thu Feb 28 13:46:05 2013 +0000

    Replace mix of tabs and spaces with just spaces

 tor.spec |   57 ++++++++++++++++++++++++++++++---------------------------
 1 files changed, 30 insertions(+), 27 deletions(-)
---
diff --git a/tor.spec b/tor.spec
index 7d439f7..b4fc4c5 100644
--- a/tor.spec
+++ b/tor.spec
@@ -1,25 +1,25 @@
-%global _hardened_build	1
-
-%global toruser		toranon
-%global torgroup		toranon
-%global homedir			%_localstatedir/lib/%name
-%global logdir			%_localstatedir/log/%name
-
-Name:		tor
-Version:	0.2.3.25
-Release:	1922%{?dist}
-Group:		System Environment/Daemons
-License:	BSD
-Summary:	Anonymizing overlay network for TCP (The onion router)
-URL:		http://www.torproject.org
-Source0:	https://www.torproject.org/dist/%name-%version.tar.gz
-Source1:	https://www.torproject.org/dist/%name-%version.tar.gz.asc
-Source2:	tor.logrotate
-Source3:	tor.defaults-torrc
-Source10:	tor.systemd.service
+%global _hardened_build 1
+
+%global toruser     toranon
+%global torgroup    toranon
+%global homedir     %_localstatedir/lib/%name
+%global logdir      %_localstatedir/log/%name
+
+Name:       tor
+Version:    0.2.3.25
+Release:    1923%{?dist}
+Group:      System Environment/Daemons
+License:    BSD
+Summary:    Anonymizing overlay network for TCP (The onion router)
+URL:        http://www.torproject.org
+Source0:    https://www.torproject.org/dist/%name-%version.tar.gz
+Source1:    https://www.torproject.org/dist/%name-%version.tar.gz.asc
+Source2:    tor.logrotate
+Source3:    tor.defaults-torrc
+Source10:   tor.systemd.service
 
 # tor-design.pdf is not shipped anymore with tor
-Obsoletes:	tor-doc < 0.2.2
+Obsoletes:  tor-doc < 0.2.2
 Provides:   tor-doc = 0:%version-%release
 Obsoletes:  tor-core < 0:0.2.3.25-1914
 Provides:   tor-core = 0:%version-%release
@@ -28,11 +28,11 @@ Provides:   tor-systemd = 0:%version-%release
 Obsoletes:  torify < 0:0.2.3.25-1916
 Provides:   torify = 0:%version-%release
 
-BuildRequires:	libevent-devel openssl-devel asciidoc
-Requires:	torsocks
-Requires(pre):  shadow-utils
-Requires(post): systemd
-Requires(preun): systemd
+BuildRequires:    libevent-devel openssl-devel asciidoc
+Requires:         torsocks
+Requires(pre):    shadow-utils
+Requires(post):   systemd
+Requires(preun):  systemd
 Requires(postun): systemd
 
 
@@ -96,11 +96,11 @@ exit 0
 
 %files
 %doc LICENSE README ChangeLog ReleaseNotes doc/HACKING doc/TODO doc/*.html
-%dir               %_sysconfdir/tor
+%dir %_sysconfdir/tor
 %config(noreplace) %_sysconfdir/tor/tor-tsocks.conf
 %config(noreplace) %_sysconfdir/logrotate.d/tor
 %attr(0700,%toruser,%torgroup) %dir %homedir
-%attr(0750,%toruser,%torgroup)      %dir %logdir
+%attr(0750,%toruser,%torgroup) %dir %logdir
 %attr(0644,root,root) %config(noreplace) %_sysconfdir/tor/torrc
 %_bindir/tor
 %_bindir/tor-gencert
@@ -116,6 +116,9 @@ exit 0
 
 
 %changelog
+* Wed Feb 27 2013 Jamie Nguyen <jamielinux at fedoraproject.org> 0.2.3.25-1923
+- mix of tabs and spaces, so remove all tabs
+
 * Wed Feb 27 2013 Jamie Nguyen <jamielinux at fedoraproject.org> 0.2.3.25-1922
 - the /var/run/tor directory is not needed so remove it, which also fixes
   bug #656707


More information about the scm-commits mailing list