diff --git a/dotnet7.0.spec b/dotnet7.0.spec index 1d23644..c274edc 100644 --- a/dotnet7.0.spec +++ b/dotnet7.0.spec @@ -51,7 +51,7 @@ Name: dotnet7.0 Version: %{sdk_rpm_version} -Release: 1%{?dist} +Release: 2%{?dist} 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 URL: https://github.com/dotnet/ @@ -618,6 +618,10 @@ export COMPlus_LTTng=0 %changelog +* Tue Mar 28 2023 Omair Majid - 7.0.104-2 +- Bump Release +- Related: RHBZ#2175025 + * Mon Mar 20 2023 Omair Majid - 7.0.104-1 - Update to .NET SDK 7.0.104 and Runtime 7.0.4 - Resolves: RHBZ#2175025 diff --git a/tests/tests.yml b/tests/tests.yml index 8ff96ba..175e53d 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -19,23 +19,29 @@ run: dotnet turkey/Turkey.dll --version - regular: 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: - aspnetcore-runtime-7.0 - bash-completion + - bc - binutils - - dotnet-sdk-7.0 - dotnet-runtime-7.0 + - dotnet-sdk-7.0 - expect - file + - findutils - gcc-c++ - git - jq - libstdc++-devel - lldb - npm + - postgresql-odbc + - postgresql-server + - procps-ng - python3 - strace + - util-linux - wget - which - zlib-devel