[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: RE: Binary RPM | user defined name
- From: David Nečas (Yeti) <yeti physics muni cz>
- To: RPM Package Manager <rpm-list redhat com>
- Subject: Re: RE: Binary RPM | user defined name
- Date: Wed, 1 Nov 2006 09:23:05 +0100
On Wed, Nov 01, 2006 at 01:31:48PM +0530, Lis Maria Thomas wrote:
> The problem I am facing is, when I install nameiwant-1.0-3.i386.rpm ,
> it is not installing the files that I have mentioned in the %files
> section of the spec file.
Build format is a *format*. If you define it to a fixed
name, *all* created packages will share this name.
Including the debuginfo one. Since all have the same name,
they overwrite each other and the final rpm will consists of
the last written package -- in this case it is debuginfo --
all others are lost.
To sum it up: don't do that then.
Yeti
--
Whatever.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]