Skip to content

Commit fa15abe

Browse files
committedDec 20, 2022
Merge branch '1.0-dev' into 1.0
2 parents e832146 + 439fe42 commit fa15abe

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed
 

‎SPECS/core-packages/core-packages.spec

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Metapackage with core sets of packages
22
Name: core-packages
33
Version: 0.1
4-
Release: 26%{?dist}
4+
Release: 27%{?dist}
55
License: ASL 2.0
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -41,7 +41,7 @@ Requires: which
4141
%{summary}
4242

4343
%package container
44-
Summary: Metapackage to install the basic set of packages used all image types.
44+
Summary: Metapackage to install the basic set of packages used by all image types.
4545
Requires: bash
4646
Requires: bzip2
4747
Requires: ca-certificates-base
@@ -69,6 +69,7 @@ Requires: nss-libs
6969
Requires: openssl
7070
Requires: pkg-config
7171
Requires: readline
72+
Requires: rpm
7273
Requires: rpm-libs
7374
Requires: sed
7475
Requires: sqlite-libs
@@ -95,6 +96,9 @@ Requires: zlib
9596
%files container
9697

9798
%changelog
99+
* Tue Dec 20 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.1-27
100+
- Making sure 'rpm' is always part of the base image.
101+
98102
* Wed Dec 15 2021 Chris Co <chrco@microsoft.com> - 0.1-26
99103
- Remove check-restart and dnf-automatic from core set of packages
100104

‎SPECS/mariner-release/mariner-release.spec

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: CBL-Mariner release files
22
Name: mariner-release
33
Version: 1.0
4-
Release: 51%{?dist}
4+
Release: 52%{?dist}
55
License: MIT
66
Group: System Environment/Base
77
URL: https://aka.ms/cbl-mariner
@@ -67,6 +67,8 @@ rm -rf $RPM_BUILD_ROOT
6767
%config(noreplace) /etc/issue.net
6868

6969
%changelog
70+
* Mon Dec 19 2022 Jon Slobodzian <joslobo@microsoft.com> - 1.0-52
71+
- Updating version for December update 3.
7072
* Mon Dec 12 2022 Jon Slobodzian <joslobo@microsoft.com> - 1.0-51
7173
- Updating version for December update 2.
7274
* Thu Dec 01 2022 Jon Slobodzian <joslobo@microsoft.com> - 1.0-50

‎toolkit/resources/manifests/package/pkggen_core_aarch64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ findutils-lang-4.6.0-8.cm1.aarch64.rpm
5858
gettext-0.19.8.1-5.cm1.aarch64.rpm
5959
gzip-1.12-1.cm1.aarch64.rpm
6060
make-4.2.1-5.cm1.aarch64.rpm
61-
mariner-release-1.0-51.cm1.noarch.rpm
61+
mariner-release-1.0-52.cm1.noarch.rpm
6262
patch-2.7.6-7.cm1.aarch64.rpm
6363
util-linux-2.32.1-7.cm1.aarch64.rpm
6464
util-linux-devel-2.32.1-7.cm1.aarch64.rpm

‎toolkit/resources/manifests/package/pkggen_core_x86_64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ findutils-lang-4.6.0-8.cm1.x86_64.rpm
5858
gettext-0.19.8.1-5.cm1.x86_64.rpm
5959
gzip-1.12-1.cm1.x86_64.rpm
6060
make-4.2.1-5.cm1.x86_64.rpm
61-
mariner-release-1.0-51.cm1.noarch.rpm
61+
mariner-release-1.0-52.cm1.noarch.rpm
6262
patch-2.7.6-7.cm1.x86_64.rpm
6363
util-linux-2.32.1-7.cm1.x86_64.rpm
6464
util-linux-devel-2.32.1-7.cm1.x86_64.rpm

‎toolkit/resources/manifests/package/toolchain_aarch64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ m4-debuginfo-1.4.18-4.cm1.aarch64.rpm
259259
make-4.2.1-5.cm1.aarch64.rpm
260260
make-debuginfo-4.2.1-5.cm1.aarch64.rpm
261261
mariner-check-macros-1.0-8.cm1.noarch.rpm
262-
mariner-release-1.0-51.cm1.noarch.rpm
262+
mariner-release-1.0-52.cm1.noarch.rpm
263263
mariner-repos-1.0-16.cm1.noarch.rpm
264264
mariner-repos-extras-1.0-16.cm1.noarch.rpm
265265
mariner-repos-extras-preview-1.0-16.cm1.noarch.rpm

‎toolkit/resources/manifests/package/toolchain_x86_64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ m4-debuginfo-1.4.18-4.cm1.x86_64.rpm
259259
make-4.2.1-5.cm1.x86_64.rpm
260260
make-debuginfo-4.2.1-5.cm1.x86_64.rpm
261261
mariner-check-macros-1.0-8.cm1.noarch.rpm
262-
mariner-release-1.0-51.cm1.noarch.rpm
262+
mariner-release-1.0-52.cm1.noarch.rpm
263263
mariner-repos-1.0-16.cm1.noarch.rpm
264264
mariner-repos-extras-1.0-16.cm1.noarch.rpm
265265
mariner-repos-extras-preview-1.0-16.cm1.noarch.rpm

0 commit comments

Comments
 (0)