4.0.4-alt100.65

- build: fixed a prehistoric bug in version compare algorithm.
This commit is contained in:
Дмитрий Левин 2013-01-27 02:13:33 +00:00
parent c6991af51a
commit 66fde39891

View File

@ -3,7 +3,7 @@
Name: rpm
Version: 4.0.4
Release: alt100.64
Release: alt100.65
%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')
@ -532,6 +532,9 @@ fi
%_bindir/rpm2cpio.static
%changelog
* Mon Jan 28 2013 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt100.65
- build: fixed old bugs in deps comparator related to release tags.
* Sun Jan 27 2013 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt100.64
- build: enhanced interdep algorithm further so that manual requirements
containing "<" or ">" operators are now left intact, while all