On Sat, 2007-10-13 at 22:00 -0400, Jesse Keating wrote: > On Sun, 14 Oct 2007 01:58:48 +0100 > Sergio Monteiro Basto <[EMAIL PROTECTED]> wrote: > > > 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 > > What version of pungi are you using?
I had update to pungi-1.1.5-1.fc8 and yum to yum-3.2.7-1.fc8 and I have exactely the same problem ! using only base and updates here is my confs: pungi -c /usr/share/pungi/f7-fedora.ks --destdir=/srv/pungi/f7/ --name Fedora --ver 7 --cachedir=/srv/pungi/cache --nosource cat /usr/share/pungi/f7-fedora.ks # Kickstart file for composing the "Fedora" spin of Fedora 8 # Use a part of 'iso' to define how large you want your isos. # Only used when composing to more than one iso. #part iso --size=4998 repo --name=Fedora7 --baseurl=ftp://ftp.di.uminho.pt/pub/fedora/core/7/Everything/i386/os/ # http://ftp.fc.up.pt/Mirrors/fedora/linux/releases/7/Everything/i386/os/ repo --name=Fedora7Updates --baseurl=ftp://ftp.di.uminho.pt/pub/fedora/core/updates/7/i386 # http://ftp.di.uminho.pt/pub/fedora/core/updates/7/i386 # http://ftp.fc.up.pt/Mirrors/fedora/linux/updates/7/i386 #repo --name=LivnaFedoraBase --baseurl=ftp://ftp.di.uminho.pt/pub/fedora/livna/fedora/7/i386/ # http://rpm.livna.org/fedora/7/i386/ # http://livna-dl.reloumirrors.net/fedora/7/i386/ # Add the repos you wish to use to compose here. At least one of them needs group data. #repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch #repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch # Package manifest for the compose. Uses repo group metadata to translate groups. # (@base is added by default unless you add --nobase to %packages) %packages * #%end -- Fedora-buildsys-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-buildsys-list
