Expand tabs in config files for better readability

This commit is contained in:
Pavel Šimerda
2012-02-15 10:02:04 +01:00
parent 023cc8acb3
commit 8302d444dc

View File

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