|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
Name: openvpn
|
|
|
|
|
Version: 2.2.2
|
|
|
|
|
Release: 8%{?prerelease:.%{prerelease}}%{?dist}
|
|
|
|
|
Release: 9%{?prerelease:.%{prerelease}}%{?dist}
|
|
|
|
|
Summary: A full-featured SSL VPN solution
|
|
|
|
|
URL: http://openvpn.net/
|
|
|
|
|
#Source0: http://openvpn.net/beta/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.gz
|
|
|
|
@ -37,8 +37,6 @@ BuildRequires: systemd-units
|
|
|
|
|
BuildRequires: iproute
|
|
|
|
|
# For /sbin/ip.
|
|
|
|
|
Requires: iproute
|
|
|
|
|
# For ifconfig and route.
|
|
|
|
|
Requires: net-tools
|
|
|
|
|
Requires(pre): /usr/sbin/useradd
|
|
|
|
|
Requires(post): systemd-sysv
|
|
|
|
|
Requires(post): systemd-units
|
|
|
|
@ -81,9 +79,7 @@ find contrib sample-config-files sample-keys sample-scripts -type f -perm +100 \
|
|
|
|
|
--enable-pthread \
|
|
|
|
|
--enable-password-save \
|
|
|
|
|
--enable-iproute2 \
|
|
|
|
|
--with-ifconfig-path=/sbin/ifconfig \
|
|
|
|
|
--with-iproute-path=/sbin/ip \
|
|
|
|
|
--with-route-path=/sbin/route
|
|
|
|
|
--with-iproute-path=/sbin/ip
|
|
|
|
|
%{__make}
|
|
|
|
|
|
|
|
|
|
# Build plugins
|
|
|
|
@ -194,6 +190,9 @@ fi
|
|
|
|
|
%config %dir %{_sysconfdir}/%{name}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 26 2012 Jon Ciesla <limburgher@gmail.com> 2.2.2-9
|
|
|
|
|
- Dropped net-tools, BZ 785794.
|
|
|
|
|
|
|
|
|
|
* Wed Sep 05 2012 Jon Ciesla <limburgher@gmail.com> 2.2.2-8
|
|
|
|
|
- Dropped config from tmpfiles conf.
|
|
|
|
|
|
|
|
|
|