From 01bcc8aa0667633d604b98634713a470fb581748 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 15 Feb 2002 21:01:36 +0000 Subject: [PATCH] fix dependency --- apache/apache.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apache/apache.spec b/apache/apache.spec index f23604616e..542888b5ee 100644 --- a/apache/apache.spec +++ b/apache/apache.spec @@ -82,7 +82,7 @@ Distribution: OpenPKG [REL] Group: Web License: BSD-style Version: %{V_apache} -Release: 20020206 +Release: 20020215 # list of sources Source0: http://httpd.apache.org/dist/httpd/apache_%{V_apache}.tar.gz @@ -136,8 +136,8 @@ Source23: rc.apache # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} -BuildPreReq: openpkg >= 20020206.0 -PreReq: openpkg >= 20020206.0 +BuildPreReq: openpkg >= 20020206 +PreReq: openpkg >= 20020206 %if "%{mod_ssl}" == "yes" BuildPreReq: openssl, mm %endif