rpmbuild - empty RPMS directory

Michael Schwendt mschwendt at gmail.com
Tue Sep 15 13:55:20 UTC 2015


On Tue, 15 Sep 2015 13:58:38 +0200, arnaud gaboury wrote:

> Checking for unpackaged file(s): /usr/lib/rpm/check-files
> ......................................................
> 
> These last lines are part of the %file section,

Why have you deleted the lines?
What did they tell?

You've quoted lots of irrelevant output from rpmbuild. Relevant would
be the output from the %install section and the check-files phase.
It examines the %buildroot and compares the contents with all your
%files sections. Every file in the %buildroot must be covered by
your %files sections. And the %files sections must not list any
files not found in the %buildroot. It's really simple.


More information about the devel mailing list