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 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Ricardo Rocha <[email protected]> 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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to