SPECS: apache1-mod_rpaf.spec - if compiled without ipv6, then conf...

glen glen at pld-linux.org
Fri Nov 25 12:29:19 CET 2005


Author: glen                         Date: Fri Nov 25 11:29:19 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- if compiled without ipv6, then conflict with apache compiled with ipv6

---- Files affected:
SPECS:
   apache1-mod_rpaf.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/apache1-mod_rpaf.spec
diff -u SPECS/apache1-mod_rpaf.spec:1.11 SPECS/apache1-mod_rpaf.spec:1.12
--- SPECS/apache1-mod_rpaf.spec:1.11	Mon Oct 24 22:18:01 2005
+++ SPECS/apache1-mod_rpaf.spec	Fri Nov 25 12:29:13 2005
@@ -1,16 +1,16 @@
 # $Revision$, $Date$
 # 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
@@ -19,6 +19,7 @@
 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)
 
@@ -84,6 +85,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2005/11/25 11:29:13  glen
+- if compiled without ipv6, then conflict with apache compiled with ipv6
+
 Revision 1.11  2005/10/24 20:18:01  qboosh
 - typo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache1-mod_rpaf.spec?r1=1.11&r2=1.12&f=u




More information about the pld-cvs-commit mailing list