]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- more pkgs check early
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 15 Nov 2010 14:53:54 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pear-autoup.sh -> 1.12

pear-autoup.sh

index 801dfa38fb165f3391a9cd6a1c193576b08090ef..659c3834968cae2b87acf15704dd9fe8c059ac7d 100644 (file)
@@ -13,6 +13,9 @@ php -r 'echo "PHP is working OK\n";'
 # test that pear is working
 pear info PEAR >/dev/null
 
 # test that pear is working
 pear info PEAR >/dev/null
 
+# needed pkgs for upgrade test
+rpm -q php-packagexml2cl
+
 [ -s pear.ls ] || { poldek --upa; poldek -q -Q --skip-installed --cmd 'ls php-pear-*' > pear.ls; }
 [ -s pear.desc ] || {
        for pkg in $(cat pear.ls); do
 [ -s pear.ls ] || { poldek --upa; poldek -q -Q --skip-installed --cmd 'ls php-pear-*' > pear.ls; }
 [ -s pear.desc ] || {
        for pkg in $(cat pear.ls); do
This page took 0.040339 seconds and 4 git commands to generate.