-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kata-packages-uvm: Add make dependency (#11204)
Signed-off-by: Manuel Huber <[email protected]>
- Loading branch information
1 parent
9c00c57
commit bbe27b5
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Summary: Metapackage for Kata UVM components | ||
Name: kata-packages-uvm | ||
Version: 1.0.0 | ||
Release: 6%{?dist} | ||
Release: 7%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -61,8 +61,7 @@ Requires: kata-containers-tools | |
Requires: kata-containers-cc-tools | ||
Requires: kernel-uvm | ||
Requires: kernel-uvm-devel | ||
# Uncomment and remove duplicates once msigvm is available | ||
#Requires: msigvm | ||
Requires: make | ||
Requires: parted | ||
# Python dependencies for non-packaged IGVM tool | ||
Requires: python3 | ||
|
@@ -86,8 +85,6 @@ Requires: veritysetup | |
%package coco-sign | ||
Summary: Metapackage to install the set of packages for building the signing tool for Kata confidential containers UVM. | ||
Requires: build-essential | ||
# Uncomment and remove duplicates once cosesign1go is available | ||
#Requires: cosesign1go | ||
Requires: golang | ||
|
||
%description coco-sign | ||
|
@@ -105,6 +102,10 @@ Requires: golang | |
%files coco-sign | ||
|
||
%changelog | ||
* Mon Nov 25 2024 Manuel Huber <[email protected]> - 1.0.0-7 | ||
- Add explicit make dependency for UVM build | ||
- Remove commented package dependencies | ||
|
||
* Fri Sep 20 2024 Manuel Huber <[email protected]> - 1.0.0-6 | ||
- Update for 3.2.0.azl3 kata-containers(-cc) packages | ||
|
||
|