Unpackaged files in RPM

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2004-09-24 at 08:57, Jaroslaw Gorny wrote:

> BTW. how is it possible to buid an RPM package with unpackaged files?
> Always when I've got a wrong spec, rpmbuild finishes with sth. like
> "unpackaged files found..." and *.rpm is not created.

That's a feature, not a bug! ;)

http://www.rpm.org/hintskinks/unpackaged/

Leaving installed files unpackaged is often an indication that the
packager screwed up so recent versions of rpmbuild (>= 4.1 I think)
don't allow this by default. This is useful for finding packaging bugs.
However, if you can't get past this and really, really want the package
build to finish you can stick this in the spec file:

%define _unpackaged_files_terminate_build 0 
%define _missing_doc_files_terminate_build 0

But really, if there are no packaging bugs this just shouldn't be the
case, so in the general case doing this is a really Bad Idea. (See Mike
Harris's explanation in the link above.)

/Per

-- 
Per Bjornsson <perbj@xxxxxxxxxxxx>
Ph.D. Candidate, Department of Applied Physics, Stanford University



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux