4.0.4-alt100.75

- platform.in: added %add_debuginfo_skiplist and related macros.
- debugedit: enhanced error diagnostics.
This commit is contained in:
Дмитрий Левин 2013-10-29 00:52:21 +00:00
parent eb4ce41fd4
commit 24478642d6

View File

@ -3,7 +3,7 @@
Name: rpm
Version: 4.0.4
Release: alt100.74
Release: alt100.75
%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')
@ -530,6 +530,10 @@ fi
%_bindir/rpm2cpio.static
%changelog
* Tue Oct 29 2013 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt100.75
- platform.in: added %%add_debuginfo_skiplist and related macros.
- debugedit: enhanced error diagnostics.
* Mon Oct 28 2013 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt100.74
- debugedit: updated from rpm.org.