From e50a509f8c9eedab9e4f01405b7623af0f103176 Mon Sep 17 00:00:00 2001 From: Faik Uygur Date: Mon, 10 Nov 2008 12:32:31 +0000 Subject: [PATCH] BUG:FIXED:8379 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 64b60e45..c096f9fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-10 Faik Uygur + * If an unsatisfied build dep is found and another version of that package is installed + build asks to install the package but than exits complaining that the package is already + installed. (#8379) + 2008-11-10 Türker Sezer * Do not ask to remove conflicting packages until it is time to remove them. The message is misleading when --fetch-only is used. (#4539)