Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
upstream
rpms
dotnet6.0
Commits
95690d25
Commit
95690d25
authored
1 month ago
by
CentOS Sources
Browse files
Options
Download
Patches
Plain Diff
import dotnet6.0-6.0.135-1.el9_4
parent
cce8c3d6
c9
imports/c9/dotnet6.0-6.0.135-2.el9_5
imports/c9/dotnet6.0-6.0.135-1.el9_4
imports/c9/dotnet6.0-6.0.133-2.el9
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.dotnet6.0.metadata
+1
-1
.dotnet6.0.metadata
.gitignore
+1
-1
.gitignore
SPECS/dotnet6.0.spec
+21
-4
SPECS/dotnet6.0.spec
with
23 additions
and
6 deletions
+23
-6
.dotnet6.0.metadata
+
1
−
1
View file @
95690d25
d9593a3dc82832112744ba6bbeeabf18dc80cc7e
SOURCES/dotnet-v6.0.13
0
.tar.gz
2afbea98a8b143f8605fcd1839160ffb3b8401eb
SOURCES/dotnet-v6.0.13
5
.tar.gz
This diff is collapsed.
Click to expand it.
.gitignore
+
1
−
1
View file @
95690d25
SOURCES/dotnet-v6.0.13
0
.tar.gz
SOURCES/dotnet-v6.0.13
5
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/dotnet6.0.spec
+
21
−
4
View file @
95690d25
...
...
@@ -20,10 +20,10 @@
# until that's done, disable LTO. This has to happen before setting the flags below.
%define _lto_cflags %{nil}
%global host_version 6.0.3
0
%global runtime_version 6.0.3
0
%global host_version 6.0.3
5
%global runtime_version 6.0.3
5
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 6.0.13
0
%global sdk_version 6.0.13
5
%global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|')
%global templates_version %{runtime_version}
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
...
...
@@ -475,7 +475,8 @@ export COMPlus_LTTng=0
export OPENSSL_ENABLE_SHA1_SIGNATURES=1
%endif
CheckEolTargetFramework=false VERBOSE=1 ./build.sh \
CheckEolTargetFramework=false VERBOSE=1 timeout 6h \
./build.sh \
%if %{without bootstrap}
--with-sdk previously-built-dotnet \
%endif
...
...
@@ -612,6 +613,22 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog
* Sat Sep 28 2024 Omair Majid <omajid@redhat.com> - 6.0.135-1
- Update to .NET SDK 6.0.135 and Runtime 6.0.35
- Resolves: RHEL-60798
* Thu Aug 29 2024 Omair Majid <omajid@redhat.com> - 6.0.134-1
- Update to .NET SDK 6.0.134 and Runtime 6.0.34
- Resolves: RHEL-56683
* Thu Aug 01 2024 Omair Majid <omajid@redhat.com> - 6.0.133-1
- Update to .NET SDK 6.0.133 and Runtime 6.0.33
- Resolves: RHEL-52386
* Thu Jun 27 2024 Omair Majid <omajid@redhat.com> - 6.0.132-1
- Update to .NET SDK 6.0.132 and Runtime 6.0.32
- Resolves: RHEL-45321
* Mon May 06 2024 Omair Majid <omajid@redhat.com> - 6.0.130-1
- Update to .NET SDK 6.0.130 and Runtime 6.0.30
- Resolves: RHEL-35310
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets