From 3da45d35f1a16ad5d41cf27c0755a0c3d200f842 Mon Sep 17 00:00:00 2001 From: lace <> Date: Tue, 27 Dec 2005 04:03:47 +0000 Subject: [PATCH] ORBit2 requirement: 2.8.3 - It was bugreported 2.8.2 is not sufficient on Mandrake-9.2. - It is now very old library anyway. --- captive.spec.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/captive.spec.in b/captive.spec.in index 537a13f..d317444 100644 --- a/captive.spec.in +++ b/captive.spec.in @@ -39,9 +39,10 @@ Source: http://www.jankratochvil.net/project/captive/dist/@PACKAGE@-@VERSION@.ta License: GPL BuildRoot: /var/tmp/@PACKAGE@-@VERSION@-%{release}-root BuildRequires: ORBit2-devel -# Due to --with-orbit-line=link +# >= 2.7.0 due to --with-orbit-line=link +# >= 2.8.3 due to Mandrake-9.2 bugreport. %if ! %{static} -Requires: ORBit2 >= 2.7.0 +Requires: ORBit2 >= 2.8.3 %endif BuildRequires: openssl-devel %if ! %{static} -- 1.8.3.1