Browse Source

fix usage of %pre in aux.wrapbin.sh -- was broken after recent work-offs

master
parent
commit
648ffb1de9
  1. 1
      openpkg/HISTORY
  2. 1
      openpkg/aux.wrapbin.sh
  3. 2
      openpkg/openpkg.spec

1
openpkg/HISTORY

@ -2,6 +2,7 @@
2003
====
20031107 fix usage of %pre in aux.wrapbin.sh -- was broken after recent work-offs
20031102 upgrade to cURL 7.10.8
20031031 upgrade to latest OSSP platform script version
20031031 work-off aux.wrap{src,bin}.sh scripts and internal documentation in README

1
openpkg/aux.wrapbin.sh

@ -103,6 +103,7 @@ cusr=`(id -un) 2>/dev/null ||\
# running the embedded %pre script for hooking into the system environment
echo "++ hooking OpenPKG instance into system environment"
prefix="$l_prefix"
susr='@SUSR@'; sgrp='@SGRP@'
musr='@MUSR@'; mgrp='@MGRP@'
rusr='@RUSR@'; rgrp='@RGRP@'

2
openpkg/openpkg.spec

@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
%define V_openpkg 20031102
%define V_openpkg 20031107
# the used software versions
%define V_rpm 4.2.1

Loading…
Cancel
Save