From 622ef2f95bc51348d487fb27180106b75ce2c0c3 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Tue, 12 Mar 2019 13:22:41 +0100 Subject: [PATCH] Update git submodules * Update rpm-packaging-tools from branch 'master' - Fix reporting when package version is unset When a package tracks a stable branch rather than release, the spec file doesn't contain a specific version number and so the status tool usually reports it as "{{ py2rpmversion() }}" which gets converted to a Version object that uses version 0.0. This causes the report to make it appear like this packages need to be upgraded, but in reality no changes are needed because they automatically track the branch. This change detects versions like this and reports them as "ok" instead of "needs upgrade". Change-Id: Ia1191c6c0938e78d8824cb8d893d561ddd99de4a --- rpm-packaging-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm-packaging-tools b/rpm-packaging-tools index d4dc71da24..9d04d1583c 160000 --- a/rpm-packaging-tools +++ b/rpm-packaging-tools @@ -1 +1 @@ -Subproject commit d4dc71da24551970bfe062d863623860b7e0d792 +Subproject commit 9d04d1583c463a69d41a407b398354ddf9f314f9