-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix repo files to point to correct location (#1783)
* Fix repo files to point to correct location * Fix signatures, roll version, upgrade manifest * Fixed USE_PREVIEW_REPO flag for Mariner 2.0
- Loading branch information
1 parent
dd41374
commit b3629f5
Showing
11 changed files
with
46 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Summary: CBL-Mariner release files | ||
Name: mariner-release | ||
Version: 2.0 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -26,7 +26,7 @@ cat > %{buildroot}%{_sysconfdir}/lsb-release <<- "EOF" | |
DISTRIB_ID="Mariner" | ||
DISTRIB_RELEASE="%{mariner_release_version}" | ||
DISTRIB_CODENAME=Mariner | ||
DISTRIB_DESCRIPTION="CBL-Mariner %{mariner_release_version} Preview-A" | ||
DISTRIB_DESCRIPTION="CBL-Mariner %{mariner_release_version} Preview-B" | ||
EOF | ||
|
||
version_id=`echo %{mariner_release_version} | grep -o -E '[0-9]+.[0-9]+' | head -1` | ||
|
@@ -45,11 +45,11 @@ EOF | |
ln -sv ../usr/lib/os-release %{buildroot}%{_sysconfdir}/os-release | ||
|
||
cat > %{buildroot}%{_sysconfdir}/issue <<- EOF | ||
Welcome to CBL-Mariner %{mariner_release_version} Preview-A (%{_arch}) - Kernel \r (\l) | ||
Welcome to CBL-Mariner %{mariner_release_version} Preview-B (%{_arch}) - Kernel \r (\l) | ||
EOF | ||
|
||
cat > %{buildroot}%{_sysconfdir}/issue.net <<- EOF | ||
Welcome to CBL-Mariner %{mariner_release_version} Preview-A (%{_arch}) - Kernel %r (%t) | ||
Welcome to CBL-Mariner %{mariner_release_version} Preview-B (%{_arch}) - Kernel %r (%t) | ||
EOF | ||
|
||
%files | ||
|
@@ -62,6 +62,9 @@ EOF | |
%config(noreplace) %{_sysconfdir}/issue.net | ||
|
||
%changelog | ||
* Thu Dec 16 2021 Jon Slobodzian <[email protected]> - 2.0-3 | ||
- CBL-Mariner 2.0 Public Preview Release version with fixed repo configuration files. | ||
|
||
* Mon Dec 13 2021 Jon Slobodzian <[email protected]> - 2.0-2 | ||
- CBL-Mariner 2.0 Public Preview Release version. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Summary: CBL-Mariner repo files, gpg keys | ||
Name: mariner-repos | ||
Version: 2.0 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -177,6 +177,9 @@ gpg --batch --yes --delete-keys 2BC94FFF7015A5F28F1537AD0CD9FED33135CE90 | |
%config(noreplace) %{_sysconfdir}/yum.repos.d/mariner-official-preview.repo | ||
|
||
%changelog | ||
* Thu Dec 16 2021 Jon Slobodzian <[email protected]> - 2.0-3 | ||
- Corrected Repo URLS for 2.0. | ||
|
||
* Thu Dec 09 2021 Pawel Winogrodzki <[email protected]> - 2.0-2 | ||
- Updating repo URLs for 2.0. | ||
- License verified. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters