rpms/openvpn/devel openvpn.spec,1.32,1.33

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu Jan 24 18:45:07 UTC 2008


Author: steve

Update of /cvs/pkgs/rpms/openvpn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1265

Modified Files:
	openvpn.spec 
Log Message:
BR iproute and Require iproute and net-tools.


Index: openvpn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvpn/devel/openvpn.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- openvpn.spec	24 Jan 2008 17:25:56 -0000	1.32
+++ openvpn.spec	24 Jan 2008 18:44:27 -0000	1.33
@@ -21,9 +21,15 @@
 BuildRequires:     lzo-devel
 BuildRequires:     openssl-devel
 BuildRequires:     pam-devel
+# For /sbin/ip.
+BuildRequires:     iproute
 # We need /dev/net/tun.
 # This will work with RH9+ dev or udev.
 Requires:          dev >= 0:3.3.2-5
+# For /sbin/ip.
+Requires:          iproute
+# For ifconfig and route.
+Requires:          net-tools
 Requires(pre):     /usr/sbin/useradd
 Requires(post):    /sbin/chkconfig
 Requires(preun):   /sbin/chkconfig, /sbin/service
@@ -161,6 +167,7 @@
 * Thu Jan 24 2008 Steven Pritchard <steve at kspei.com> 2.1-0.22.rc6
 - Update to 2.1_rc6
 - Pass paths to ifconfig, ip, and route to configure
+- BR iproute and Require iproute and net-tools
 
 * Wed Jan 23 2008 Steven Pritchard <steve at kspei.com> 2.1-0.21.rc5
 - Update to 2.1_rc5




More information about the fedora-extras-commits mailing list