Skip to content

Commit 9ace1d6

Browse files
Merge pull request #4541 from pmtk/update-rpm-descriptions
NO-ISSUE: Update RPM descriptions to mention bootc containerfiles
2 parents c3d2883 + cbc1d70 commit 9ace1d6

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

packaging/rpm/microshift.spec

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ BuildRequires: gettext
9292
%description release-info
9393
The microshift-release package provides release information files for this
9494
release. These files contain the list of container image references used by
95-
MicroShift and can be used to embed those images into osbuilder blueprints.
96-
An example of such osbuilder blueprints for x86_64 and aarch64 platforms are
97-
also included in the package.
95+
MicroShift and can be used to embed those images into osbuilder blueprints
96+
or bootc containerfiles. An example of such osbuilder blueprints for x86_64 and
97+
aarch64 platforms are also included in the package.
9898

9999

100100
%package selinux
@@ -150,7 +150,7 @@ Requires: microshift-release-info = %{version}
150150
The microshift-olm-release-info package provides release information files for this
151151
release. These files contain the list of container image references used by
152152
the Operator Lifecycle Manager for MicroShift and can be used to embed those
153-
images into osbuilder blueprints.
153+
images into osbuilder blueprints or bootc containerfiles.
154154

155155
%package multus
156156
Summary: Multus CNI for MicroShift
@@ -168,7 +168,8 @@ Requires: microshift-release-info = %{version}
168168
%description multus-release-info
169169
The microshift-multus-release-info package provides release information files for this
170170
release. These files contain the list of container image references used by
171-
the Multus CNI for MicroShift and can be used to embed those images into osbuilder blueprints.
171+
the Multus CNI for MicroShift and can be used to embed those images into
172+
osbuilder blueprints or bootc containerfiles.
172173

173174
%if %{with_flannel}
174175
%package flannel
@@ -189,7 +190,7 @@ Requires: microshift-release-info = %{version}
189190
The microshift-flannel-release-info package provides release information files for this
190191
release. These files contain the list of container image references used by the flannel CNI
191192
with the dependent kube-proxy for MicroShift and can be used to embed those images
192-
into osbuilder blueprints.
193+
into osbuilder blueprints or bootc containerfiles.
193194
%endif
194195

195196
%package low-latency
@@ -219,7 +220,7 @@ Requires: microshift = %{version}
219220
%description gateway-api-release-info
220221
The microshift-gateway-api-release-info package provides release information files for this
221222
release. These files contain the list of container image references used by Gateway API
222-
and can be used to embed those images into osbuilder blueprints.
223+
and can be used to embed those images into osbuilder blueprints or bootc containerfiles.
223224

224225
%prep
225226
# Dynamic detection of the available golang version also works for non-RPM golang packages
@@ -651,6 +652,9 @@ fi
651652
# Use Git command to generate the log and replace the VERSION string
652653
# LANG=C git log --date="format:%a %b %d %Y" --pretty="tformat:* %cd %an <%ae> VERSION%n- %s%n" packaging/rpm/microshift.spec
653654
%changelog
655+
* Wed Feb 12 2025 Patryk Matuszak <[email protected]> 4.19.0
656+
- Update RPM descriptions to mention bootc containerfiles
657+
654658
* Mon Nov 11 2024 Gregory Giguashvili <[email protected]> 4.18.0
655659
- Restart crio and microshift services on RPM post-install
656660

0 commit comments

Comments
 (0)