From 8302d444dce702117dfff8b1dec16debde2506e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Wed, 15 Feb 2012 10:02:04 +0100 Subject: [PATCH] Expand tabs in config files for better readability --- strongswan.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 - 4.6.1-7 +- Expand tabs in config files for better readability + * Wed Feb 15 2012 Pavel Šimerda - 4.6.1-6 - Fix program name in systemd unit file