Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=904798

T.C. Hollingsworth <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|fedora-review?              |
              Flags|                            |fedora-review+

--- Comment #10 from T.C. Hollingsworth <[email protected]> ---
% rpmlint SRPMS/sfact-0.0-3.20130128gitbc56c68.fc18.src.rpm 
sfact.src: W: strange-permission sfact 0755L
sfact.src: W: strange-permission sfact-craft 0755L
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

Changelog warning gone.

% cat SOURCES/sfact
#!/bin/bash
exec python /usr/lib/python2.7/site-packages/sfact/sfact.py "$@"
exit $?
% cat SOURCES/sfact-craft 
#!/bin/bash
echo "Using pypy, you can ignore Tkinter warnings"
exec pypy
/usr/lib/python2.7/site-packages/sfact/skeinforge_application/skeinforge_utilities/skeinforge_craft.py
"$@"
exit $?

The `exit $?` lines are useless now that exec is used, but harmless.

This package is APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=KJBH4ha9FG&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to