Skip to content

Commit e596ee9

Browse files
authored
Merge pull request #6189 from clebergnu/rpm_increase_test
RPM: provide requirements for running one more test
2 parents a076d26 + b32f04d commit e596ee9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

python-avocado.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Summary: Framework with tools and libraries for Automated Testing
2929
Name: python-avocado
3030
Version: 111.0
31-
Release: 1%{?gitrel}%{?dist}
31+
Release: 2%{?gitrel}%{?dist}
3232
License: GPLv2+ and GPLv2 and MIT
3333
URL: https://avocado-framework.github.io/
3434
%if 0%{?rel_build}
@@ -72,6 +72,7 @@ BuildRequires: perl-Test-Harness
7272
BuildRequires: python3-xmlschema
7373
%endif
7474
BuildRequires: zstd
75+
BuildRequires: nmap-ncat
7576
%endif
7677

7778
%description
@@ -471,6 +472,10 @@ Again Shell code (and possibly other similar shells).
471472
%{_libexecdir}/avocado*
472473

473474
%changelog
475+
* Sat Jul 12 2025 Cleber Rosa <crosa@redhat.com> - 111.0-2
476+
- Provide requirements for running the functional test
477+
nrunner.py:TaskRunStatusService.test_task_status_service_lost
478+
474479
* Mon May 19 2025 Jan Richter <jarichte@redhat.com> - 111.0-1
475480
- New release
476481

0 commit comments

Comments
 (0)