Changelog for
copr-rpmbuild-0.40-1.fc33.x86_64.rpm :
* Mon Aug 10 2020 Pavel Raiskup
0.40-1- provide the \"dynamic\" %buildtag- define config_opts[\'root\'] mock config for make srpm method
* Tue Jun 09 2020 Pavel Raiskup 0.39-1- more work delegate to builder scripts from backend- don\'t delete the \"old\" .rpmnew files- fix macro in comment (rpmlint)
* Fri Apr 03 2020 Pavel Raiskup 0.38-1- do not scrub mock caches, to re-use dnf/yum caches- scrub chroot and bootstrap chroot when build is done- invent /etc/copr-rpmbuild/mock-config-overrides config dir- print human friendly error for nonexisting subdirectory- less verbose error output
* Wed Feb 19 2020 Pavel Raiskup 0.37-1- add tests that we properly cleanup tmp directories- mock 2.0: config s/use_bootstrap_container/use_bootstrap/- mock 2.0: disable bootstrap chroot for make_srpm method- put complete set of mock configs to resultdir, in tarball- mock 2.0: use dnf.conf/yum.conf automatically- make sure builders have the latest libsolv
* Thu Feb 06 2020 Pavel Raiskup 0.36-1- do not fail if we can not remove temporary we created
* Wed Feb 05 2020 Pavel Raiskup 0.35-1- mock config - module_enable needs to be an array- catch FileExistsError in python2 compatible manner
* Wed Feb 05 2020 Pavel Raiskup 0.34-1- don\'t create unnecessary tmp directory- prefix the name of all copr-rpmbuild temporary directory- properly cleanup after obtaining sources, and build failure- add support for mock\'s module_enable
* Fri Dec 06 2019 Pavel Raiskup 0.33-1- rpmbuild: skip_if_unavailable=1 for non-ACR projects
* Wed Dec 04 2019 Pavel Raiskup 0.32-1- fix custom method for F31\'s nspawn (--console=pipe is not default)- buildrequires: add qemu-user-static for building armhfp- module_hotfixes support- define %copr_username again on copr builders- skip_if_unavailable=False for copr_base
* Wed Jul 31 2019 Pavel Raiskup 0.31-1- rpmbuild: make sure librepo/libdnf is always up2date
* Mon Jul 29 2019 Pavel Raiskup 0.30-1- drop SCM parameters from copr-rpmbuild- implement --task-file and --task-url parameters (issue#517)
* Fri Jun 07 2019 Pavel Raiskup 0.29-1- clean /var/cache/mock automatically
* Mon May 27 2019 Pavel Raiskup 0.28-1- don\'t use --private-users=pick
* Mon May 20 2019 Pavel Raiskup 0.27-1- enforce use_host_resolv- require even nosync.i686
* Tue May 14 2019 Pavel Raiskup 0.26-1- [rpmbuild] ansible_python_interpreter: /usr/bin/python3- [rpmbuild] install dnf-utils instead of yum-utils on Fedora- [rpmbuild] builder: document some of the requires- [rpmbuild] builder: merge dependencies from playbooks- [rpmbuild] don\'t define %_disable_source_fetch- [rpmbuild] use six.moves.urllib.parse- [rpmbuild] download srpm/spec if url contains query string
* Wed Apr 24 2019 Jakub Kadlčík 0.25-1- remove dependency on python3-configparser
* Thu Jan 10 2019 Miroslav Suchý 0.24-1- create copr-rpmbuild-all subpackage- Fix `copr-cli mock-config` after switching to APIv3 by preprocessing repos onfrontend- add python-srpm-macros- print nice error when suggested package is not installed- tito and rpkg should be required only by copr-builder- create copr-builder- let mock rootdir generation on clients- rename repos \'url\' attribute to \'baseurl\'- provide repo_id in project chroot build config- Allow per-package chroot-blacklisting by wildcard patterns- preprocess repo URLs on frontend- revert back Suggests- drop \"downloading\" state- allow blacklisting packages from chroots
* Fri Oct 19 2018 Miroslav Suchý 0.23-1- /usr/bin/env python3 -> /usr/bin/python3- nicer live logs
* Tue Sep 18 2018 clime 0.22-1- make spec_template for pypi in build config optional- EPEL6 fixes- EPEL7 fixes- Merge #393 `use git_dir_archive instead of git_dir_pack`- handle non-existent chroot for given build-id- fix requests exception- add support for copr://- generate some sane mock root param when --copr arg is used- add --copr arg to build/dump-configs against copr+chroot build defs- pg#251 Make it possible for user to select pyp2rpm template- --dump-configs option
* Wed Aug 29 2018 clime 0.21-1- [rpmbuild] add possibility to supply rpkg.conf in top-level scm dir- packaging: Python 2/3, RHEL/Fedora fixes