From 1f4ff8b4f70ac3040039642006ca5b4fc6fb8b44 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 25 Jun 2011 14:45:15 +0200 Subject: [PATCH] correct package requriement --- OPSI/control | 3 ++- build.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/OPSI/control b/OPSI/control index 881b077..e64fd25 100644 --- a/OPSI/control +++ b/OPSI/control @@ -33,4 +33,5 @@ default: ["system specific"] [ProductDependency] action: setup requiredProduct: firefox -requiredStatus: installed \ No newline at end of file +requiredStatus: installed +requirementType: before diff --git a/build.sh b/build.sh index d8dfba0..2243015 100644 --- a/build.sh +++ b/build.sh @@ -3,9 +3,9 @@ PN="aio" VERSIONX86="1.6.4" VERSIONAMD64="1.2.6" VERSION="$VERSIONX86.$VERSIONAMD64" -RELEASE="2" +RELEASE="3" PRIORITY="0" -ADVICE="New Release" +ADVICE="Version Nr. x86 $VERSIONX86 amd64 $VERSIONAMD64" TYPE="public" # all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python) ICON="http://pics.computerbase.de/1/1713.png"