Bug 150119 - kmp packages cannot be built with rpmbuild
Summary: kmp packages cannot be built with rpmbuild
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Development (show other bugs)
Version: Beta 4
Hardware: All SuSE Linux 10.1
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Andreas Gruenbacher
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-10 23:13 UTC by Forgotten User OS1JNCFbCX
Modified: 2006-02-13 14:16 UTC (History)
2 users (show)

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Forgotten User OS1JNCFbCX 2006-02-10 23:13:15 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.
Comment 1 Andreas Gruenbacher 2006-02-13 11:00:43 UTC
I agree, and I'll fix it.
Comment 2 Andreas Gruenbacher 2006-02-13 14:16:59 UTC
Done, thanks.