From fc6d7217828ddd2a508791061e620eac1e290996 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 25 Nov 2005 11:29:13 +0000 Subject: [PATCH] - if compiled without ipv6, then conflict with apache compiled with ipv6 Changed files: apache1-mod_rpaf.spec -> 1.12 --- apache1-mod_rpaf.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/apache1-mod_rpaf.spec b/apache1-mod_rpaf.spec index 85d568f..f387507 100644 --- a/apache1-mod_rpaf.spec +++ b/apache1-mod_rpaf.spec @@ -1,15 +1,15 @@ # TODO -# - compile fails when apache1 is compiled with ipv6 - +# - need ipv6 support +# %bcond_with ipv6 # disable IPv6 support - +# %define mod_name rpaf %define apxs %{_sbindir}/apxs1 Summary: Reverse proxy add forward module for Apache Summary(pl): Modu³ Apache'a dodaj±cy przekazywanie dla odwrotnych proxy Name: apache1-mod_%{mod_name} Version: 0.5 -Release: 0.14 +Release: 0.15 License: Apache Group: Networking/Daemons Source0: http://stderr.net/apache/rpaf/download/mod_%{mod_name}-%{version}.tar.gz @@ -18,6 +18,7 @@ Source1: %{name}.conf URL: http://stderr.net/apache/rpaf/ BuildRequires: apache1-devel >= 1.3.33-2 %{!?with_ipv6:BuildConflicts: apache1(ipv6)-devel} +%{!?with_ipv6:Conflicts: apache1(ipv6)} Requires: apache1 >= 1.3.33-2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -- 2.43.0