4.0.4-alt145

- brp-debuginfo: fixed regression (in handling of packages containing
  ELF relocatable objects) introduced in 4.0.4-alt142.
This commit is contained in:
Дмитрий Левин 2020-07-08 08:00:00 +00:00
parent d71728c2c8
commit 3d92ea81b8

View File

@ -5,7 +5,7 @@
Name: rpm-build
Version: 4.0.4
Release: alt144
Release: alt145
%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,10 @@ mv -T %buildroot%_rpmlibdir/{,build}macros
%files checkinstall
%changelog
* Wed Jul 08 2020 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt145
- brp-debuginfo: fixed regression (in handling of packages containing
ELF relocatable objects) introduced in 4.0.4-alt142.
* Tue Jul 07 2020 Vitaly Chikunov <vt@altlinux.org> 4.0.4-alt144
- debuginfo: Fix processing of hard-linked binaries.