-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jan Richter <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
104.0 | ||
109.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|