Bug 625491

Summary: Review Request: patchelf - A utility for patching ELF binaries
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-package-review, notting, supercyper1
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-20 07:12:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Pisar 2010-08-19 15:43:47 UTC
Spec URL: http://ppisar.fedorapeople.org/patchelf/patchelf.spec
SRPM URL: http://ppisar.fedorapeople.org/patchelf/patchelf-0.5-1.fc13.src.rpm
Description:
PatchELF is a simple utility for modifying existing ELF executables and
libraries.  It can change the dynamic loader ("ELF interpreter") of
executables and change the RPATH of executables and libraries.

Scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=2411815

$ rpmlint  patchelf.spec ../SRPMS/patchelf-0.5-1.fc13.src.rpm ../RPMS/x86_64/patchelf-*
patchelf.src: W: spelling-error %description -l en_US executables -> executable, executable s, executants
patchelf.src: W: strange-permission patchelf-0.5.tar.bz2 0444L
patchelf.x86_64: W: spelling-error %description -l en_US executables -> executable, executable s, executants
patchelf.x86_64: W: no-manual-page-for-binary patchelf
3 packages and 1 specfiles checked; 0 errors, 4 warnings.

The `executables' is standard plural for `executable' noun.

$ rpm -pqlv ../RPMS/x86_64/patchelf-0.5-1.fc13.x86_64.rpm 
-rwxr-xr-x    1 root    root                    94400 srp 19 17:34 /usr/bin/patchelf
drwxr-xr-x    2 root    root                        0 srp 19 17:34 /usr/share/doc/patchelf-0.5
-rw-r--r--    1 root    root                    35147 led  1  1970 /usr/share/doc/patchelf-0.5/COPYING
-rw-r--r--    1 root    root                     2814 led  1  1970 /usr/share/doc/patchelf-0.5/README

Comment 1 Chen Lei 2010-08-20 03:31:17 UTC
It seems patchelf was already submitted in #602574 .

Comment 2 Petr Pisar 2010-08-20 07:12:31 UTC
I did a typo probably while searching for existing review. Thanks.

*** This bug has been marked as a duplicate of bug 602574 ***