diff options
author | Gunnar Wrobel <wrobel@pardus.de> | 2008-12-15 05:19:02 (GMT) |
---|---|---|
committer | Gunnar Wrobel <wrobel@pardus.de> | 2008-12-15 05:19:02 (GMT) |
commit | df65617219bb6cd3c288263304119d80dcbebaf8 (patch) | |
tree | eb26a46ab1511324329ca6cf69d04b058463844a /pear | |
parent | 303fd67ee508be526fdb957837155f3b6f235b61 (diff) | |
download | server-df65617219bb6cd3c288263304119d80dcbebaf8.tar.gz |
kolab/issue2441 (/kolab/RPM/TMP/pear/temp created owned by root)
Diffstat (limited to 'pear')
-rw-r--r-- | pear/PEAR-Horde-Channel/ChangeLog | 5 | ||||
-rw-r--r-- | pear/PEAR-Horde-Channel/PEAR-Horde-Channel.spec | 2 | ||||
-rw-r--r-- | pear/PEAR-PHPUnit-Channel/ChangeLog | 5 | ||||
-rw-r--r-- | pear/PEAR-PHPUnit-Channel/PEAR-PHPUnit-Channel.spec | 2 |
4 files changed, 14 insertions, 0 deletions
diff --git a/pear/PEAR-Horde-Channel/ChangeLog b/pear/PEAR-Horde-Channel/ChangeLog new file mode 100644 index 0000000..ca25f20 --- /dev/null +++ b/pear/PEAR-Horde-Channel/ChangeLog @@ -0,0 +1,5 @@ +2008-12-15 Gunnar Wrobel <p@rdus.de> + + * PEAR-Horde-Channel.spec: + kolab/issue2441 (/kolab/RPM/TMP/pear/temp created owned by root) + diff --git a/pear/PEAR-Horde-Channel/PEAR-Horde-Channel.spec b/pear/PEAR-Horde-Channel/PEAR-Horde-Channel.spec index bb68d47..51ac532 100644 --- a/pear/PEAR-Horde-Channel/PEAR-Horde-Channel.spec +++ b/pear/PEAR-Horde-Channel/PEAR-Horde-Channel.spec @@ -46,11 +46,13 @@ env PHP_PEAR_PHP_BIN="%{l_prefix}/bin/php -d safe_mode=off" env PHP_PEAR_PHP_BIN="%{l_prefix}/bin/php -d safe_mode=off" \ %{l_prefix}/bin/pear -d php_dir=%{l_prefix}/lib/php channel-update %{pear_xmldir}/pear.horde.org.xml || \ echo "Could not update channel pear.horde.org!" && sleep 1 + rm -rf %{l_prefix}/RPM/TMP/pear %postun env PHP_PEAR_PHP_BIN="%{l_prefix}/bin/php -d safe_mode=off" \ %{l_prefix}/bin/pear -d php_dir=%{l_prefix}/lib/php channel-delete pear.horde.org || \ echo "Could not delete channel pear.horde.org!" && sleep 1 + rm -rf %{l_prefix}/RPM/TMP/pear %files -f files diff --git a/pear/PEAR-PHPUnit-Channel/ChangeLog b/pear/PEAR-PHPUnit-Channel/ChangeLog new file mode 100644 index 0000000..f645e17 --- /dev/null +++ b/pear/PEAR-PHPUnit-Channel/ChangeLog @@ -0,0 +1,5 @@ +2008-12-15 Gunnar Wrobel <p@rdus.de> + + * PEAR-PHPUnit-Channel.spec: + kolab/issue2441 (/kolab/RPM/TMP/pear/temp created owned by root) + diff --git a/pear/PEAR-PHPUnit-Channel/PEAR-PHPUnit-Channel.spec b/pear/PEAR-PHPUnit-Channel/PEAR-PHPUnit-Channel.spec index 5734c14..32cf9ef 100644 --- a/pear/PEAR-PHPUnit-Channel/PEAR-PHPUnit-Channel.spec +++ b/pear/PEAR-PHPUnit-Channel/PEAR-PHPUnit-Channel.spec @@ -44,11 +44,13 @@ env PHP_PEAR_PHP_BIN="%{l_prefix}/bin/php -d safe_mode=off" env PHP_PEAR_PHP_BIN="%{l_prefix}/bin/php -d safe_mode=off" \ %{l_prefix}/bin/pear -d php_dir=%{l_prefix}/lib/php channel-update %{pear_xmldir}/pear.phpunit.de.xml || \ echo "Could not update channel pear.phpunit.de!" && sleep 1 + rm -rf %{l_prefix}/RPM/TMP/pear %postun env PHP_PEAR_PHP_BIN="%{l_prefix}/bin/php -d safe_mode=off" \ %{l_prefix}/bin/pear -d php_dir=%{l_prefix}/lib/php channel-delete pear.phpunit.de || \ echo "Could not delete channel pear.phpunit.de!" && sleep 1 + rm -rf %{l_prefix}/RPM/TMP/pear %files -f files |