From 66fde39891c43ad4c925205b698021fc0db8f6a3 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 27 Jan 2013 02:13:33 +0000 Subject: [PATCH] 4.0.4-alt100.65 - build: fixed a prehistoric bug in version compare algorithm. --- rpm-4_0.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm-4_0.spec b/rpm-4_0.spec index 8eb46df..a1edf0a 100644 --- a/rpm-4_0.spec +++ b/rpm-4_0.spec @@ -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 4.0.4-alt100.65 +- build: fixed old bugs in deps comparator related to release tags. + * Sun Jan 27 2013 Dmitry V. Levin 4.0.4-alt100.64 - build: enhanced interdep algorithm further so that manual requirements containing "<" or ">" operators are now left intact, while all