Menu

#4482 Otherpkgs postscripts didn't support SLES12

2.9.1
closed
otherpkgs (5)
SLES12
5
2014-12-18
2014-12-16
No

In the otherpkgs postscripts, it only looking for os version with string "sles11" or "sles10". In order to support sles12, we need to modify the checking routines to add sles12 string comparison.

change ( pmatch "$OSVER" "sles11*" ) to ( "$OSVER" ge "sles11" )

Discussion

  • Casandra Qiu

    Casandra Qiu - 2014-12-18

    commit code to 2.9.1
    d250790655d9afdf7978df2fa9c226e41a61da53

    commit code to 2.10
    commit 6d2774171380242a5ddccbd459e1550293e6d588

     
  • Casandra Qiu

    Casandra Qiu - 2014-12-18
    • status: open --> closed
     
  • Casandra Qiu

    Casandra Qiu - 2014-12-18
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,3 @@
     In the otherpkgs postscripts,  it only looking for os version with string "sles11*" or "sles10*".   In order to support sles12,  we need to modify the checking routines to add sles12 string comparison. 
    +
    +change  ( pmatch "$OSVER" "sles11*" )  to ( "$OSVER" ge "sles11" )
    
     
MongoDB Logo MongoDB