Sync with upstream release 97.0
Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
parent
110dbb6393
commit
34e099cd8b
3 changed files with 11 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -39,3 +39,4 @@
|
|||
/avocado-95.0.tar.gz
|
||||
/avocado-95.0-resultsdb_api.patch
|
||||
/avocado-96.0.tar.gz
|
||||
/avocado-97.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@
|
|||
%global gittar avocado-%{version}.tar.gz
|
||||
%else
|
||||
%if ! 0%{?commit:1}
|
||||
%global commit 6f3980f8f81d41d944cd826ae2a96ae52d972e19
|
||||
%global commit edd8acc0d38a27d69b1820251f8bd52102415f52
|
||||
%endif
|
||||
%if ! 0%{?commit_date:1}
|
||||
%global commit_date 20220405
|
||||
%global commit_date 20220524
|
||||
%endif
|
||||
%global shortcommit %(c=%{commit};echo ${c:0:9})
|
||||
%global gitrel .%{commit_date}git%{shortcommit}
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
%endif
|
||||
|
||||
Name: python-avocado
|
||||
Version: 96.0
|
||||
Version: 97.0
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
# Found licenses:
|
||||
|
|
@ -66,6 +66,7 @@ BuildRequires: python3-pycdlib
|
|||
%endif
|
||||
|
||||
%if %{with tests}
|
||||
BuildRequires: python3-jsonschema
|
||||
%if ! 0%{?rhel} >= 9
|
||||
BuildRequires: genisoimage
|
||||
%endif
|
||||
|
|
@ -190,7 +191,6 @@ cp -r examples/plugins %{buildroot}%{_docdir}/avocado/plugins
|
|||
cp -r examples/tests %{buildroot}%{_docdir}/avocado/tests
|
||||
cp -r examples/varianter_cit %{buildroot}%{_docdir}/avocado/varianter_cit
|
||||
cp -r examples/varianter_pict %{buildroot}%{_docdir}/avocado/varianter_pict
|
||||
cp -r examples/wrappers %{buildroot}%{_docdir}/avocado/wrappers
|
||||
cp -r examples/yaml_to_mux %{buildroot}%{_docdir}/avocado/yaml_to_mux
|
||||
find %{buildroot}%{_docdir}/avocado -type f -name '*.py' -exec chmod -c -x {} ';'
|
||||
|
||||
|
|
@ -419,7 +419,6 @@ examples of how to write tests on your own.
|
|||
%{_docdir}/avocado/tests
|
||||
%{_docdir}/avocado/varianter_cit
|
||||
%{_docdir}/avocado/varianter_pict
|
||||
%{_docdir}/avocado/wrappers
|
||||
%{_docdir}/avocado/yaml_to_mux
|
||||
|
||||
|
||||
|
|
@ -443,6 +442,11 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue May 24 2022 Cleber Rosa <crosa@redhat.com> - 97.0-1
|
||||
- Sync with upstream release 97.0
|
||||
- Require python3-jsonschema when running tests
|
||||
- Removed wrapper examples
|
||||
|
||||
* Tue Apr 5 2022 Cleber Rosa <crosa@redhat.com> - 96.0-1
|
||||
- Sync with upstream release 96.0.
|
||||
- Rename requirements to dependencies
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (avocado-96.0.tar.gz) = 66ccfa435381887e91db55d5929f7d237ae947587453bd0266330d3a847aa75b8c65a27871f10c79244b4a4d03c2fd6fd2c49e8d52620d7f9f03caa6373540a9
|
||||
SHA512 (avocado-97.0.tar.gz) = 8436558563ce6648179a3f4939eec957798c665744e5f5c2b8d96ae9213dac19307a8d6bb6eebb84a752e3f3daf440e0ed27b1c81df5d8d607370faaa024e052
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue