4.0.4-alt47

This commit is contained in:
Дмитрий Левин 2005-07-01 10:48:08 +00:00
parent 1eedbeba03
commit 81ae84ec65

View File

@ -6,7 +6,7 @@
Name: %rpm_name Name: %rpm_name
Version: %rpm_version Version: %rpm_version
Release: alt46 Release: alt47
%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')
@ -512,6 +512,10 @@ fi
%endif #with contrib %endif #with contrib
%changelog %changelog
* Fri Jul 01 2005 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt47
- shell.req:
redirected test run of "bash --rpm-requires" to /dev/null.
* Wed Jun 29 2005 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt46 * Wed Jun 29 2005 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt46
- lib/header.c: - lib/header.c:
parseFormat(): allocate necessary memory for arrays parseFormat(): allocate necessary memory for arrays