From cb64f5603efb8931c7daf6b48cbfd5f2394b84d1 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Sep 26 2012 15:35:31 +0000 Subject: Drop net-tools. --- diff --git a/openvpn.spec b/openvpn.spec index 4e25048..20d7a46 100644 --- a/openvpn.spec +++ b/openvpn.spec @@ -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 2.2.2-9 +- Dropped net-tools, BZ 785794. + * Wed Sep 05 2012 Jon Ciesla 2.2.2-8 - Dropped config from tmpfiles conf.