GNOME Bugzilla – Bug 121993
Can't create RPMs on Red Hat 9
Last modified: 2006-11-16 13:01:36 UTC
Creating RPMs on Red Hat 9 fails: [root@my-machine ]# rpmbuild -ta bug-buddy-2.4.0.tar.gz error: Package already exists: %package debuginfo My install is a vanilla Red Hat 9 with a pretty default install...
Yes, spec file inside bug-buddy distribution is really outdated... maybe we should update it using the rh9 one...
The spec file should probably be removed from the package, since it hasn't been updated in 4 years, and Redhat/Fedora already include bug-buggy in the Core packages. I'll attach a small patch to modify Makefile.am & Changelog to remove the spec file.
Created attachment 56633 [details] [review] Itty-bitty patch to modify Makefile.am & Changelog for removal of spec file.
Commited.