-
Notifications
You must be signed in to change notification settings - Fork 242
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 @@ | ||
69.0 | ||
70.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 0f5ea15d9d986f21313d18b6a21fa0e70806772b | ||
%global commit 17fbd21db453019632f1d81a173c13587d03a717 | ||
%endif | ||
%if ! 0%{?commit_date:1} | ||
%global commit_date 20181212 | ||
%global commit_date 20190625 | ||
%endif | ||
%global shortcommit %(c=%{commit};echo ${c:0:8}) | ||
%global gitrel .%{commit_date}git%{shortcommit} | ||
|
@@ -37,8 +37,8 @@ | |
|
||
Summary: Avocado Virt Test Plugin | ||
Name: avocado-plugins-vt | ||
Version: 69.0 | ||
Release: 1%{?gitrel}%{?dist} | ||
Version: 70.0 | ||
Release: 0%{?gitrel}%{?dist} | ||
License: GPLv2 | ||
Group: Development/Tools | ||
URL: http://avocado-framework.readthedocs.org/ | ||
|
@@ -162,6 +162,9 @@ Xunit output, among others. | |
|
||
|
||
%changelog | ||
* Wed Jun 26 2019 Cleber Rosa <[email protected]> - 70.0-0 | ||
- New release | ||
|
||
* Tue Jun 25 2019 Cleber Rosa <[email protected]> - 69.0-1 | ||
- Exclude scripts from shebangs checks | ||
|
||
|