Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
@ -1 +0,0 @@
|
|||||||
20bc06df186133181ceaef8a0f8c7c15f531fc93 SOURCES/dotnet-11.0.100-preview.6.26359.118.tar.gz
|
|
||||||
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
7
.gitignore
vendored
7
.gitignore
vendored
@ -1 +1,6 @@
|
|||||||
SOURCES/dotnet-11.0.100-preview.6.26359.118.tar.gz
|
/dotnet-11.0.100-preview.6.26359.118.tar.gz
|
||||||
|
/dotnet-prebuilts-11.0.100-preview.5.26302.115-arm64.tar.gz
|
||||||
|
/dotnet-prebuilts-11.0.100-preview.5.26302.115-x64.tar.gz
|
||||||
|
/dotnet-prebuilts-11.0.100-preview.6.26366.102-ppc64le.tar.gz
|
||||||
|
/dotnet-prebuilts-11.0.100-preview.6.26366.102-s390x.tar.gz
|
||||||
|
/dotnet-11.0.100-preview.6.26359.118.tar.gz.sig
|
||||||
|
|||||||
@ -1,17 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: BSN Pgp v1.0.0.0
|
|
||||||
|
|
||||||
iQIcBAABCAAGBQJqUDOXAAoJEP2/U8JNtIcuOUcP/3rvX6a1IlPQSBxCPooAy0Xk
|
|
||||||
0r/gLVdc9FAeOtbQB0lr274u2uoig+GTU+uABvYdx452fpTxlHbk2JuAn0MHstp/
|
|
||||||
wUS8TjsLh2EUHlYcshIuOZo85tppaAcOBaL+vFIPIiW+ySMSvaEpDF/HeneIYH4m
|
|
||||||
VQrFnMHVWJAdqRvTYefKjKX1NFWDw0OZQdcn5KuNscU+njkq/o/Mpvw3BgbS7taI
|
|
||||||
YoWTCo3TE9AMRSCwjHlEOGVSjcCGJfKPF/fPGSawMUpqGeVlcQs6cYaGzOkK+UaD
|
|
||||||
5ktRmGW3c8bb0jfwdLaVWtZyRNjql2/MzB9nqb7AN8QL8hsOqr8hCD7dGaEhjHYN
|
|
||||||
lYM3FCn2xwc+UK26QXWoXDnG1PX0zkIgW3CdoudEcDPwKTZyY4MpxASpf3dL8rP3
|
|
||||||
pq+cJnaSJOhMOxLP0346nJUyaA43vPEgeRXAJdb0WJQviY8UvP7LnblUyAHbXTLL
|
|
||||||
mYEmeYUyfbXh4Rr66P94pdTeoln0sW1PPP6oRKtVT8EunY4SfunRv26p961GOg9o
|
|
||||||
5Saaf96M0+lrbVgf1iRySVz1Y+klG6U64VHuYKwAna/N3WHl3QSa7USzDwH0DBSR
|
|
||||||
CqOxFGiK7Z0om1fSLrcuyFh7+NauNhdXTZOfXxTPIioKZAktKWqu/jEBNd/gumaR
|
|
||||||
n7i+XDjLMppVHrv5LW9C
|
|
||||||
=6XHg
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@ -1008,11 +1008,11 @@ export COMPlus_LTTng=0
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Aug 19 2026 Omair Majid <omajid@redhat.com> - 11.0.100~preview.6.26359.118-0.7
|
* Wed Aug 19 2026 Omair Majid <omajid@redhat.com> - 11.0.100~preview.6.26359.118-0.7
|
||||||
- Disable bootstrap
|
- Disable bootstrap
|
||||||
- Related: RHEL-192313
|
- Related: RHEL-192309
|
||||||
|
|
||||||
* Mon Aug 17 2026 Omair Majid <omajid@redhat.com> - 11.0.100~preview.6.26359.118-0.6
|
* Mon Aug 17 2026 Omair Majid <omajid@redhat.com> - 11.0.100~preview.6.26359.118-0.6
|
||||||
- Initial commit on c9s
|
- Initial commit on c10s
|
||||||
- Resolves: RHEL-192313
|
- Resolves: RHEL-192309
|
||||||
|
|
||||||
* Thu Jul 16 2026 Omair Majid <omajid@redhat.com> - 11.0.100~preview.6.26359.118-0.5
|
* Thu Jul 16 2026 Omair Majid <omajid@redhat.com> - 11.0.100~preview.6.26359.118-0.5
|
||||||
- Update to .NET SDK 11.0.100-preview.6.26359.118 and Runtime
|
- Update to .NET SDK 11.0.100-preview.6.26359.118 and Runtime
|
||||||
22
gating.yaml
Normal file
22
gating.yaml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_context: bodhi_update_push_testing
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_context: bodhi_update_push_stable
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
20
rpminspect.yaml
Normal file
20
rpminspect.yaml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
inspections:
|
||||||
|
# We patch upstream a lot, no need to reject patches
|
||||||
|
patches: off
|
||||||
|
badfuncs:
|
||||||
|
allowed:
|
||||||
|
# The Mono runtime (used on s390x, for example), uses inet_addr for
|
||||||
|
# debugging (such as sending the control flow graph to a remote process).
|
||||||
|
# See runtime/src/mono/mono/mini/cfgdump.c. This isn't part of any
|
||||||
|
# standard networking facility; networking APIs are implemented/used in
|
||||||
|
# libSystem*so.
|
||||||
|
/usr/lib64/dotnet/shared/Microsoft.NETCore.App/*/libcoreclr.so:
|
||||||
|
- inet_addr
|
||||||
|
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Runtime.*/*/runtimes/*/native/libcoreclr.so:
|
||||||
|
- inet_addr
|
||||||
|
runpath:
|
||||||
|
# Upstream explicitly sets $ORIGIN/netcoredeps as an RPATH
|
||||||
|
# See https://github.com/dotnet/core/blob/main/Documentation/self-contained-linux-apps.md
|
||||||
|
allowed_origin_paths:
|
||||||
|
- /netcoredeps
|
||||||
2
sources
Normal file
2
sources
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA512 (dotnet-11.0.100-preview.6.26359.118.tar.gz) = f04b2da3e504a705c637913c2b8d3114a6c860178ff79af16d73c8412b43790f8afa5ef4e8d430511e64f1f7d580b147dcf80437ff07d9a1dee2bacb87eb8354
|
||||||
|
SHA512 (dotnet-11.0.100-preview.6.26359.118.tar.gz.sig) = fa464b98338224ae67cf141d8aa4177db4216bdf0bc705777ae64f33b6d268e82f45b004fafdb1e304d39f337d020fa4173cf184a65980caad20b3b8551bd09e
|
||||||
45
tests/ci.fmf
Normal file
45
tests/ci.fmf
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
summary: Basic smoke test
|
||||||
|
provision:
|
||||||
|
hardware:
|
||||||
|
disk:
|
||||||
|
- size: ">= 20 GiB"
|
||||||
|
memory: ">= 5120 MiB"
|
||||||
|
prepare:
|
||||||
|
how: install
|
||||||
|
package:
|
||||||
|
- aspnetcore-runtime-11.0
|
||||||
|
- bash-completion
|
||||||
|
- bc
|
||||||
|
- binutils
|
||||||
|
- dotnet-runtime-11.0
|
||||||
|
- dotnet-sdk-11.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
|
||||||
|
execute:
|
||||||
|
script:
|
||||||
|
- dotnet --info
|
||||||
|
- wget --no-verbose https://github.com/redhat-developer/dotnet-bunny/releases/latest/download/turkey.tar.gz
|
||||||
|
- tar xf turkey.tar.gz
|
||||||
|
- dotnet turkey/Turkey.dll --version
|
||||||
|
- git clone "https://github.com/redhat-developer/dotnet-regular-tests.git"
|
||||||
|
- dotnet turkey/Turkey.dll -l="$TMT_TEST_DATA" dotnet-regular-tests --timeout=1200
|
||||||
|
- dnf remove -yq 'dotnet*'
|
||||||
|
- set -x; if command -v dotnet ; then exit 1; fi
|
||||||
|
- set -x; if [ -d /usr/lib64/dotnet ]; then exit 1; fi
|
||||||
|
- set -x; if man dotnet; then exit 1; fi
|
||||||
Loading…
Reference in New Issue
Block a user