Fri, 20 Sep 2024 04:22:06 CST | login

Information for build jq-1.6-14.el9

ID24697
Package Namejq
Version1.6
Release14.el9
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/jq.git#c7b3573b184621468fa8aed9b3f6fd60d4ad9c7f
SummaryCommand-line JSON processor
Descriptionlightweight and flexible command-line JSON processor jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. It is written in portable C, and it has zero runtime dependencies. jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you'd expect.
Built bydistrobuild
State complete
Volume DEFAULT
StartedWed, 10 May 2023 16:07:29 CST
CompletedWed, 10 May 2023 16:16:27 CST
Taskbuild (dist-circle9, /stage/rpms/jq.git:c7b3573b184621468fa8aed9b3f6fd60d4ad9c7f)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/jq.git?#c7b3573b184621468fa8aed9b3f6fd60d4ad9c7f'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
jq-1.6-14.el9.src.rpm (info) (download)
aarch64
jq-1.6-14.el9.aarch64.rpm (info) (download)
jq-devel-1.6-14.el9.aarch64.rpm (info) (download)
jq-debuginfo-1.6-14.el9.aarch64.rpm (info) (download)
jq-debugsource-1.6-14.el9.aarch64.rpm (info) (download)
i686
jq-1.6-14.el9.i686.rpm (info) (download)
jq-devel-1.6-14.el9.i686.rpm (info) (download)
jq-debuginfo-1.6-14.el9.i686.rpm (info) (download)
jq-debugsource-1.6-14.el9.i686.rpm (info) (download)
ppc64le
jq-1.6-14.el9.ppc64le.rpm (info) (download)
jq-devel-1.6-14.el9.ppc64le.rpm (info) (download)
jq-debuginfo-1.6-14.el9.ppc64le.rpm (info) (download)
jq-debugsource-1.6-14.el9.ppc64le.rpm (info) (download)
s390x
jq-1.6-14.el9.s390x.rpm (info) (download)
jq-devel-1.6-14.el9.s390x.rpm (info) (download)
jq-debuginfo-1.6-14.el9.s390x.rpm (info) (download)
jq-debugsource-1.6-14.el9.s390x.rpm (info) (download)
x86_64
jq-1.6-14.el9.x86_64.rpm (info) (download)
jq-devel-1.6-14.el9.x86_64.rpm (info) (download)
jq-debuginfo-1.6-14.el9.x86_64.rpm (info) (download)
jq-debugsource-1.6-14.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Fri Nov 04 2022 Tomas Halman <thalman@redhat.com> - 1.6-6 - Add mantest to the gating - Related: rhbz#2049594 * Fri Oct 21 2022 Tomas Halman <thalman@redhat.com> - 1.6-13 - jq try/catch stops iteration over items Resolves: rhbz#2049594 * Mon Nov 15 2021 Tomas Halman <thalman@redhat.com> - Strip rpath from jq binary Related: rhbz#2008983 * Wed Sep 29 2021 Davide Cavalca <dcavalca@centosproject.org> - 1.6-10 - Backport PR#1752 to fix an integer logic issue Resolves: rhbz#2008983 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6-9 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.6-8 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Dec 05 2020 Richard W.M. Jones <rjones@redhat.com> - 1.6-6 - Use correct valgrind_arches macro to check for valgrind.