tag 464238 + patch
thanks

Hi,

I think I've managed to solve this problem with the attached patch.
Please note that my perl is very limited, so I might be doing something 
stupid here.


Cheers,

Nicolas
--- ucfq.orig	2008-02-12 00:49:40.000000000 +0100
+++ ucfq	2008-02-12 00:48:16.000000000 +0100
@@ -293,8 +293,9 @@
 # Step 6: For each existing file, see if it has been changed
 
   for my $file ($this->{file_list}->list) {
-    $this->{file_list}->element($file)->{Hash} = 
-      $this->{hashfile_proxy}->hash($file);
+    $this->{file_list}->element($file)->hash(
+      $this->{file_list}->element($file)->{Name},
+      $this->{hashfile_proxy}->hash($file));
     if (! defined $this->{file_list}->element($file)->{Package}) {
       $this->{file_list}->element($file)->{Package} = 
         $this->{registry_proxy}->find_pkg($file);

Attachment: signature.asc
Description: Digital signature

Reply via email to