OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Apr-2007 12:44:20
Branch: HEAD Handle: 2007041911441801
Modified files:
openpkg-src/openpkg HISTORY openpkg.boot openpkg.spec
Log:
use bootstrapped bash to prevent problems when /bin/sh is not a bourne
shell;
Fixes a problem on AIX where ksh is used an LOGNAME being set readonly;
sponsored by BinckBank
Summary:
Revision Changes Path
1.446 +1 -0 openpkg-src/openpkg/HISTORY
1.65 +1 -3 openpkg-src/openpkg/openpkg.boot
1.581 +1 -1 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.445 -r1.446 HISTORY
--- openpkg-src/openpkg/HISTORY 19 Apr 2007 10:41:51 -0000 1.445
+++ openpkg-src/openpkg/HISTORY 19 Apr 2007 10:44:18 -0000 1.446
@@ -2,6 +2,7 @@
2007
====
+20070418 use bootstrapped bash to prevent problems when /bin/sh is not a
bourne shell
20070417 support %l_as macro and --use_as bootstrap option to complement ar,
ld, strip handling
20070411 upgrade to cURL 7.16.2
20070329 add variables to expand uuid(8) information in the "openpkg
release" format
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.boot
============================================================================
$ cvs diff -u -r1.64 -r1.65 openpkg.boot
--- openpkg-src/openpkg/openpkg.boot 19 Apr 2007 10:41:51 -0000 1.64
+++ openpkg-src/openpkg/openpkg.boot 19 Apr 2007 10:44:19 -0000 1.65
@@ -401,7 +401,7 @@
-e "s;^\\(%_sourcedir *\\).*;\\1 $distdir;" \
-e "s;^\\(%_builddir *\\).*;\\1 $tmpdir;" \
-e "s;^\\(%_tmppath *\\).*;\\1 $tmpdir;" \
- -e "s;^\\(%_buildshell *\\).*;\\1 /bin/sh;" \
+ -e "s;^\\(%_buildshell *\\).*;\\1 env -i OPENPKG_BOOT=1
%{l_build_shell_cmd} %{l_build_shell_opt};" \
-e "s;@l_build_path@;/bin:/sbin:/usr/bin:/usr/sbin;g" \
-e "s;@l_build_ldlp@;/usr/lib;g" \
-e "s;@l_build_ulim@;:;g"
@@ -435,8 +435,6 @@
##
echo "++ re-iterating over RPM specification procedures"
-OPENPKG_BOOT=1
-export OPENPKG_BOOT
$tmpdir/rpm -bb $spec
##
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.580 -r1.581 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 19 Apr 2007 10:41:51 -0000 1.580
+++ openpkg-src/openpkg/openpkg.spec 19 Apr 2007 10:44:19 -0000 1.581
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20070417
+%define V_openpkg 20070418
# the used software versions
%define V_rpm 4.2.1
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]