diff --git a/rpm-4_0.spec b/rpm-4_0.spec index 7a3e089..09f82de 100644 --- a/rpm-4_0.spec +++ b/rpm-4_0.spec @@ -4,7 +4,7 @@ Name: %rpm_name Version: %rpm_version -Release: alt98.6 +Release: alt98.7 %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') @@ -521,6 +521,11 @@ fi %endif #with contrib %changelog +* Thu Apr 23 2009 Dmitry V. Levin 4.0.4-alt98.7 +- platform.in (%%configure): Do not run libtoolize, to avoid + "libtool version mismatch" disaster. +- python: Fixed build with libtool. + * Thu Apr 23 2009 Alexey Tourbin 4.0.4-alt98.6 - rpmdb: Rebuilt with libdb4.7.