import dotnet7.0-7.0.105-2.el8_8

This commit is contained in:
CentOS Sources 2023-05-16 09:17:10 +00:00 committed by root
parent ab0570d561
commit 344da6cac7
2 changed files with 13 additions and 36 deletions

View File

@ -1 +1 @@
d8f2a2ff319fe3b47e379325892978a4b2817db4 SOURCES/dotnet-v7.0.105.tar.gz
4db2c625b60535fec9d1a40608cb25452c96964d SOURCES/dotnet-v7.0.105.tar.gz

View File

@ -45,13 +45,13 @@
%global runtime_arch x64
%endif
%global mono_archs s390x ppc64le
%global mono_archs ppc64le s390x
%{!?runtime_id:%global runtime_id %(. /etc/os-release ; echo "${ID}.${VERSION_ID%%.*}")-%{runtime_arch}}
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/
@ -477,11 +477,9 @@ 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
@ -619,44 +617,23 @@ export COMPlus_LTTng=0
%changelog
* Fri Mar 31 2023 Omair Majid <omajid@redhat.com> - 7.0.105-1
* 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#2183590
- Resolves: RHBZ#2183589
* Thu Mar 02 2023 Omair Majid <omajid@redhat.com> - 7.0.104-1
* 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#2175026
- Resolves: RHBZ#2175024
* Thu Feb 02 2023 Omair Majid <omajid@redhat.com> - 7.0.103-1
* Thu Feb 16 2023 Omair Majid <omajid@redhat.com> - 7.0.103-2
- Update to .NET SDK 7.0.103 and Runtime 7.0.3
- Resolves: RHBZ#2166775
- Resolves: RHBZ#2166771
* Mon Dec 19 2022 Omair Majid <omajid@redhat.com> - 7.0.102-1
* Wed Jan 11 2023 Omair Majid <omajid@redhat.com> - 7.0.102-2
- Update to .NET SDK 7.0.102 and Runtime 7.0.2
- Resolves: RHBZ#2154466
- Resolves: RHBZ#2154464
* 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
* Thu Aug 25 2022 Omair Majid <omajid@redhat.com> - 7.0.100
- Initial .NET 7 package
- Resolves: RHBZ#2112096