Auto sync2gitlab import of dotnet3.1-3.1.426-1.el8_7.src.rpm
This commit is contained in:
parent
a56e21cf4c
commit
5fe8bd9dc5
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/dotnet-v3.1.421-SDK.tar.gz
|
/dotnet-v3.1.421-SDK.tar.gz
|
||||||
/dotnet-v3.1.422-SDK.tar.gz
|
/dotnet-v3.1.422-SDK.tar.gz
|
||||||
/dotnet-v3.1.423-SDK.tar.gz
|
/dotnet-v3.1.423-SDK.tar.gz
|
||||||
|
/dotnet-v3.1.426-SDK.tar.gz
|
@ -25,10 +25,10 @@
|
|||||||
%endif
|
%endif
|
||||||
%global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g')
|
%global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g')
|
||||||
|
|
||||||
%global host_version 3.1.29
|
%global host_version 3.1.32
|
||||||
%global runtime_version 3.1.29
|
%global runtime_version 3.1.32
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 3.1.423
|
%global sdk_version 3.1.426
|
||||||
%global templates_version %(echo %{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
%global templates_version %(echo %{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||||
|
|
||||||
%global host_rpm_version %{host_version}
|
%global host_rpm_version %{host_version}
|
||||||
@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
Name: dotnet3.1
|
Name: dotnet3.1
|
||||||
Version: %{sdk_rpm_version}
|
Version: %{sdk_rpm_version}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: .NET Core CLI tools and runtime
|
Summary: .NET Core CLI tools and runtime
|
||||||
License: MIT and ASL 2.0 and BSD
|
License: MIT and ASL 2.0 and BSD
|
||||||
URL: https://github.com/dotnet/
|
URL: https://github.com/dotnet/
|
||||||
@ -511,6 +511,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|||||||
%{_libdir}/dotnet/source-built-artifacts
|
%{_libdir}/dotnet/source-built-artifacts
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 30 2022 Omair Majid <omajid@redhat.com> - 3.1.426-1
|
||||||
|
- Update to .NET SDK 3.1.426 and Runtime 3.1.32
|
||||||
|
- Resolves: RHBZ#2148219
|
||||||
|
|
||||||
* Wed Sep 14 2022 Omair Majid <omajid@redhat.com> - 3.1.423-2
|
* Wed Sep 14 2022 Omair Majid <omajid@redhat.com> - 3.1.423-2
|
||||||
- Update to .NET SDK 3.1.423 and Runtime 3.1.29
|
- Update to .NET SDK 3.1.423 and Runtime 3.1.29
|
||||||
- Resolves: RHBZ#2123784
|
- Resolves: RHBZ#2123784
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dotnet-v3.1.423-SDK.tar.gz) = 83787de46a60f97eee70b6eaf046fa8657d0f5d2b1b498573414d1c77a753dfb6257f7a89b0501842e8c669339d22cea00ff3d83d53135f4235e531843b953c9
|
SHA512 (dotnet-v3.1.426-SDK.tar.gz) = 8608c744a4999b5e2636c571072222ec22016d91409d166d3718b27958d3b1af77214d3084cf90aa80c562ef83ea0d4d154813091f93f894a8e0651904a9217a
|
Loading…
Reference in New Issue
Block a user