3729d5277b
Resolves: RHEL-64018 |
||
---|---|---|
.fmf | ||
tests | ||
.gitignore | ||
build-arm64-bootstrap-tarball | ||
build-dotnet-tarball | ||
check-debug-symbols.py | ||
copr-build | ||
dotnet7.0.rpmlintrc | ||
dotnet8.0.spec | ||
dotnet.sh.in | ||
gating.yaml | ||
msbuild-9449-exec-stop-setting-a-locale.patch | ||
README.md | ||
release-key-2023.asc | ||
release.json | ||
roslyn-analyzers-ppc64le-apphost.patch | ||
rpminspect.yaml | ||
runtime-100258-clang-18.patch | ||
runtime-openssl-sha1.patch | ||
runtime-re-enable-implicit-rejection.patch | ||
sources | ||
update-release | ||
vstest-intent-net8.0.patch |
dotnet8.0
The dotnet8.0 package
This is the .NET 8.0 package for RHEL/CentOS Stream.
Please report any issues using Jira in the RHEL
project against dotnet8.0
component.
Specification
This package follows package naming and contents suggested by
upstream,
with one exception. It installs dotnet to /usr/lib64/dotnet
(aka
%{_libdir}
).
Contributing
-
Fork the repo.
-
Checkout the forked repository.
git clone git@gitlab.com:$USER/centos_rpms_dotnet8.0.git dotnet8.0
cd dotnet8.0
-
Make your changes. Don't forget to add a changelog.
If you are updating to a new upstream release: Get the new upstream source tarball and the detached signature. Update the versions in the spec file. Add a changelog. This is generally automated by the following.
./update-release <sdk-version> <runtime-version>
If this fails because of compiler errors, you might have to figure out a fix, then add the patch in
build-dotnet-tarball
script rather than the spec file. -
Do local builds.
centpkg local
-
Fix any errors that come up and rebuild until it works locally. Any patches that are needed at this point should be added to the spec file.
-
Do builds in koji.
centpkg scratch-build --srpm
-
If this is a new release, upload the source archive and dtached signature to the look-aside cache.
centpkg new-sources dotnet-source-tarball.tar.gz dotnet-source-tarball.tar.gz.sig
-
Commit the changes to the git repo.
git add
any new patchesgit remove
any now-unnecessary patchesgit commit -a
git push
-
Create a pull request with your changes.
-
Once the tests in the pull-request pass, and reviewers are happy, do a real build.
centpkg build
Testing
This package uses CI tests as defined in tests/ci.fmf
. Creating a
pull-request or running a build will fire off tests and flag any issues. We
have enabled gating (via gating.yaml
) on the tests. That prevents a build
that fails any test from being released until the failures are waived.
The tests themselves are contained in this external repository: https://github.com/redhat-developer/dotnet-regular-tests/