Sat, 27 Apr 2024 11:03:57 UTC | login

Information for build rpkg-util-2.4-1.fc29

ID73514
Package Namerpkg-util
Version2.4
Release1.fc29
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#fa0e8cd85de2cf6afce2b51b07e6d5e543dcc6f7:
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 25 Sep 2018 08:51:50 UTC
CompletedTue, 25 Sep 2018 08:51:50 UTC
Tags
f29
f30
RPMs
src
rpkg-util-2.4-1.fc29.src.rpm (info) (download)
noarch
rpkg-2.4-1.fc29.noarch.rpm (info) (download)
Changelog * 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 * Thu Jul 27 2017 clime <clime@redhat.com> 0.8-1 - fix man pages to only include actually provided part of pyrpkg functionality - add rpkglib to provide functional interface - change summary of wrapper package * Wed Jul 26 2017 clime <clime@redhat.com> 0.7-1 - use %py2_build and %py2_install macros - explicitly invoke python2 for doc generation - remove no longer needed $BUILDROOT removal in %install clause - add missing BuildRequires on python-setuptools * Fri Jul 07 2017 clime <clime@redhat.com> 0.6-1 - fix build error * Tue Jun 27 2017 clime <clime@redhat.com> 0.5-1 - remove Requires bash-completion * Tue Jun 27 2017 clime <clime@redhat.com> 0.4-1 - move config file to /etc/rpkg.conf - add Requires bash-completion * Tue Jun 27 2017 clime <clime@redhat.com> 0.3-1 - remove some directories from %files in .spec - add (for now) short README.md * Tue Jun 20 2017 clime <clime@redhat.com> 0.2-1 - new rpkg-client package built with tito * Mon Jun 12 2017 clime <clime@redhat.com> 0.1-1 - Initial version