Opened 6 years ago
Last modified 5 years ago
Reported by: lkundrak Assigned to: pmatilai Priority: major Milestone: rpm-4.9.0 Component: rpm Version: RPM Development Keywords: Cc:
Currently --specfile takes all package structures into account, even those which would not result in binary packages since they lack %files section. This typically causes trouble with packages that only build into subpackages, since the user has no way if finding out which packages would actually build.
To retain compatibility in that case this adds the source package to the list, using "src" as an arch, which makes it distinguishable from the binary packages.
0001-Consider-packages-that-would-build-with-specfile.patch (1.7 kB) - added by lkundrak on 08/19/09 16:40:59.
Ping?
Ping.
/me feels like no one loves him :(
/me thinks the more useful approach would be adding a method (cli switch or such) to access things from the source header instead. That avoids changing the output and makes various new things possible, such as querying sources/patches from the header.
I consider this fixed in HEAD now, although quite differently: