From c0813448cc95665ab940eb10478290f267700657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Wed, 5 Mar 2014 16:52:49 +0100 Subject: [PATCH] don't touch the config with sed --- strongswan.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strongswan.spec b/strongswan.spec index e889be9..8d6ebc1 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -150,7 +150,6 @@ autoreconf make %{?_smp_mflags} -sed -i 's/\t/ /' src/strongswan.conf src/starter/ipsec.conf %install make install DESTDIR=%{buildroot} @@ -362,6 +361,7 @@ fi - remove obsolete patches - sent all patches upstream - added comments to all patches +- don't touch the config with sed * Thu Feb 20 2014 Avesh Agarwal - 5.1.1-6 - Fixed full hardening for strongswan (full relro and PIE).