Another tiny change for OBS

As expected, switching to subsurfacedaily as package name turned out to be a
massive PITA.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-12-31 12:24:16 -08:00
parent 16c46ba2f8
commit b8af46a33e

View file

@ -75,6 +75,6 @@ if [[ "$1x" = "postx" ]] ; then
cd home:Subsurface-Divelog/Subsurface-daily
osc rm $(ls subsurface*.tar.xz | grep -v $VERSION)
osc add subsurface-$VERSION.orig.tar.xz
sed -i "s/%define gitVersion .*/%define gitVersion $GITREVISION/" subsurface.spec
sed -i "s/%define gitVersion .*/%define gitVersion $GITREVISION/" subsurfacedaily.spec
osc commit -m "next daily build"
fi