Thu, 25 Apr 2024 10:39:29 UTC | login

Information for build rpkg-util-2.7-4.fc32

ID132340
Package Namerpkg-util
Version2.7
Release4.fc32
Epoch
SummaryRPM packaging utility
DescriptionThis package contains the rpkg utility. We are putting the actual 'rpkg' package into a subpackage because there already exists package https://src.fedoraproject.org/rpms/rpkg. That package, however, does not actually produce rpkg rpm whereas rpkg-util does.
git+ssh://git@pagure.io/rpkg-util.git#ecfcf3b21bc2dcd25895a39427693e11be28edc9:
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 23 Dec 2019 16:59:22 UTC
CompletedMon, 23 Dec 2019 16:59:22 UTC
Tags
f32
f33
RPMs
src
rpkg-util-2.7-4.fc32.src.rpm (info) (download)
noarch
rpkg-2.7-4.fc32.noarch.rpm (info) (download)
Changelog * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.7-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.7-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Mar 11 2019 clime <clime@redhat.com> 2.7-1 - remove dependency on python3-configparser * Wed Sep 26 2018 clime <clime@redhat.com> 2.6-1 - be more specific about auto-packing deprecation - fix encoding issues on python2 with POSIX locale set - fix invalid arguments to setopt on EPEL * Tue Sep 18 2018 clime <clime@redhat.com> 2.5-1 - EPEL6 fixes - resolve SafeConfigParser deprecation warning - EPEL fixes, old git + python related issues - remove unneded format for tag sorting * Wed Aug 29 2018 clime <clime@redhat.com> 2.4-1 - fix pg#13: print out more information when lookaside cache is missing - fix verrel command * Thu Aug 02 2018 clime <clime@redhat.com> 2.3-1 - tar >= 1.28 condition no longer needed as we dropped --exclude-vcs-ignores - instead of tar --exclude-vcs-ignores, get the exclude list by git check-ignore - fix rpkg srpm completion - switch to git_dir_* macros - fix no tagname given for rpkg tag -d - fix for new pyrpkg - improve git_archive logging info - print help if no command is given - add comments to the example config file in man pages - fix name suffixing for git_cwd and git_dir macros on top-level dir - follow redirects when downloading sources - add __pycache__ into .gitignore - zero umask before creating /tmp/rpkg, ad. #4a4311a - add log info about path being packed into git_pack - return back python2 support - create /tmp/rpkg as writeable by all with sticky bit set - explicitly mention needed version of git and tar in the spec file - #8 rpkg error when EDITOR="gvim -f" * Wed May 02 2018 clime <clime@redhat.com> 2.2-1 - python3 migration - fix pack_sources script for (sym)linked paths - fix test dependancy on a parent git repo existance * Fri Apr 27 2018 clime <clime@redhat.com> 2.1-1 - filter GIT_DISCOVERY_ACROSS_FILESYSTEM not set in tests * Fri Apr 27 2018 clime <clime@redhat.com> 2.0-1 - slight update in man pages - fix copr build - arch param renamed to target + fix tests - allow --with/--without/--arch for srpm generation * Thu Apr 19 2018 clime <clime@redhat.com> 2.rc2-1 - implement --with/--without for local, install, prep, compile - add --follow-tags for push - fix Git protocol Url parsing for ns_module_name - fix setup.py not to install tests dir * Mon Apr 16 2018 clime <clime@redhat.com> 2.rc1-1 - set follow to rc1 - limit renderred commits in tag changelog to path - invert (fix) logic git_changelog's since_tag and until_tag for non-existentent tags - move ~/.config/rpkg to ~/.config/rpkg.conf * Mon Apr 09 2018 clime <clime@redhat.com> 1.0-1 - spec templates basic impl - basic command set pretty much determined - project tagging implemented - examples and man pages - rename of package wrapper to rpkg-util - provide features to manage .spec enriched git projects * Sun Feb 18 2018 clime <clime@redhat.com> 0.14-1 - fix error when redownloading sources - do not invoke parent's module_name in load_ns_module_name - fix python builddeps naming * Mon Dec 04 2017 clime <clime@redhat.com> 0.13-1 - add LICENSE to ignored file regex * Mon Oct 23 2017 clime <clime@redhat.com> 0.12-1 - respect hashtype from the sources file if any * Fri Oct 20 2017 clime <clime@redhat.com> 0.11-1 - set default distgit target to src.fedoraproject.org - fix downloading sources for any-length-namespace modules - make the whole lookaside url template explict in the config file - rename 'rpkg' config section to 'distgit' - update in command descriptions * Wed Oct 18 2017 clime <clime@redhat.com> 0.10-1 - possibility to give directory to --spec - also take --spec in account for rpmdefines * Mon Oct 16 2017 clime <clime@redhat.com> 0.9-1 - update spec descriptions - added is-packed subcommand - try reading ~/.config/rpkg before /etc/rpkg - add unittests - for source downloading, try both url formats with/without hashtype - add make-source subcommand - patch srpm to generate Source0 if unpacked content - override load_ns_module_name to work with any length namespaces - added --spec for srpm, make-source, and copr-build - fixed tagging not to include host dist tag - docs update - make all config values optional