Information for build copr-rpmbuild-1.3-1.fc42

ID1271
Package Namecopr-rpmbuild
Version1.3
Release1.fc42
Epoch
DraftFalse
SummaryRun COPR build tasks
DescriptionProvides command capable of running COPR build-tasks. Example: copr-rpmbuild 12345-epel-7-x86_64 will locally build build-id 12345 for chroot epel-7-x86_64.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 09 Jun 2025 16:09:14 UTC
CompletedMon, 09 Jun 2025 16:09:14 UTC
Tags
f42
RPMs
src
copr-rpmbuild-1.3-1.fc42.src.rpm (info) (download)
riscv64
copr-builder-1.3-1.fc42.riscv64.rpm (info) (download)
copr-rpmbuild-1.3-1.fc42.riscv64.rpm (info) (download)
Changelog * Tue Mar 25 2025 Pavel Raiskup <praiskup@redhat.com> 1.3-1 - ignore unicode errors some commands' output - custom method - do not rely on working `/bin/su` in chroot - migrate os.listdir() to os.scandir() to increase performance - do not build package for i686 architecture - skip build only there are no unexpanded macros in ExclusiveArch/ExcludeArch * Tue Nov 19 2024 Pavel Raiskup <praiskup@redhat.com> 1.2-1 - change the pyp2spec invocation for v0.10.0+ * Tue Oct 22 2024 Jakub Kadlcik <frostyx@email.cz> 1.1-1 - Make_srpmbuild, set recursive safe.directory - Activate Red Hat subscription on demand - Drop six usage (this is a Python 3 only package) - Add tooling for "safer" RH subscription * Wed Oct 02 2024 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.0-1 - Specify snippets to mock config via copr-rpmbuild config file - Increase the custom method timeout to 90 minutes - Use new dist-git-client instead of copr one - Add diff.txt file for fedora review - When `copr-builder release` set timestamp 0 * Tue May 21 2024 Jakub Kadlcik <frostyx@email.cz> 0.73-1 - Remove static methods from tests * Sat Mar 16 2024 Pavel Raiskup <praiskup@redhat.com> 0.72-1 - don't clean after builds with user ssh access * Fri Mar 01 2024 Pavel Raiskup <praiskup@redhat.com> 0.71-1 - don't set bootstrap_image_ready for rawhide - no Jinja-vars in config_opts keys (mock-core-configs 40.2 compat) - allow user SSH to builders - fix copr-rpmbuild --dump-configs - install copr-distgit-client with copr-rpmbuild * Thu Nov 23 2023 Pavel Raiskup <praiskup@redhat.com> 0.70-1 - collect and compress fedora-review logs after run - use Copr custom macros when parsing the specfile * Tue Aug 15 2023 Pavel Raiskup <praiskup@redhat.com> 0.69-1 - require python-specfile (in new enough) version, and use it for specfile parsing instead of parsing the metadata from SRPMs - make sure we have (also) the latest DNF5 on builders - override disttag macro to None - make sure detected epoch is int() or None - build RPMs in one Mock step, instead of two (SRPM and then RPM) - use Mock's bootstrap_image_ready for the custom build (Mock 5.0+ required) - store review.json generated by fedora-review into the result directory - better/more verbose logging in the results.json generator - drop dependency on simplejson - repeatedly try to download files from lookaside cache - moving the package NEVRA parsing to from backend here into copr-rpmbuild - priority=X support added for the Copr repository itself - query exclusivearch and excludearch from the specfile, and store into results.json * Tue May 23 2023 Jakub Kadlcik <frostyx@email.cz> 0.68-1 - Fix python3-backoff dependency * Mon May 22 2023 Jakub Kadlcik <frostyx@email.cz> 0.67-1 - Add loggs to python-backoff decorator - Set git.safe_directory as repo rootdir - Explain how to reproduce the build locally - Retry only git clone without checkouting - Use git checkout instead of switch but ignore files * Tue Apr 04 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 0.66-1 - Ise 'git switch', not 'git checkout'