4.0.4-alt100.50

- Fixed build with ld --no-copy-dt-needed-entries.
This commit is contained in:
Дмитрий Левин 2012-05-21 01:33:43 +00:00
parent 787f805585
commit cacba087ef

View File

@ -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 <ldv@altlinux.org> 4.0.4-alt100.50
- Fixed build with ld --no-copy-dt-needed-entries.
* Fri May 11 2012 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt100.49
- platform.in: Added %%_unitdir macro.
- Fixed build with new automake.