diff --git a/VERSION b/VERSION index 36c1d3970e..23d9d3a98c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -100.1 +103.0 diff --git a/avocado-plugins-vt.spec b/avocado-plugins-vt.spec index bb596824c4..f4af894809 100644 --- a/avocado-plugins-vt.spec +++ b/avocado-plugins-vt.spec @@ -10,10 +10,10 @@ %global gittar %{srcname}-%{version}.tar.gz %else %if ! 0%{?commit:1} - %global commit 22035893fc26a2a84f8e7a9cb6df21f596c1cda9 + %global commit d97da960fc67a4a05724947771846e25c5470f7f %endif %if ! 0%{?commit_date:1} - %global commit_date 20230119 + %global commit_date 20240125 %endif %global shortcommit %(c=%{commit};echo ${c:0:8}) %global gitrel .%{commit_date}git%{shortcommit} @@ -31,7 +31,7 @@ Summary: Avocado Virt Test Plugin Name: avocado-plugins-vt -Version: 100.1 +Version: 103.0 Release: 1%{?gitrel}%{?dist} License: GPLv2 Group: Development/Tools @@ -104,6 +104,9 @@ Xunit output, among others. %changelog +* Thu Jan 25 2024 Cleber Rosa - 103.0-1 +- New release + * Fri May 5 2023 Xu Han - 100.1-2 - Removed python3-devel dependency - Replaced passfd module with Python's built-in facility