[Bug 751820] Review Request: pius - A tool for signing and emailing all UIDs on a set of PGP keys.

bugzilla at redhat.com bugzilla at redhat.com
Tue Nov 8 14:25:23 UTC 2011


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 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rocha.porto at gmail.com

--- Comment #1 from Ricardo Rocha <rocha.porto at gmail.com> 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.



More information about the package-review mailing list