[Lsb-messages] /var/www/bzr/lsb/devel/appbat r976: skip celestia in pkgchk.sh too

Stew Benedict stewb at linux-foundation.org
Fri Feb 8 13:58:16 UTC 2013


------------------------------------------------------------
revno: 976
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: appbat
timestamp: Fri 2013-02-08 08:58:16 -0500
message:
  skip celestia in pkgchk.sh too
modified:
  rpm/pkgchk.sh
-------------- next part --------------
=== modified file 'rpm/pkgchk.sh'
--- a/rpm/pkgchk.sh	2011-05-17 19:38:59 +0000
+++ b/rpm/pkgchk.sh	2013-02-08 13:58:16 +0000
@@ -11,7 +11,7 @@
 printf "inserting deps as needed for %s \n" "$ADDED_DEPS"
 printf "dot is a PASS, a number is a FAIL count\n"
 
-for spec in `ls *.spec`; do
+for spec in `ls *.spec | grep -v celestia`; do
   failed=""
   name=`basename "$spec" .spec`
   if [ "$name" == "lsb-expect" ];then



More information about the lsb-messages mailing list