Mailinglist Archive: opensuse-buildservice (233 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] openSuSE 11.1: Builds rpm and says failed
- From: Marcus Hüwe <suse-tux@xxxxxx>
- Date: Thu, 18 Dec 2008 01:57:47 +0100
- Message-id: <20081218005746.GB3158@xxxxxxxxxxxxxxxxxxx>
On 2008-12-18 01:43:46 +0100, Pere Constans wrote:
This is due to your spec file:
find . -type d -fprint $RPM_BUILD_DIR/file.list.%{name}.dirs
so your package will own dirs like /usr/bin etc. which are already owned
by the filesystem rpm. I would suggest to list the files manually in the
%files section instead of using such find commands.
Marcus
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
When building the rpms for suse 11.1 and factory I'm getting a failed
message,
eventhough the build went OK.
Does anybody have a guess on what's going on?
... checking filelist
The following directories from cb2bib-1.1.0-3.1.x86_64.rpm
are already part of the filesystem RPM:
/usr/bin
/usr/share
/usr/share/applications
/usr/share/pixmaps
This is due to your spec file:
find . -type d -fprint $RPM_BUILD_DIR/file.list.%{name}.dirs
so your package will own dirs like /usr/bin etc. which are already owned
by the filesystem rpm. I would suggest to list the files manually in the
%files section instead of using such find commands.
Marcus
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |