Bump release and missing test dependencies

This commit is contained in:
Omair Majid 2023-03-28 13:04:23 -04:00
parent 8d5d4dd363
commit 911dfa31b5
2 changed files with 13 additions and 3 deletions

View File

@ -51,7 +51,7 @@
Name: dotnet7.0 Name: dotnet7.0
Version: %{sdk_rpm_version} Version: %{sdk_rpm_version}
Release: 1%{?dist} Release: 2%{?dist}
Summary: .NET Runtime and SDK Summary: .NET Runtime and SDK
License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib
URL: https://github.com/dotnet/ URL: https://github.com/dotnet/
@ -618,6 +618,10 @@ export COMPlus_LTTng=0
%changelog %changelog
* Tue Mar 28 2023 Omair Majid <omajid@redhat.com> - 7.0.104-2
- Bump Release
- Related: RHBZ#2175025
* Mon Mar 20 2023 Omair Majid <omajid@redhat.com> - 7.0.104-1 * Mon Mar 20 2023 Omair Majid <omajid@redhat.com> - 7.0.104-1
- Update to .NET SDK 7.0.104 and Runtime 7.0.4 - Update to .NET SDK 7.0.104 and Runtime 7.0.4
- Resolves: RHBZ#2175025 - Resolves: RHBZ#2175025

View File

@ -19,23 +19,29 @@
run: dotnet turkey/Turkey.dll --version run: dotnet turkey/Turkey.dll --version
- regular: - regular:
dir: ./ dir: ./
run: dotnet turkey/Turkey.dll -l={{ remote_artifacts }} dotnet-regular-tests --timeout=1500 run: dotnet turkey/Turkey.dll -v -l={{ remote_artifacts }} dotnet-regular-tests --timeout=1500
required_packages: required_packages:
- aspnetcore-runtime-7.0 - aspnetcore-runtime-7.0
- bash-completion - bash-completion
- bc
- binutils - binutils
- dotnet-sdk-7.0
- dotnet-runtime-7.0 - dotnet-runtime-7.0
- dotnet-sdk-7.0
- expect - expect
- file - file
- findutils
- gcc-c++ - gcc-c++
- git - git
- jq - jq
- libstdc++-devel - libstdc++-devel
- lldb - lldb
- npm - npm
- postgresql-odbc
- postgresql-server
- procps-ng
- python3 - python3
- strace - strace
- util-linux
- wget - wget
- which - which
- zlib-devel - zlib-devel