On Wed, 2010-03-17 at 17:40 -0600, Javier Vasquez wrote: > Now, I get the following error: > > % rpmbuild -ba fontpackages.spec > error: Group field must be present in package: fontpackages-filesystem
I guess you just need to copy the Group from top to the filesystem subpackage. > So I couldn't uncompress the source and see if I could change any > permissions... BTW I tried tar jxf, but then it believes it's a bzip2 > and didn't work, I tried zxf and of course it didn't work since it's > not gzip... tar's not gonna do it. You need xz: $ rpm2cpio xxxx.rpm | xz -d | cpio -id http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/xz-4.999.9-0.2.beta.20091007git.fc14.src.rpm Check http://tukaani.org/xz/ for the sources of xz compressed with gz :-) You can also patch RPM, but I do not recommend this. -- Sincerely yours, Yury V. Zaytsev _______________________________________________ suggest mailing list [email protected] http://lists.rpmforge.net/mailman/listinfo/suggest
