4.0.4-alt100.59
- set.c: fixed sentinel allocation (by Alexey Tourbin).
This commit is contained in:
parent
f25f962fe6
commit
cbaa813035
@ -3,7 +3,7 @@
|
||||
|
||||
Name: rpm
|
||||
Version: 4.0.4
|
||||
Release: alt100.58
|
||||
Release: alt100.59
|
||||
|
||||
%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')
|
||||
@ -516,6 +516,9 @@ fi
|
||||
%_bindir/rpm2cpio.static
|
||||
|
||||
%changelog
|
||||
* Mon Dec 24 2012 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt100.59
|
||||
- set.c: fixed sentinel allocation (by Alexey Tourbin).
|
||||
|
||||
* Mon Dec 24 2012 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt100.58
|
||||
- rpmrc.in: changed to use -mtune=generic for all x86 flavours.
|
||||
- pkgconfig.req.files: changed to ignore file type and treat
|
||||
|
Loading…
Reference in New Issue
Block a user