diff --git a/rpm-4_0.spec b/rpm-4_0.spec index 2c7b873..4b2e1bf 100644 --- a/rpm-4_0.spec +++ b/rpm-4_0.spec @@ -3,7 +3,7 @@ Name: rpm Version: 4.0.4 -Release: alt100.49 +Release: alt100.50 %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') @@ -506,6 +506,9 @@ fi %_bindir/rpm2cpio.static %changelog +* Mon May 21 2012 Dmitry V. Levin 4.0.4-alt100.50 +- Fixed build with ld --no-copy-dt-needed-entries. + * Fri May 11 2012 Dmitry V. Levin 4.0.4-alt100.49 - platform.in: Added %%_unitdir macro. - Fixed build with new automake.