Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=751820 Ricardo Rocha <rocha.porto@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rocha.porto@xxxxxxxxx --- Comment #1 from Ricardo Rocha <rocha.porto@xxxxxxxxx> 2011-11-08 09:25:22 EST --- I had a look at the package to try to do an informal review (as part of my sponsorship process). It seems to fail during build: ... + install -pdm 755 /usr/bin install: cannot change permissions of `/usr/bin': Operation not permitted error: Bad exit status from /var/tmp/rpm-tmp.10463 (%install) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.10463 (%install) Child returncode was: 1 EXCEPTION: Command failed. See logs for output. which looks consistent, you're trying to change permissions of /usr/bin. Maybe remove this line in the spec? ... %install install -pdm 755 $RPM_BUILD_ROOT%{_bindir} ... I can have another look once it builds. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review