@@ -92,9 +92,9 @@ BuildRequires: gettext
92
92
%description release-info
93
93
The microshift-release package provides release information files for this
94
94
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.
98
98
99
99
100
100
%package selinux
@@ -150,7 +150,7 @@ Requires: microshift-release-info = %{version}
150
150
The microshift-olm-release-info package provides release information files for this
151
151
release. These files contain the list of container image references used by
152
152
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 .
154
154
155
155
%package multus
156
156
Summary: Multus CNI for MicroShift
@@ -168,7 +168,8 @@ Requires: microshift-release-info = %{version}
168
168
%description multus-release-info
169
169
The microshift-multus-release-info package provides release information files for this
170
170
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.
172
173
173
174
%if %{with_flannel }
174
175
%package flannel
@@ -189,7 +190,7 @@ Requires: microshift-release-info = %{version}
189
190
The microshift-flannel-release-info package provides release information files for this
190
191
release. These files contain the list of container image references used by the flannel CNI
191
192
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 .
193
194
%endif
194
195
195
196
%package low-latency
@@ -219,7 +220,7 @@ Requires: microshift = %{version}
219
220
%description gateway-api-release-info
220
221
The microshift-gateway-api-release-info package provides release information files for this
221
222
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 .
223
224
224
225
%prep
225
226
# Dynamic detection of the available golang version also works for non-RPM golang packages
651
652
# Use Git command to generate the log and replace the VERSION string
652
653
# LANG=C git log --date="format:%a %b %d %Y" --pretty="tformat:* %cd %an <%ae> VERSION%n- %s%n" packaging/rpm/microshift.spec
653
654
%changelog
655
+ *
Wed Feb 12 2025 Patryk Matuszak <[email protected] > 4.19.0
656
+ - Update RPM descriptions to mention bootc containerfiles
657
+
654
658
*
Mon Nov 11 2024 Gregory Giguashvili <[email protected] > 4.18.0
655
659
- Restart crio and microshift services on RPM post-install
656
660
0 commit comments