import dotnet6.0-6.0.116-2.el8_8
This commit is contained in:
parent
bc30e01fdb
commit
9467983501
@ -1 +1 @@
|
||||
90af81f49d9f8fa43722fe9e534ce16f7e01b01c SOURCES/dotnet-v6.0.116.tar.gz
|
||||
a71648c62e5f955911ccc8530d43fc396b656f15 SOURCES/dotnet-v6.0.116.tar.gz
|
||||
|
@ -60,7 +60,7 @@
|
||||
|
||||
Name: dotnet6.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/
|
||||
@ -479,7 +479,7 @@ export EXTRA_CFLAGS="$CFLAGS"
|
||||
export EXTRA_CXXFLAGS="$CXXFLAGS"
|
||||
export EXTRA_LDFLAGS="$LDFLAGS"
|
||||
|
||||
CheckEolTargetFramework=false VERBOSE=1 ./build.sh \
|
||||
VERBOSE=1 ./build.sh \
|
||||
%if %{without bootstrap}
|
||||
--with-sdk previously-built-dotnet \
|
||||
%endif
|
||||
@ -579,6 +579,7 @@ rm %{buildroot}%{_libdir}/dotnet/dotnet
|
||||
# Provided by netstandard-targeting-pack-2.1 from another SRPM
|
||||
rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%files -n dotnet-hostfxr-6.0
|
||||
%dir %{_libdir}/dotnet/host/fxr
|
||||
%{_libdir}/dotnet/host/fxr/%{host_version}
|
||||
@ -611,37 +612,33 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 31 2023 Omair Majid <omajid@redhat.com> - 6.0.116-1
|
||||
* Wed Apr 12 2023 Omair Majid <omajid@redhat.com> - 6.0.116-2
|
||||
- Update to .NET SDK 6.0.116 and Runtime 6.0.16
|
||||
- Resolves: RHBZ#2183581
|
||||
- Resolves: RHBZ#2183580
|
||||
|
||||
* Thu Mar 02 2023 Omair Majid <omajid@redhat.com> - 6.0.115-1
|
||||
* Wed Mar 15 2023 Omair Majid <omajid@redhat.com> - 6.0.115-2
|
||||
- Update to .NET SDK 6.0.115 and Runtime 6.0.15
|
||||
- Resolves: RHBZ#2174985
|
||||
- Resolves: RHBZ#2174980
|
||||
|
||||
* Thu Feb 02 2023 Omair Majid <omajid@redhat.com> - 6.0.114-1
|
||||
* Thu Feb 16 2023 Omair Majid <omajid@redhat.com> - 6.0.114-2
|
||||
- Update to .NET SDK 6.0.114 and Runtime 6.0.14
|
||||
- Resolves: RHBZ#2166769
|
||||
- Resolves: RHBZ#2166765
|
||||
|
||||
* Mon Dec 19 2022 Omair Majid <omajid@redhat.com> - 6.0.113-1
|
||||
* Wed Jan 11 2023 Omair Majid <omajid@redhat.com> - 6.0.113-2
|
||||
- Update to .NET SDK 6.0.113 and Runtime 6.0.13
|
||||
- Resolves: RHBZ#2154458
|
||||
- Resolves: RHBZ#2154456
|
||||
|
||||
* Thu Dec 01 2022 Omair Majid <omajid@redhat.com> - 6.0.112-1
|
||||
* Wed Dec 14 2022 Omair Majid <omajid@redhat.com> - 6.0.112-2
|
||||
- Update to .NET SDK 6.0.112 and Runtime 6.0.12
|
||||
- Resolves: RHBZ#2150147
|
||||
- Resolves: RHBZ#2150145
|
||||
|
||||
* Wed Nov 02 2022 Omair Majid <omajid@redhat.com> - 6.0.111-1
|
||||
* Fri Nov 18 2022 Omair Majid <omajid@redhat.com> - 6.0.111-3
|
||||
- Disable subpackages provided by another SRPM
|
||||
- Related: RHBZ#2138275
|
||||
|
||||
* Wed Nov 16 2022 Omair Majid <omajid@redhat.com> - 6.0.111-2
|
||||
- Update to .NET SDK 6.0.111 and Runtime 6.0.11
|
||||
- Resolves: RHBZ#2138277
|
||||
|
||||
* Sat Sep 17 2022 Omair Majid <omajid@redhat.com> - 6.0.109-3
|
||||
- Remove subpackages that are now provided by other packages
|
||||
- Related: RHBZ#2123787
|
||||
|
||||
* Wed Sep 14 2022 Omair Majid <omajid@redhat.com> - 6.0.109-2
|
||||
- Update to .NET SDK 6.0.109 and Runtime 6.0.9
|
||||
- Resolves: RHBZ#2123787
|
||||
- Resolves: RHBZ#2138275
|
||||
|
||||
* Tue Aug 09 2022 Omair Majid <omajid@redhat.com> - 6.0.108-1
|
||||
- Update to .NET SDK 6.0.108 and Runtime 6.0.8
|
||||
|
Loading…
Reference in New Issue
Block a user