Compare commits

...

No commits in common. "imports/c8/dotnet7.0-7.0.110-1.el8_8" and "c8-beta" have entirely different histories.

3 changed files with 35 additions and 40 deletions

View File

@ -1 +1 @@
e9ac90acac3e86bfbd1e23b1d2e374ddc318bec9 SOURCES/dotnet-v7.0.110.tar.gz
c2015d0972371ab8995d18246d1f5b76299f3be3 SOURCES/dotnet-v7.0.103.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v7.0.110.tar.gz
SOURCES/dotnet-v7.0.103.tar.gz

View File

@ -6,10 +6,10 @@
# until that's done, disable LTO. This has to happen before setting the flags below.
%define _lto_cflags %{nil}
%global host_version 7.0.10
%global runtime_version 7.0.10
%global host_version 7.0.3
%global runtime_version 7.0.3
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 7.0.110
%global sdk_version 7.0.103
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | 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 }')
@ -45,7 +45,7 @@
%global runtime_arch x64
%endif
%global mono_archs ppc64le s390x
%global mono_archs s390x ppc64le
%{!?runtime_id:%global runtime_id %(. /etc/os-release ; echo "${ID}.${VERSION_ID%%.*}")-%{runtime_arch}}
@ -477,9 +477,11 @@ VERBOSE=1 ./build.sh \
/p:ContinueOnPrebuiltBaselineError=true \
/v:n \
/p:LogVerbosity=n \
/p:UseNonPortableIlasmPackageOverride=true \
echo \
/p:SkipPortableRuntimeBuild=true \
sed -e 's|[@]LIBDIR[@]|%{_libdir}|g' %{SOURCE11} > dotnet.sh
@ -617,43 +619,36 @@ export COMPlus_LTTng=0
%changelog
* Wed Aug 02 2023 Omair Majid <omajid@redhat.com> - 7.0.110-1
- Update to .NET SDK 7.0.110 and Runtime 7.0.10
- Resolves: RHBZ#2228572
* Tue Jul 04 2023 Omair Majid <omajid@redhat.com> - 7.0.109-1
- Update to .NET SDK 7.0.109 and Runtime 7.0.9
- Resolves: RHBZ#2219633
* Tue Jun 20 2023 Omair Majid <omajid@redhat.com> - 7.0.108-1
- Update to .NET SDK 7.0.108 and Runtime 7.0.8
- Resolves: RHBZ#2216225
* Fri Jun 02 2023 Andrew Slice <andrew.slice@redhat.com> - 7.0.107-1
- Update to .NET SDK 7.0.107 and Runtime 7.0.7
- Resolves: RHBZ#2211876
* Thu May 04 2023 Omair Majid <omajid@redhat.com> - 7.0.106-2
- Update to .NET SDK 7.0.106 and Runtime 7.0.6
- Resolves: RHBZ#2190267
* Wed Apr 12 2023 Omair Majid <omajid@redhat.com> - 7.0.105-2
- Update to .NET SDK 7.0.105 and Runtime 7.0.5
- Resolves: RHBZ#2183589
* Wed Mar 15 2023 Omair Majid <omajid@redhat.com> - 7.0.104-2
- Update to .NET SDK 7.0.104 and Runtime 7.0.4
- Resolves: RHBZ#2175024
* Thu Feb 16 2023 Omair Majid <omajid@redhat.com> - 7.0.103-2
* Thu Feb 02 2023 Omair Majid <omajid@redhat.com> - 7.0.103-1
- Update to .NET SDK 7.0.103 and Runtime 7.0.3
- Resolves: RHBZ#2166771
- Resolves: RHBZ#2166775
* Wed Jan 11 2023 Omair Majid <omajid@redhat.com> - 7.0.102-2
* Mon Dec 19 2022 Omair Majid <omajid@redhat.com> - 7.0.102-1
- Update to .NET SDK 7.0.102 and Runtime 7.0.2
- Resolves: RHBZ#2154464
- Resolves: RHBZ#2154466
* Thu Aug 25 2022 Omair Majid <omajid@redhat.com> - 7.0.100
* Tue Dec 06 2022 Omair Majid <omajid@redhat.com> - 7.0.101-1
- Update to .NET SDK 7.0.101 and Runtime 7.0.1
- Resolves: RHBZ#2150151
* Wed Nov 02 2022 Omair Majid <omajid@redhat.com> - 7.0.100-1
- Update to .NET SDK 7.0.100 and Runtime 7.0.0
- Resolves: RHBZ#2137943
* Mon Oct 24 2022 Omair Majid <omajid@redhat.com> - 7.0.100-0.4.rc2
- Enable ppc64le builds
- Related: RHBZ#2134642
* Thu Oct 13 2022 Omair Majid <omajid@redhat.com> - 7.0.100-0.3.rc2
- Update to .NET 7 RC 2
- Resolves: RHBZ#2134642
* Sat Sep 17 2022 Omair Majid <omajid@redhat.com> - 7.0.100-0.2.rc1
- Update to .NET 7 RC 1
- Enable s390x builds
- Resolves: RHBZ#2123886
* Thu Aug 25 2022 Omair Majid <omajid@redhat.com> - 7.0.100-0.1
- Initial .NET 7 package
- Resolves: RHBZ#2112096