Skip to content

Commit

Permalink
Release 109.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja committed Jan 14, 2025
1 parent fc37acd commit 0812d4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
104.0
109.0
9 changes: 6 additions & 3 deletions avocado-plugins-vt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
%global gittar %{srcname}-%{version}.tar.gz
%else
%if ! 0%{?commit:1}
%global commit 26b8e6815d5fe48f8b41d2c45f2d5c8ee16cd0af
%global commit fc37acd5ec9b7dc2ea6d29b60729fe0ff9480e62
%endif
%if ! 0%{?commit_date:1}
%global commit_date 20240320
%global commit_date 20250113
%endif
%global shortcommit %(c=%{commit};echo ${c:0:8})
%global gitrel .%{commit_date}git%{shortcommit}
Expand All @@ -31,7 +31,7 @@

Summary: Avocado Virt Test Plugin
Name: avocado-plugins-vt
Version: 104.0
Version: 109.0
Release: 1%{?gitrel}%{?dist}
License: GPLv2
Group: Development/Tools
Expand Down Expand Up @@ -104,6 +104,9 @@ Xunit output, among others.


%changelog
* Wed Jan 14 2025 Jan Richter <[email protected]> - 109.0-1
- New release

* Wed Mar 20 2024 Cleber Rosa <[email protected]> - 104.0-1
- New release

Expand Down

0 comments on commit 0812d4d

Please sign in to comment.