On Tue, 2008-09-02 at 12:50 +0000, Seth Vidal wrote: > On Tue, 2008-09-02 at 02:02 -0400, James Antill wrote: > > cli.py | 12 ++++++++---- > > test/depsolvetests.py | 38 ++++++++++++++++++++++++++++++++++++++ > > yum/__init__.py | 4 ++-- > > yum/depsolve.py | 16 +++++++++++----- > > yum/rpmsack.py | 6 +++--- > > yumcommands.py | 3 +++ > > 6 files changed, 65 insertions(+), 14 deletions(-) > > > Allow yum to create "remove only" transactions, use it for rm cmd: bug > > 240821 > > > Did you test this for transactions where a remove could bring in > something else?
I tested it for a simple remove (leaf), and a remove of glibc (something that removes other things too). I also tried it on a remove of exim (the only /usr/sbin/sendmail alternative), but that just also removed anything that requires /usr/sbin/sendmail. Can you think of a case where we do bring in something new? -- James Antill <[EMAIL PROTECTED]> Red Hat
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Yum-devel mailing list [email protected] https://lists.dulug.duke.edu/mailman/listinfo/yum-devel
