(Aug 10 2005 12:36) Andy Bakun wrote: > Today, I swup'ed the latest apache and php RPMs. Apache got installed > first, and swup automatically restarted it. Then it downloaded and > installed the new PHP. Apache needed to be restarted in order to use > the new PHP. Is there any way to defaultly order the packages so the > apache upgrade occurs after PHP, and then the apache postinstall script > restart will catch all of that? I think I've seen the same thing with > apache and openssl upgrades.
Swup puts packages into transactions based upon requirements. Internally in a transaction it sorts based upon PreReqs. What I try to say is that this is impossible to trigger the normal way without making apache pre-require the packages you mention, which is not a good idea. I'll put my thinking cap on and see if we can do something about it. One thing would be to enable httpd restart from %post in php and openssl and any other package that apache uses. The problem is that many services needs openssl, right, so we need to enable starting of "any service that uses openssl". Needs some thinking.. c -- Christian H. Toldnes Trustix Developer _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
