Bugzilla – Bug 150119
kmp packages cannot be built with rpmbuild
Last modified: 2006-02-13 14:16:59 UTC
When invoking rpmbuild -ba on a package with kmp subpackages it fails because /usr/lib/rpm/rpm-suse-kernel-module-subpackage scans for %name.spec in %_sourcedir. Actually when installing a source package with rpm the spec file is placed in /usr/src/packages/SPECS/ and not in /usr/src/packages/SOURCES/. So the script should look up the other directory as well if the file is not in the one looked up first.
I agree, and I'll fix it.
Done, thanks.