Centos missing in whitelist for tun device.

This commit is contained in:
mtbishop 2008-01-22 05:58:00 +00:00
parent 70894b2feb
commit d93bb202a8
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $Id: vtun.spec,v 1.24.2.5 2008/01/07 22:36:28 mtbishop Exp $
# $Id: vtun.spec,v 1.24.2.6 2008/01/22 05:58:00 mtbishop Exp $
# By default, builds without socks-support.
# To build with socks-support, issue:
@ -75,6 +75,8 @@ BuildRequires: %{_bindir}/gcc
%define _buildreq_fc zlib-devel %{!?_without_ssl:openssl-devel} %{?_with_lzo2:lzo2-devel} %{!?_with_lzo2:%{!?_without_lzo: lzo-devel}}
%define _requires_rhel %_requires_fc
%define _buildreq_rhel %_buildreq_fc
%define _requires_centos %_requires_fc
%define _buildreq_centos %_buildreq_fc
# SuSE doesn't permit lzo and lzo2 to be installed simultaneously so
# we do not need to care so much.