awesome-dave1@xxxxxxxx wrote:
Hello, I've got an app that i'm trying to create an rpm for. I'm at the %files section in the .spec file, i am very unsure how to get these files list. Does anyone have a suggestion?
leave it empty, and do 'rpmbuild -bb foo.spec >/tmp/build.log'
It'll give you a list of all the files the %install stage installed in $RPM_BUILD_ROOT but weren't listed in the %files section to be included in the package.
-Thomas