4.0.4-alt147

- debuginfo: Show warnings if .debug sections are absent.
This commit is contained in:
Виталий Чикунов 2020-08-21 19:23:06 +03:00
parent a64fcaf7a3
commit 5b7f0b0e50

View File

@ -5,7 +5,7 @@
Name: rpm-build
Version: 4.0.4
Release: alt146
Release: alt147
%define ifdef() %if %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
%define get_dep() %(rpm -q --qf '%%{NAME} >= %%|SERIAL?{%%{SERIAL}:}|%%{VERSION}-%%{RELEASE}' %1 2>/dev/null || echo '%1 >= unknown')
@ -408,6 +408,9 @@ mv -T %buildroot%_rpmlibdir/{,build}macros
%files checkinstall
%changelog
* Fri Aug 21 2020 Vitaly Chikunov <vt@altlinux.org> 4.0.4-alt147
- debuginfo: Show warnings if .debug sections are absent.
* Thu Jul 09 2020 Vitaly Chikunov <vt@altlinux.org> 4.0.4-alt146
- brp-debuginfo: Re-enable processing of kernel modules.
- debuginfo.req: Fix 'vmlinux' processing error on ppc64le.