On Sat, 2007-10-13 at 18:37 -0400, Jesse Keating wrote:
> On Sat, 13 Oct 2007 23:06:56 +0100
> Sergio Monteiro Basto <[EMAIL PROTECTED]> wrote:
> 
> > Hi, 
> > pungi is chipping 2 kdepim without any apparent reason
> > can someone explain why ?  
> > thanks
> 
> It found it as a potential match, but later we select the newest of the
> results.  Is the second kdepim actually getting downloaded and put into
> the tree?

yes , I have 2 kdepim in my iso  
I have about 31 duplicated packages in my iso to be more precisely
to know that I done:
#mount -o loop /home/F-7-i386-DVD.iso /mnt/disk
#cd /mnt/disk/Fedora/
#ls -1 > ~/txt
#cd ~
#cat txt | perl -pe 's/(.*)-[\w\.]+?-[\w\.]+(\.\w+)\.rpm/\1\2/' | sort > txt3
#cat txt | perl -pe 's/(.*)-[\w\.]+?-[\w\.]+(\.\w+)\.rpm/\1\2/' | sort -u > txt4
#diff txt3 txt4 | grep "^<" | perl -pe 's/< // ;s/\.\w+//'  
#diff txt3 txt4 | grep "^<" | perl -pe 's/< // ;s/\.\w+//' | wc -l

I am testing with obsolete=0 on yum.conf.i386.f7 , to see what happens 

Regards, 
-- 
Sérgio M. B.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

--
Fedora-buildsys-list mailing list
Fedora-buildsys-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list

Reply via email to