Browse Source

update platform prerequisite checks for OpenPKG 2.1 platform set

Ralf S. Engelschall 21 years ago
parent
commit
a0e3f6da45
3 changed files with 39 additions and 24 deletions
  1. 1 0
      openpkg/HISTORY
  2. 37 23
      openpkg/aux.prereq.sh
  3. 1 1
      openpkg/openpkg.spec

+ 1 - 0
openpkg/HISTORY

@@ -2,6 +2,7 @@
 2004
 ====
 
+20040702 update platform prerequisite checks for OpenPKG 2.1 platform set
 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)

+ 37 - 23
openpkg/aux.prereq.sh

@@ -37,44 +37,58 @@ platform_tech=`sh ./shtool platform -n -L -S "" -C "+" -F "%<at>-%<st>"`
 #
 case "$platform_prod:$product_tech" in
     #   official "forecasted" platforms
-    *-macosx*:*        |\
-    *-hpux*:*          |\
-    *-aix*:*           |\
-    *-irix*:*          )
+    *-aix*:*              |\
+    *-irix*:*             |\
+    *-macosx*:*           |\
+    *-tru64*:*            )
         support=forecasted
         ;;
     #   official "tentative" platforms
-    *-gentoo1.4.3:*    |\
-    *-debian3.1:*      |\
-    *-solaris10:*      )
+    alpha-freebsd5.2:*    |\
+    hppa-hpux11.11:*      |\
+    ix86-debian3.1:*      |\
+    ix86-gentoo1.4.16:*   |\
+    ix86-mandrake10.0:*   |\
+    ix86-netbsd1.6.2:*    |\
+    ix86-solaris10:*      |\
+    sparc64-netbsd1.6.2:* |\
+    sparc64-solaris10:*   )
         support=tentative
         ;;
     #   official "supported" platforms
-    *-freebsd4.9:*     |\
-    *-freebsd5.2:*     |\
-    *-debian3.0:*      |\
-    *-fedora1:*        |\
-    *-rhel3:*          |\
-    *-suse9.0:*        |\
-    *-solaris[89]:*    )
+    ix86-debian3.0:*      |\
+    ix86-fedora2:*        |\
+    ix86-freebsd4.10:*    |\
+    ix86-freebsd5.2:*     |\
+    ix86-rhel3:*          |\
+    ix86-solaris9:*       |\
+    ix86-suse9.1:*        |\
+    sparc64-solaris8:*    |\
+    sparc64-solaris9:*    )
         support=supported
         ;;
     #   official "obsolete" platforms
-    *-debian2.2:*      |\
-    *-rhl9:*           |\
-    *-suse8.2:*        |\
-    *-solaris2.6:*     )
+    ix86-rhl9:*           |\
+    ix86-suse9.0:*        |\
+    sparc64-solaris2.6:*  )
         support=obsolete
         ;;
     #   official "deprecated" platforms
-    *-unixware*:*      |\
-    *-tru64*:*         )
+    *-unixware*:*         )
         support=deprecated
         ;;
     #   auspicious platforms
-    *-freebsd*:*       |\
-    *-solaris*:*       |\
-    *:*-linux*         )
+    *-debian[23].*:*      |\
+    *-fedora*:*           |\
+    *-freebsd[45].*:*     |\
+    *-gentoo1.4.*:*       |\
+    *-hpux11.*:*          |\
+    *-mandrake*:*         |\
+    *-netbsd1.6.*:*       |\
+    *-rhel3:*             |\
+    *-rhl9:*              |\
+    *-solaris*:*          |\
+    *-suse[789].*:*       )
         support=auspicious
         ;;
     #   unknown platforms

+ 1 - 1
openpkg/openpkg.spec

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