OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src openpkg-web Date: 14-Jun-2003 16:17:57 Branch: HEAD Handle: 2003061415175601 Modified files: openpkg-src/powerdns powerdns.spec openpkg-web news.txt Log: add missing fsl dependency Summary: Revision Changes Path 1.11 +7 -1 openpkg-src/powerdns/powerdns.spec 1.4871 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/powerdns/powerdns.spec ============================================================================ $ cvs diff -u -r1.10 -r1.11 powerdns.spec --- openpkg-src/powerdns/powerdns.spec 6 May 2003 09:20:30 -0000 1.10 +++ openpkg-src/powerdns/powerdns.spec 14 Jun 2003 14:17:57 -0000 1.11 @@ -35,7 +35,7 @@ Group: DNS License: GPL Version: 2.9.8 -Release: 20030506 +Release: 20030614 # package options %option with_fsl yes @@ -53,6 +53,9 @@ Prefix: %{l_prefix} BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20021204 +%if "%{with_fsl}" == "yes" +BuildPreReq: fsl +%endif %if "%{with_mysql}" == "yes" BuildPreReq: MYSQL %endif @@ -60,6 +63,9 @@ BuildPreReq: postgresql, postgresql::with_cxx = yes %endif PreReq: OpenPKG, openpkg >= 20021204 +%if "%{with_fsl}" == "yes" +PreReq: fsl +%endif %if "%{with_mysql}" == "yes" PreReq: MYSQL %endif @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.4870 -r1.4871 news.txt --- openpkg-web/news.txt 14 Jun 2003 10:21:02 -0000 1.4870 +++ openpkg-web/news.txt 14 Jun 2003 14:17:56 -0000 1.4871 @@ -1,3 +1,4 @@ +14-Jun-2003: Upgraded package: P<powerdns-2.9.8-20030614> 14-Jun-2003: Upgraded package: P<njmc-0.5-20030614> 14-Jun-2003: Upgraded package: P<glib2-2.2.2-20030614> 14-Jun-2003: Upgraded package: P<sgml-20030614-20030614> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]