Skip to content

Commit

Permalink
Adding swtpmtools to list of required packages for kubevirt (#10379)
Browse files Browse the repository at this point in the history
Co-authored-by: Sharath Srikanth Chellappa <[email protected]>
  • Loading branch information
sharath-srikanth-chellappa and Sharath Srikanth Chellappa authored Sep 6, 2024
1 parent 9c978f0 commit dd36c18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SPECS/kubevirt/kubevirt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Summary: Container native virtualization
Name: kubevirt
Version: 1.2.0
Release: 7%{?dist}
Release: 8%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand All @@ -32,6 +32,7 @@ Source0: https://github.com/kubevirt/kubevirt/archive/refs/tags/v%{versio
# correctly.
Patch0: Cleanup-housekeeping-cgroup-on-vm-del.patch
%global debug_package %{nil}
BuildRequires: swtpm-tools
BuildRequires: glibc-devel
BuildRequires: glibc-static >= 2.38-8%{?dist}
BuildRequires: golang >= 1.21
Expand Down Expand Up @@ -270,6 +271,9 @@ install -p -m 0644 cmd/virt-launcher/qemu.conf %{buildroot}%{_datadir}/kube-virt
%{_bindir}/virt-tests

%changelog
* Mon Aug 26 2024 Sharath Srikanth Chellappa <[email protected]> - 1.2.0-8
- Adding swtpm tools for building kubevirt RPM.

* Fri Aug 30 2024 Harshit Gupta <[email protected]> - 1.2.0-7
- Update installation path of virt_launcher.cil in virt-handler container.

Expand Down

0 comments on commit dd36c18

Please sign in to comment.