SPECS: apache1-mod_rpaf.spec - fix patch with ipv6 enabled

glen glen at pld-linux.org
Thu Sep 27 12:26:51 CEST 2007


Author: glen                         Date: Thu Sep 27 10:26:51 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix patch with ipv6 enabled

---- Files affected:
SPECS:
   apache1-mod_rpaf.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/apache1-mod_rpaf.spec
diff -u SPECS/apache1-mod_rpaf.spec:1.21 SPECS/apache1-mod_rpaf.spec:1.22
--- SPECS/apache1-mod_rpaf.spec:1.21	Thu Sep 27 12:10:59 2007
+++ SPECS/apache1-mod_rpaf.spec	Thu Sep 27 12:26:46 2007
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8):	Moduł Apache'a dodający przekazywanie dla odwrotnych proxy
 Name:		apache1-mod_%{mod_name}
 Version:	0.5
-Release:	7
+Release:	8
 License:	Apache
 Group:		Networking/Daemons
 Source0:	http://stderr.net/apache/rpaf/download/mod_%{mod_name}-%{version}.tar.gz
@@ -17,6 +17,7 @@
 Source1:	%{name}.conf
 Patch0:		%{name}-ipv6.patch
 Patch1:		mod_rpaf_degtine.patch
+Patch2:		%{name}_degtine.patch
 URL:		http://stderr.net/apache/rpaf/
 %{?with_ipv6:BuildRequires:	apache1(ipv6)-devel}
 BuildRequires:	apache1-devel >= 1.3.33-2
@@ -52,8 +53,12 @@
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
-%{?with_ipv6:%patch0 -p1}
+%if %{with ipv6}
+%patch0 -p1
+%patch2 -p1
+%else
 %patch1 -p1
+%endif
 
 %build
 %{apxs} -c mod_%{mod_name}.c -o mod_%{mod_name}.so
@@ -88,6 +93,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2007/09/27 10:26:46  glen
+- fix patch with ipv6 enabled
+
 Revision 1.21  2007/09/27 10:10:59  glen
 - mod_rpaf patched to allow multiple chained proxies (needed to use pound balancer) (by alpha)
 - rel 7
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_rpaf.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list