[strongswan/el6] Expand tabs in config files for better readability

Pavel Šimerda pavlix at fedoraproject.org
Wed Feb 15 13:23:10 UTC 2012


commit 8302d444dce702117dfff8b1dec16debde2506e5
Author: Pavel Šimerda <pavlix at pavlix.net>
Date:   Wed Feb 15 10:02:04 2012 +0100

    Expand tabs in config files for better readability

 strongswan.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/strongswan.spec b/strongswan.spec
index 192c2fd..0aeeeed 100644
--- a/strongswan.spec
+++ b/strongswan.spec
@@ -1,6 +1,6 @@
 Name:           strongswan
 Version:        4.6.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        An OpenSource IPsec-based VPN Solution
 Group:          System Environment/Daemons
 License:        GPLv2+
@@ -31,6 +31,7 @@ kernel.
     --with-ipsecdir=%{_libexecdir}/%{name} \
     --with-ipseclibdir=%{_libdir}/%{name}
 make %{?_smp_mflags}
+sed -i 's/\t/    /' strongswan.conf starter/ipsec.conf
 
 %install
 make install DESTDIR=%{buildroot}
@@ -162,6 +163,9 @@ fi
 #TODO manpages
 
 %changelog
+* Wed Feb 15 2012 Pavel Šimerda <pavlix at pavlix.net> - 4.6.1-7
+- Expand tabs in config files for better readability
+
 * Wed Feb 15 2012 Pavel Šimerda <pavlix at pavlix.net> - 4.6.1-6
 - Fix program name in systemd unit file
 


More information about the scm-commits mailing list