[Lsb-messages] /var/www/bzr/lsb/devel/appbat r975: celestia is disabled, don't check for it

Stew Benedict stewb at linux-foundation.org
Fri Feb 8 02:27:43 UTC 2013


------------------------------------------------------------
revno: 975
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: appbat
timestamp: Thu 2013-02-07 21:27:43 -0500
message:
  celestia is disabled, don't check for it
modified:
  rpm/check.sh
-------------- next part --------------
=== modified file 'rpm/check.sh'
--- a/rpm/check.sh	2011-05-17 17:37:22 +0000
+++ b/rpm/check.sh	2013-02-08 02:27:43 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 BUILD_ARCH=`rpm --rcfile /usr/lib/rpm/rpmrc:rpmrc --eval=%{_target_cpu}`
-for spec in `ls *.spec`; do
+for spec in `ls *.spec | grep -v celestia`; do
   name=`basename "$spec" .spec`
   # since libbat is being built seperately, skip it
   if [ "$name" != "lsb-build-libbat" ];then



More information about the lsb-messages mailing list