[lug] another fedora rpm build question

Tom Tromey tromey at redhat.com
Fri Jul 15 10:00:41 MDT 2005


>>>>> ">" == D Stimits <stimits at comcast.net> writes:

>> Up to this point all seems good. It now fails:
>> Checking for unpackaged file(s): /usr/lib/rpm/check-files
>> ~/rpm/tmp/libMyLib-0.0.0-1
>> error: Installed (but unpackaged) file(s) found:
>>     /usr/lib/libMyLib.so
>>     /usr/lib/libMyLib.so.0
>>     /usr/lib/libMyLib.so.0.0
>>     /usr/lib/libMyLib.so.0.0.0

>> To me it looks like I now need to instruct it to create the binary
>> i386 rpm via these files, and remove the temp stuff. In srpms, is
>> there any special macro that will tell it to use this location to
>> create the i386? Is there some macro I can use to tell it to create
>> the devel rpm that contains the header file and man page? It builds
>> the binary files, now I need to find out how to take it to the next
>> step.

You either want to list these in a %files section for one of the
binary RPMs you are generating, or you want to:

%define _unpackaged_files_terminate_build 0

at the top of your .spec file.

Tom



More information about the LUG mailing list