Compare commits

...

No commits in common. "imports/c8s/dotnet-build-reference-packages-0-9.20200608gitcd5a8c6.el8" and "c8-beta" have entirely different histories.

3 changed files with 18 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: 9.20200608git%{shortcommit}%{?dist}
Release: 11.20211215git%{shortcommit}%{?dist}
Summary: Reference packages needed by the .NET Core SDK build
License: MIT
@ -21,6 +21,12 @@ ExclusiveArch: x86_64
BuildRequires: dotnet-sdk-3.1
BuildRequires: dotnet-sdk-3.1-source-built-artifacts
# The files of dotnet5.0-build-reference-packages and this package
# conflict. They install to the same location and cointain a shared
# (sub)set of files. These packages aren't really meant to be used by
# end-users and a single .NET build will not require both.
Conflicts: dotnet5.0-build-reference-packages
%description
This contains references packages used for building .NET Core.
@ -62,6 +68,14 @@ 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
* Wed May 26 2021 Omair Majid <omajid@redhat.com> - 0-9.20200608gitcd5a8c6
- Add gating tests