This test models the scenario in Bug 773440
regarding clean_requirements_on_remove
(https://bugzilla.redhat.com/show_bug.cgi?id=773440), which
exposes an error in the current implementation of _has_needed_revdeps.
The basic setup is this. For packages A and B, we write A -> B to mean
"B requires A
This patch is intended to address Bug 773440 regarding
clean_requirements_on_remove
(https://bugzilla.redhat.com/show_bug.cgi?id=773440).
Currently we only consider a reverse dependency of a pkg "needed"
if it was user-installed. The patch checks if the revdep is needed
by a pkg to be installed in
On Fri, 2012-05-18 at 10:42 +0200, Zdeněk Pavlas wrote:
> Ignore bogus hostnames, and make parsing of timedhosts file
> a bit more robust.
ACK.
> ---
> urlgrabber/grabber.py |5 -
> 1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/urlgrabber/grabber.py b/urlgrabber/gra
Ignore bogus hostnames, and make parsing of timedhosts file
a bit more robust.
---
urlgrabber/grabber.py |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/urlgrabber/grabber.py b/urlgrabber/grabber.py
index 094be77..1d7cfbe 100644
--- a/urlgrabber/grabber.py
+++ b/urlgra