Bugzilla – Bug 146524
lineak_defaultplugin-0.8.4-2.src.rpm is only rebuildable by root
Last modified: 2006-02-13 12:54:33 UTC
A defect in the Makefile provided by the source tarball causes lineak_defaultplugin-0.8.4-2.src.rpm to be rebuildable only by a user with root privileges. The problem is that "make install" dumps the file "media-detect.conf" in "/usr/etc", and that file is subsequently omitted from the final RPM package.
Created attachment 65566 [details] Patch for defect Makefile in source tarball Fixes missing uses of DESTDIR.
Created attachment 65567 [details] Patch to spec file for lineak_defaultplugin RPM Proposed changes to the spec file for the lineak_defaultplugin RPM to fix this bug. It makes use of the Makefile patch posted before. It also adds the default "media-detect.conf" file as part of the package documentation.
Ok, applied and checked into autobuild. If noone objects it should be available with beta4. Thanks for the patches!