Hi,
I'm working on rebuilding the ISO images for Fedora 1.0, but I'm getting
an rpm.error message when running splittree.py.
I think the problem is related to the fact that I have not imported the
GPG keys from the CD into my keyring.
Here are my questions:
1.) Do I need to import one or more of the GPG keys from the CD into my
keyring in order to run splittree.py?
2.) If I do need to import GPG keys, which one(s) do I need to import?
3.) Will a simple gpg --import <key> solve the problem?
4.) If this is not related to GPG keys, then what may be the source of
the problem?
Here is the output from running splittree.py:
---------------------------------------------
<start>
# splittree.py --arch=i386 --total-discs=6 --bin-discs=3 --src-discs=3
--release-string="Fedora Rebuild"
--pkgorderfile=/build/i386/pkgorder.txt --distdir=/build/i386/
--srcdir=/build/i386/SRPMS --productpath=Fedora
Traceback (most recent call last):
File "/usr/lib/anaconda-runtime/splittree.py", line 455, in ?
logfile = timber.main()
File "/usr/lib/anaconda-runtime/splittree.py", line 380, in main
self.splitRPMS()
File "/usr/lib/anaconda-runtime/splittree.py", line 253, in splitRPMS
pkg_nvr = nvra("%s/%s/RPMS/%s" %(self.dist_dir, self.product_path,
filename))
File "/usr/lib/anaconda-runtime/splittree.py", line 39, in nvra
h = _ts.hdrFromFdno(fd)
rpm.error: public key not trusted
<end>
Output of ls command in /build/i386 directory showing multiple GPG keys:
------------------------------------------------------------------------
# ls /build/i386/
autorun images RELEASE-NOTES
RPM-GPG-KEY-fedora-rawhide
dosutils isolinux RELEASE-NOTES.html RPM-GPG-KEY-fedora-test
eula.txt pkgorder.txt RPM-GPG-KEY RPM-GPG-KEY-rawhide
Fedora README RPM-GPG-KEY-beta SRPMS
GPL README-Accessibility RPM-GPG-KEY-fedora TRANS.TBL
Thanks,
Akbar