Re: New devel version released...
Jef Spaleta <[email protected]> 17 May 2002 08:18:28 -0400
| Newsgroups | gmane.linux.redhat.rpm.grab |
|---|---|
| Message-ID | <1021637908.21947.7.camel@doubledare> |
Is this dep check using the header trick? Now for the locally installed package breaking problem. Can't you do a quick --whatrequires test locally for the package you are going to upgrade to see which other installed packages needs that code. mozilla example rpm -q --whatrequires mozilla...to get a list of installed packages that break if mozilla get updated. or to be more encompassing something like: rpm -q --whatrequires `rpm -q --provides mozilla` Anyways, thanks for the effort. -jef