forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 0
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: Cleber Rosa <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 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 @@ | ||
98.0 | ||
100.1 |
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 014eae5404d56c476182ef30ebbb2c4079c16f0f | ||
%global commit 22035893fc26a2a84f8e7a9cb6df21f596c1cda9 | ||
%endif | ||
%if ! 0%{?commit_date:1} | ||
%global commit_date 20220714 | ||
%global commit_date 20230119 | ||
%endif | ||
%global shortcommit %(c=%{commit};echo ${c:0:8}) | ||
%global gitrel .%{commit_date}git%{shortcommit} | ||
|
@@ -31,8 +31,8 @@ | |
|
||
Summary: Avocado Virt Test Plugin | ||
Name: avocado-plugins-vt | ||
Version: 98.0 | ||
Release: 2%{?gitrel}%{?dist} | ||
Version: 100.1 | ||
Release: 1%{?gitrel}%{?dist} | ||
License: GPLv2 | ||
Group: Development/Tools | ||
URL: http://avocado-framework.readthedocs.org/ | ||
|
@@ -104,6 +104,9 @@ Xunit output, among others. | |
|
||
|
||
%changelog | ||
* Thu Jan 19 2023 Cleber Rosa <[email protected]> - 100.1-1 | ||
- New release | ||
|
||
* Thu Jul 20 2022 Xu Han <[email protected]> - 98.0-2 | ||
- Removed python3-netaddr dependency | ||
|
||
|