Tue, 30 Apr 2024 16:22:21 UTC | login

Information for build dwz-0.14-3.el9sbase_901

ID46939
Package Namedwz
Version0.14
Release3.el9sbase_901
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/dwz#6970972b1f178c0c156354566d8ffb16a86bc7ea
SummaryDWARF optimization and duplicate removal tool
DescriptionThe dwz package contains a program that attempts to optimize DWARF debugging information contained in ELF shared libraries and ELF executables for size, by replacing DWARF information representation with equivalent smaller representation where possible and by reducing the amount of duplication using techniques from DWARF standard appendix E - creating DW_TAG_partial_unit compilation units (CUs) for duplicated information and using DW_TAG_imported_unit to import it into each CU that needs it.
Built bytdawson
State complete
Volume DEFAULT
StartedWed, 14 Jun 2023 22:17:25 UTC
CompletedWed, 14 Jun 2023 22:25:42 UTC
Taskbuild (isa9s-packages-baseline-el9sbase, /redhat/centos-stream/rpms/dwz:6970972b1f178c0c156354566d8ffb16a86bc7ea)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/dwz#6970972b1f178c0c156354566d8ffb16a86bc7ea'}}
Tags
isa9s-packages-baseline-candidate
isa9s-packages-baseline-testing
RPMs
src
dwz-0.14-3.el9sbase_901.src.rpm (info) (download)
x86_64
dwz-0.14-3.el9sbase_901.x86_64.rpm (info) (download)
dwz-debuginfo-0.14-3.el9sbase_901.x86_64.rpm (info) (download)
dwz-debugsource-0.14-3.el9sbase_901.x86_64.rpm (info) (download)
Logs
x86_64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
Changelog * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.14-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.14-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Tue Mar 09 2021 Jakub Jelinek <jakub@redhat.com> 0.14-1 - update to a new upstream release * Fri Jan 22 2021 Mark Wielaard <mjw@fedoraproject.org> 0.13-7 - Don't crash on DWARF5 .debug_line table with zero files (#1919243) * Thu Jan 21 2021 Jakub Jelinek <jakub@redhat.com> 0.13-6 - DW_FORM_implicit_const handling fixes (sw#27212, sw#27213) - temporarily build odr tests with -gdwarf-4 as they are incompatible with DWARF 5 * Mon Jan 18 2021 Jakub Jelinek <jakub@redhat.com> 0.13-5 - update to latest git snapshot - DWARF5 support * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 0.13-3 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Dec 11 2019 Jakub Jelinek <jakub@redhat.com> 0.13-1 - update to a new upstream release - add make check