Browse Source

add support for openpkg-audit package

Ralf S. Engelschall 21 years ago
parent
commit
1cd5703d7a
4 changed files with 9 additions and 1 deletions
  1. 1 0
      openpkg/HISTORY
  2. 3 0
      openpkg/man.sh
  3. 4 0
      openpkg/openpkg.sh
  4. 1 1
      openpkg/openpkg.spec

+ 1 - 0
openpkg/HISTORY

@@ -2,6 +2,7 @@
 2004
 ====
 
+20040701 add support for openpkg-audit package
 20040609 add support for recognizing package class in old 1.3 Distribution headers during building
 20040609 start rc.openpkg jobs in background and as soon as possible (priority 0)
 20040607 workaround NetBSD gcc 2.95 optimization problems by not using -O2 there

+ 3 - 0
openpkg/man.sh

@@ -59,6 +59,9 @@ cmdpath="${prefix}/libexec/openpkg"
 if [ -d "${prefix}/libexec/openpkg-tools" ]; then
     cmdpath="${prefix}/libexec/openpkg-tools:${cmdpath}"
 fi
+if [ -d "${prefix}/libexec/openpkg-audit" ]; then
+    cmdpath="${prefix}/libexec/openpkg-audit:${cmdpath}"
+fi
 if [ ".${openpkg_tools_cmdpath}" != . ]; then
     cmdpath=`echo "${openpkg_tools_cmdpath}" | sed -e "s;@;${cmdpath};"`
 fi

+ 4 - 0
openpkg/openpkg.sh

@@ -99,6 +99,10 @@ if [ -d "${openpkg_prefix}/libexec/openpkg-tools" ]; then
     #   openpkg-tools package overrides
     cmdpath="${openpkg_prefix}/libexec/openpkg-tools:${cmdpath}"
 fi
+if [ -d "${openpkg_prefix}/libexec/openpkg-audit" ]; then
+    #   openpkg-audit package overrides
+    cmdpath="${openpkg_prefix}/libexec/openpkg-audit:${cmdpath}"
+fi
 if [ ".${openpkg_tools_cmdpath}" != . ]; then
     #   user supplied path overrides
     cmdpath=`echo "${openpkg_tools_cmdpath}" | sed -e "s;@;${cmdpath};"`

+ 1 - 1
openpkg/openpkg.spec

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