don't touch the config with sed

This commit is contained in:
Pavel Šimerda
2014-03-05 16:52:49 +01:00
parent b4d5c81110
commit c0813448cc

View File

@@ -150,7 +150,6 @@ autoreconf
make %{?_smp_mflags} make %{?_smp_mflags}
sed -i 's/\t/ /' src/strongswan.conf src/starter/ipsec.conf
%install %install
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}
@@ -362,6 +361,7 @@ fi
- remove obsolete patches - remove obsolete patches
- sent all patches upstream - sent all patches upstream
- added comments to all patches - added comments to all patches
- don't touch the config with sed
* Thu Feb 20 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.1.1-6 * Thu Feb 20 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.1.1-6
- Fixed full hardening for strongswan (full relro and PIE). - Fixed full hardening for strongswan (full relro and PIE).