Skip to content

Commit c0b16c3

Browse files
committed
Add back coco subpackage
1 parent 94edb18 commit c0b16c3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

SPECS/kata-packages-uvm/kata-packages-uvm.spec

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ Requires: systemd-udev
4646
%description
4747
Metapackage to install the set of packages inside a Kata containers UVM
4848

49+
%package coco
50+
Summary: Metapackage to install the set of packages inside a Kata confidential containers UVM.
51+
Requires: %{name} = %{version}-%{release}
52+
Requires: cifs-utils
53+
Requires: device-mapper
54+
# Note: This assumes we are using systemd which may not always be the case when we support AGENT_INIT=yes
55+
Requires: systemd-udev
56+
57+
%description coco
58+
4959
%package build
5060
Summary: Metapackage to install the set of packages for building a Kata UVM.
5161
Requires: acpica-tools
@@ -89,13 +99,15 @@ Requires: golang
8999

90100
%files
91101

102+
%files coco
103+
92104
%files build
93105

94106
%files coco-sign
95107

96108
%changelog
97109
* Mon Feb 24 2025 Mitch Zhu <[email protected]> - 1.0.0-8
98-
- Add cifs-utils to vanilla kata. Remove coco subpackage.
110+
- Add cifs-utils, device-mapper, and systemd-udev to kata pod sandboxing.
99111

100112
* Mon Nov 25 2024 Manuel Huber <[email protected]> - 1.0.0-7
101113
- Add explicit make dependency for UVM build

0 commit comments

Comments
 (0)