Skip to content

Commit bbe27b5

Browse files
authored
kata-packages-uvm: Add make dependency (#11204)
Signed-off-by: Manuel Huber <mahuber@microsoft.com>
1 parent 9c00c57 commit bbe27b5

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Metapackage for Kata UVM components
22
Name: kata-packages-uvm
33
Version: 1.0.0
4-
Release: 6%{?dist}
4+
Release: 7%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
@@ -61,8 +61,7 @@ Requires: kata-containers-tools
6161
Requires: kata-containers-cc-tools
6262
Requires: kernel-uvm
6363
Requires: kernel-uvm-devel
64-
# Uncomment and remove duplicates once msigvm is available
65-
#Requires: msigvm
64+
Requires: make
6665
Requires: parted
6766
# Python dependencies for non-packaged IGVM tool
6867
Requires: python3
@@ -86,8 +85,6 @@ Requires: veritysetup
8685
%package coco-sign
8786
Summary: Metapackage to install the set of packages for building the signing tool for Kata confidential containers UVM.
8887
Requires: build-essential
89-
# Uncomment and remove duplicates once cosesign1go is available
90-
#Requires: cosesign1go
9188
Requires: golang
9289

9390
%description coco-sign
@@ -105,6 +102,10 @@ Requires: golang
105102
%files coco-sign
106103

107104
%changelog
105+
* Mon Nov 25 2024 Manuel Huber <mahuber@microsoft.com> - 1.0.0-7
106+
- Add explicit make dependency for UVM build
107+
- Remove commented package dependencies
108+
108109
* Fri Sep 20 2024 Manuel Huber <mahuber@microsoft.com> - 1.0.0-6
109110
- Update for 3.2.0.azl3 kata-containers(-cc) packages
110111

0 commit comments

Comments
 (0)