4.0.4-alt4

This commit is contained in:
Дмитрий Левин 2002-09-09 10:53:54 +00:00
parent db39d10db2
commit 64d81fa68f

View File

@ -4,7 +4,7 @@
Name: rpm Name: rpm
Version: %rpm_version Version: %rpm_version
Release: alt3 Release: alt4
%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) %define get_dep() %(rpm -q --qf '%%{NAME} >= %%|SERIAL?{%%{SERIAL}:}|%%{VERSION}-%%{RELEASE}' %1 2>/dev/null)
@ -471,6 +471,13 @@ fi
%endif #with contrib %endif #with contrib
%changelog %changelog
* Mon Sep 09 2002 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt4
- new brp method: verify_elf.
- platform:
+ set %%_verify_elf_method to "normal";
+ added %set_verify_elf_method() macro;
+ set %%_configure_target to "--build=%%{_target_platform}".
* Thu Sep 05 2002 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt3 * Thu Sep 05 2002 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt3
- Fixed typo in %%install_info/%%uninstall_info macros (sb). - Fixed typo in %%install_info/%%uninstall_info macros (sb).
- brp-strip: - brp-strip: