From d93bb202a8c76364eda8fe8b3e98647881e743f8 Mon Sep 17 00:00:00 2001 From: mtbishop Date: Tue, 22 Jan 2008 05:58:00 +0000 Subject: [PATCH] Centos missing in whitelist for tun device. --- packages/vtun.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/vtun.spec b/packages/vtun.spec index 9a1604f..8de2e2b 100644 --- a/packages/vtun.spec +++ b/packages/vtun.spec @@ -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.