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:
parent
d71728c2c8
commit
3d92ea81b8
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: rpm-build
|
Name: rpm-build
|
||||||
Version: 4.0.4
|
Version: 4.0.4
|
||||||
Release: alt144
|
Release: alt145
|
||||||
|
|
||||||
%define ifdef() %if %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
|
%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')
|
%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
|
%files checkinstall
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 07 2020 Vitaly Chikunov <vt@altlinux.org> 4.0.4-alt144
|
||||||
- debuginfo: Fix processing of hard-linked binaries.
|
- debuginfo: Fix processing of hard-linked binaries.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user