4.0.4-alt160

- Add a wrapper for install in %install section to skip strip.
This commit is contained in:
Виталий Чикунов 2020-12-14 22:00:50 +03:00
parent a2e3f87824
commit ac623ad5b7

View File

@ -5,7 +5,7 @@
Name: rpm-build
Version: 4.0.4
Release: alt159
Release: alt160
%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')
@ -411,6 +411,9 @@ mv -T %buildroot%_rpmlibdir/{,build}macros
%files checkinstall
%changelog
* Tue Dec 15 2020 Vitaly Chikunov <vt@altlinux.org> 4.0.4-alt160
- Add a wrapper for install in %%install section to skip strip.
* Sun Dec 13 2020 Vitaly Chikunov <vt@altlinux.org> 4.0.4-alt159
- rpmio: Lower memory limit on 32-bit systems for xz compression.
- rpmio: Make liblzma errors more verbose.