OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 15-Jan-2006 20:21:22 Branch: HEAD Handle: 2006011519212100 Modified files: openpkg-src/uuid uuid.spec Log: depend on the latest and greatest PostgreSQL packaging where pg_config outputs a hard-coded <prefix> and not a dynamically resolved one (which would break DESTDIR prefixing inside OSSP uuid) Summary: Revision Changes Path 1.32 +2 -2 openpkg-src/uuid/uuid.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/uuid/uuid.spec ============================================================================ $ cvs diff -u -r1.31 -r1.32 uuid.spec --- openpkg-src/uuid/uuid.spec 15 Jan 2006 18:52:21 -0000 1.31 +++ openpkg-src/uuid/uuid.spec 15 Jan 2006 19:21:21 -0000 1.32 @@ -62,8 +62,8 @@ PreReq: php %endif %if "%{with_pgsql}" == "yes" -BuildPreReq: postgresql -PreReq: postgresql +BuildPreReq: postgresql >= 8.1.2-20060115 +PreReq: postgresql >= 8.1.2-20060115 %endif AutoReq: no AutoReqProv: no @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org