-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2011-7646 2011-05-28 23:33:49 --------------------------------------------------------------------------------
Name : fedora-packager Product : Fedora 14 Version : 0.5.9.2 Release : 1.fc14 URL : https://fedorahosted.org/fedora-packager Summary : Tools for setting up a fedora maintainer environment Description : Set of utilities useful for a fedora packager in setting up their environment. -------------------------------------------------------------------------------- Update Information: Bugfix update and remove the branch checking stuff -------------------------------------------------------------------------------- ChangeLog: * Sun May 22 2011 Jesse Keating <[email protected]> - 0.5.9.2-1 - Strip the .py off of fixbranches (jkeating) - Unconditionally check for new branch style (jkeating) - Stop setting push.default (#705468) (jkeating) - Make sure packages are built before lint (#702893) (jkeating) - Except more build submission errors (#702235) (jkeating) - Move the fixbranches.py script out of the $PATH (#698646) (jkeating) - fedpkg: Support branch completion on non-default remotes (tmz) - fedpkg: Update bash completion for new branch names (tmz) - Fix retiring a package with a provided message (#701626) (jkeating) - add arm specific and s390 specific packages so they get sent to the right place (dennis) - initial go at using consistent targets across all targets dist-rawhide is still used for master branch (dennis) - only pass in a target arch to local builds when specified on the command line some arches notably x86, arm and sparc dont build for the base arch you end up with .i386 .arm or .sparc rpms when you really want something else (dennis) * Thu Apr 14 2011 Jesse Keating <[email protected]> - 0.5.9.0-1 - Add a check for new-style branches (jkeating) - Add a force option (jkeating) - Add ability to check status of conversion (jkeating) - Add a dry-run option (jkeating) - Add a client side script to fix branch data (jkeating) * Sat Apr 9 2011 Jesse Keating <[email protected]> - 0.5.8.1-1 - Man page comment syntax fix. (ville.skytta) - Make sure the bodhi.template file got written out (#683602) (jkeating) - Wrap the diff in a try (#681789) (jkeating) - Don't try to upload directories. (#689947) (jkeating) - Fix tag-request (#684418) (jkeating) * Fri Mar 4 2011 Jesse Keating <[email protected]> - 0.5.7.0-1 - If chain has sets, handle them right (#679126) (jkeating) - Fix "fedpkg help" command (make it work again) (#681242) (hun) - Always generate a new srpm (#681359) (jkeating) - Fix up uses of path (ticket #96) (jkeating) - Clean up hardcoded "origin" (ticket #95) (jkeating) - Fix obvious error in definition of curl command (pebolle) * Wed Feb 23 2011 Jesse Keating <[email protected]> - 0.5.6.0-1 - Fix improper use of strip() (jkeating) - Improve the way we detect branch data (jkeating) - Fix clone to work with old/new branch styles (jkeating) - Add new and old support to switch_branches (jkeating) - Update the regexes used for finding branches (jkeating) - Don't use temporary editor files for spec (#677121) (jkeating) - fedpkg requires rpm-build (#676973) (jkeating) - Don't error out just from stderr from rpm (jkeating) * Wed Feb 9 2011 Jesse Keating <[email protected]> - 0.5.5.0-1 - Re-add 'lint' command hookup into argparse magic (hun) - Catch errors parsing spec to get name. (#676383) (jkeating) * Wed Feb 9 2011 Jesse Keating <[email protected]> - 0.5.4.0-1 - Re-arrange verify-files and slight fixups (jkeating) - Add "fedpkg verify-files" command (hun) - Provide feedback about new-ticket. (ticket 91) (jkeating) - Add the new pull options to bash completion (jkeating) - Add a --rebase and --no-rebase option to pull (jkeating) - Update the documentation for a lot of commands (jkeating) - Handle working from a non-existent path (#675398) (jkeating) - Fix an traceback when failing to watch a build. (jkeating) - Handle arches argument for scratch builds (#675285) (jkeating) - Trim the "- " out of clogs. (#675892) (jkeating) - Exit with an error when appropriate (jkeating) - Add build time man page generator (hun) - Add help text for global --user option (hun) - Move argparse setup into parse_cmdline function (hun) - Require python-hashlib on EL5 and 4 (jkeating) - Catch a traceback when trying to build from local branch (jkeating) * Mon Jan 31 2011 Jesse Keating <[email protected]> 0.5.3.0-1 - Catch the case where there is no branch merge point (#622592) (jkeating) - Fix whitespace (jkeating) - Add an argument to override the "distribution" (jkeating) - upload to lookaside cache tgz files (dennis) - Handle traceback if koji is down or unreachable. (jkeating) - If we don't have a remote branch, query koji (#619979) (jkeating) - Add a method to create an anonymous koji session (jkeating) - Make sure we have sources for mockbuild (#665555) (jwboyer) (jkeating) - Revert "Make sure we have an srpm when doing a mockbuild (#665555)" (jkeating) - Regenerate the srpm if spec file is newer (ticket #84) (jkeating) - Improve cert failure message (Ticket 90) (jkeating) - Get package name from the specfile. (Ticket 75) (jkeating) - Handle anonymous clones in clone_with_dirs. (#660183) (ricky) - Make sure we have an srpm when doing a mockbuild (#665555) (jkeating) - Catch all errors from watching tasks. (#670305) (jkeating) - Fix a traceback when koji goes offline (#668889) (jkeating) - Fix traceback with lint (ticket 89) (jkeating) * Wed Jan 5 2011 Dennis Gilmore <[email protected]> - 0.5.2.0-1 - new release see ChangeLog -------------------------------------------------------------------------------- References: [ 1 ] Bug #705468 - Stop setting push.default = tracking in fedpkg https://bugzilla.redhat.com/show_bug.cgi?id=705468 [ 2 ] Bug #702893 - [abrt] fedpkg-0.5.9.0-1.fc14: __init__.py:1653:lint:OSError: [Errno 2] No such file or directory: '/home/jeff/fedpkg/gourmet/noarch' https://bugzilla.redhat.com/show_bug.cgi?id=702893 [ 3 ] Bug #702235 - [abrt] fedpkg-0.5.9.0-1.fc15: urllib2.py:1161:do_open:URLError: <urlopen error [Errno 110] Connection timed out> https://bugzilla.redhat.com/show_bug.cgi?id=702235 [ 4 ] Bug #698646 - fedpkg - annoying bash completion https://bugzilla.redhat.com/show_bug.cgi?id=698646 [ 5 ] Bug #701626 - [abrt] fedpkg-0.5.9.0-1.fc14: __init__.py:828:retire:UnboundLocalError: local variable 'msg' referenced before assignment https://bugzilla.redhat.com/show_bug.cgi?id=701626 [ 6 ] Bug #697240 - [abrt] fedpkg-0.5.7.0-1.fc15: __init__.py:774:retire:UnboundLocalError: local variable 'msg' referenced before assignment https://bugzilla.redhat.com/show_bug.cgi?id=697240 -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update fedora-packager' at the command line. For more information, refer to "Managing Software with yum", available at http://docs.fedoraproject.org/yum/. All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
