Thu, 03 Oct 2024 12:56:13 CST | login

Information for build dwz-0.14-3.el9

ID20362
Package Namedwz
Version0.14
Release3.el9
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/dwz.git#10abf5305b88870b48daa765e550fb441388c1ce
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 bydistrobuild
State complete
Volume DEFAULT
StartedSun, 03 Jul 2022 01:25:26 CST
CompletedSun, 03 Jul 2022 03:28:25 CST
Taskbuild (dist-circle9, /stage/rpms/dwz.git:10abf5305b88870b48daa765e550fb441388c1ce)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/dwz.git?#10abf5305b88870b48daa765e550fb441388c1ce'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
dwz-0.14-3.el9.src.rpm (info) (download)
aarch64
dwz-0.14-3.el9.aarch64.rpm (info) (download)
dwz-debuginfo-0.14-3.el9.aarch64.rpm (info) (download)
dwz-debugsource-0.14-3.el9.aarch64.rpm (info) (download)
i686
dwz-0.14-3.el9.i686.rpm (info) (download)
dwz-debuginfo-0.14-3.el9.i686.rpm (info) (download)
dwz-debugsource-0.14-3.el9.i686.rpm (info) (download)
ppc64le
dwz-0.14-3.el9.ppc64le.rpm (info) (download)
dwz-debuginfo-0.14-3.el9.ppc64le.rpm (info) (download)
dwz-debugsource-0.14-3.el9.ppc64le.rpm (info) (download)
s390x
dwz-0.14-3.el9.s390x.rpm (info) (download)
dwz-debuginfo-0.14-3.el9.s390x.rpm (info) (download)
dwz-debugsource-0.14-3.el9.s390x.rpm (info) (download)
x86_64
dwz-0.14-3.el9.x86_64.rpm (info) (download)
dwz-debuginfo-0.14-3.el9.x86_64.rpm (info) (download)
dwz-debugsource-0.14-3.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 * 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