On 2008-12-18 01:43:46 +0100, Pere Constans wrote:
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@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org