Lukas Ocilka escribió:
> Any other (e.g., better) ideas ;)?
>
I got some more ;)
Index: PostCheck.py
===================================================================
--- PostCheck.py.orig 2007-08-12 20:18:40.000000000 +0200
+++ PostCheck.py 2007-11-05 09:25:02.000000000 +0100
@@ -48,6 +48,9 @@ prereq_assoc = (
# ['chkconfig', ('chkconfig', '/sbin/chkconfig')],
['chkfontpath', ('chkfontpath', '/usr/sbin/chkfontpath')],
['rpm-helper', ('rpm-helper',)],
+ ['pear',('php5-pear','/usr/bin/pear')],
+
['update-alternatives',('update-alternatives','/usr/sbin/update-alternatives')],
+ ['a2enmod',('apache2','/usr/sbin/a2enmod')],
)
for p in prereq_assoc:
also, useradd and groupadd (pwdutils) are very common in the %pre section.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
"Two things are infinite: the universe and human stupidity; and I'm not
sure about the universe." --Albert Einstein
Cristian RodrÃguez R, Core Services
SUSE LINUX Products GmbH
Research & Development
http://www.opensuse.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]