OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 17-Dec-2002 18:03:09
Branch: HEAD Handle: 2002121717030801
Modified files:
openpkg-src/openpkg openpkg.spec
openpkg-web news.txt
Log:
make sure RPM does not hard-code an absolute path to 'mkdir'
Summary:
Revision Changes Path
1.114 +4 -2 openpkg-src/openpkg/openpkg.spec
1.2306 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/openpkg/openpkg.spec
============================================================
$ cvs diff -u -r1.113 -r1.114 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 4 Dec 2002 10:41:18 -0000 1.113
+++ openpkg-src/openpkg/openpkg.spec 17 Dec 2002 17:03:09 -0000 1.114
@@ -39,8 +39,8 @@
# o any cc(1)
# the package version and release
-%define V_openpkg 20021204
-%define R_openpkg 20021204
+%define V_openpkg 20021217
+%define R_openpkg 20021217
# the used software versions
%define V_rpm 4.0.2
@@ -457,6 +457,8 @@
mv rpmio/macro.c.n rpmio/macro.c
( echo 'ac_cv_path_MSGFMT=${ac_cv_path_MSGFMT=no}'
echo 'ac_cv_path_GMSGFMT=${ac_cv_path_GMSGFMT=no}'
+ echo 'ac_cv_path_MKDIR=mkdir}'
+ echo 'ac_cv_path___MKDIR=mkdir}'
) >config.cache
case `sh ./config.guess` in
*-*-linux* ) nlsopt="--disable-nls" ;;
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.2305 -r1.2306 news.txt
--- openpkg-web/news.txt 17 Dec 2002 13:26:51 -0000 1.2305
+++ openpkg-web/news.txt 17 Dec 2002 17:03:08 -0000 1.2306
@@ -1,3 +1,4 @@
+17-Dec-2002: Upgraded package: P<openpkg-20021217-20021217>
17-Dec-2002: Upgraded package: P<rsync-2.5.5-20021217>
17-Dec-2002: Upgraded package: P<lmtp2nntp-1.2a6-20021217>
17-Dec-2002: Upgraded package: P<mozilla-1.2.1-20021217>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]