import dotnet5.0-build-reference-packages-0-12.20211117git6ce5818.el8_5

This commit is contained in:
CentOS Sources 2022-09-27 17:30:55 -04:00 committed by Stepan Oksanichenko
parent e4a8009a51
commit 09403b3bfe
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
746b497a087a7d9772c6b07e37d33242c92b9a67 SOURCES/dotnet5.0-build-reference-packages-5f10a4b.tar.gz
cdf71c2646e21e155c9501279716b611e1a24ab9 SOURCES/dotnet5.0-build-reference-packages-6ce5818.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet5.0-build-reference-packages-5f10a4b.tar.gz
SOURCES/dotnet5.0-build-reference-packages-6ce5818.tar.gz

View File

@ -1,11 +1,11 @@
%global debug_package %{nil}
%global commit 5f10a4b951be1d0f2966aca0702b0348bbf5f7c1
%global commit 6ce5818b1c1828ccdc8ac63d460d029c6391a401
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: dotnet5.0-build-reference-packages
Version: 0
Release: 11.20210607git%{shortcommit}%{?dist}
Release: 12.20211117git%{shortcommit}%{?dist}
Summary: Reference packages needed by the .NET 5.0 SDK build
License: MIT
@ -68,6 +68,10 @@ cp -a Private.SourceBuild.ReferencePackages.%{version}.tar.gz %{buildroot}/%{_li
%changelog
* Wed Nov 17 2021 Omair Majid <omajid@redhat.com> - 0-12.20211117git6ce5818
- Update to upstream commit 6ce5818
- Resolves: RHBZ#2024345
* Wed Jun 09 2021 Omair Majid <omajid@redhat.com> - 0-11.20210607git5f10a4b
- Add Conflicts for dotnet-build-reference-packages
- Resolves: RHBZ#1949251