import dotnet-build-reference-packages-0-11.20211215git045b288.el8_5

This commit is contained in:
CentOS Sources 2022-03-29 16:20:29 -04:00 committed by Stepan Oksanichenko
parent f735a36be6
commit 0dba007314
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
ac507494aff6a0415e0799e086f89d2faf7c8ea2 SOURCES/dotnet-build-reference-packages-cd5a8c6.tar.gz
765bac599cdc9a7cf2444bef56fa88e553827728 SOURCES/dotnet-build-reference-packages-045b288.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-build-reference-packages-cd5a8c6.tar.gz
SOURCES/dotnet-build-reference-packages-045b288.tar.gz

View File

@ -1,11 +1,11 @@
%global debug_package %{nil}
%global commit cd5a8c6f5c67cbaa87755aafa8765e812ceaa2dc
%global commit 045b2888ccfaf4c203c945a09b3f41f0e6393d1c
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: dotnet-build-reference-packages
Version: 0
Release: 10.20200608git%{shortcommit}%{?dist}
Release: 11.20211215git%{shortcommit}%{?dist}
Summary: Reference packages needed by the .NET Core SDK build
License: MIT
@ -68,6 +68,10 @@ cp -a Private.SourceBuild.ReferencePackages.%{version}.tar.gz %{buildroot}/%{_li
%changelog
* Wed Dec 15 2021 Omair Majid <omajid@redhat.com> - 0-11.20211215git045b288
- Update to upstream commit 045b288
- Related: RHBZ#2031429
* Wed Jun 09 2021 Omair Majid <omajid@redhat.com> - 0-10.20200608gitcd5a8c6
- Add Conflicts for dotnet5.0-build-reference-packages
- Resolves: RHBZ#1949264