Skip to content

Commit

Permalink
specs: upgrade both packages to v3.2.0azl0
Browse files Browse the repository at this point in the history
  • Loading branch information
sprt committed Feb 12, 2024
1 parent 4deadb3 commit 3fdcc4d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 21 deletions.
6 changes: 3 additions & 3 deletions SPECS/kata-containers-cc/kata-containers-cc.signatures.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Signatures": {
"mariner-coco-build-uvm.sh": "594c1e3764b65372a4fda2ab35fecaa2aa41937f37e0e3ccdf4778cc98f9b793",
"kata-containers-cc-0.6.3-cargo.tar.gz": "7ff6c5f7f7aa31a99ea5d837876291d886b16c32f21b6d65d044fd398abff1e6",
"kata-containers-cc-0.6.3.tar.gz": "1f366ce70bf83a239a7ec99334506adb28c3199157b4370840c3685378a34268"
"kata-containers-cc-3.2.0.azl0-cargo.tar.gz": "7ff6c5f7f7aa31a99ea5d837876291d886b16c32f21b6d65d044fd398abff1e6",
"kata-containers-cc-3.2.0.azl0.tar.gz": "e1915c761655a396928f841f8656d5810fe1e3f35275a0e47fd27bdadee36a40"
}
}
}
16 changes: 9 additions & 7 deletions SPECS/kata-containers-cc/kata-containers-cc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
%global debug_package %{nil}

Name: kata-containers-cc
Version: 0.6.3
Version: 3.2.0.azl0
Release: 1%{?dist}
Summary: Kata Confidential Containers package developed for Confidential Containers on AKS
License: ASL 2.0
Vendor: Microsoft Corporation
URL: https://github.com/microsoft/kata-containers
Source0: https://github.com/microsoft/kata-containers/archive/refs/tags/cc-%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: https://github.com/microsoft/kata-containers/archive/refs/tags/%{name}-%{version}.tar.gz
Source2: %{name}-%{version}-cargo.tar.gz
Source3: mariner-coco-build-uvm.sh
Source0: https://github.com/microsoft/kata-containers/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: %{name}-%{version}-cargo.tar.gz
Source2: mariner-coco-build-uvm.sh

ExclusiveArch: x86_64

Expand Down Expand Up @@ -73,7 +72,7 @@ This package contains the the tooling and files required to build the UVM
%prep
%autosetup -p1 -n %{name}-%{version}
pushd %{_builddir}/%{name}-%{version}
tar -xf %{SOURCE2}
tar -xf %{SOURCE1}
popd

%build
Expand Down Expand Up @@ -158,7 +157,7 @@ pushd %{_builddir}/%{name}-%{version}
rm tools/osbuilder/.gitignore
rm tools/osbuilder/rootfs-builder/.gitignore

install -D -m 0755 %{SOURCE3} %{buildroot}%{osbuilder}/mariner-coco-build-uvm.sh
install -D -m 0755 %{SOURCE2} %{buildroot}%{osbuilder}/mariner-coco-build-uvm.sh
install -D -m 0644 VERSION %{buildroot}%{osbuilder}/VERSION
install -D -m 0644 ci/install_yq.sh %{buildroot}%{osbuilder}/ci/install_yq.sh
install -D -m 0644 versions.yaml %{buildroot}%{osbuilder}/versions.yaml
Expand Down Expand Up @@ -306,6 +305,9 @@ install -D -m 0755 %{_builddir}/%{name}-%{version}/tools/osbuilder/image-builder
%exclude %{osbuilder}/tools/osbuilder/rootfs-builder/ubuntu

%changelog
* Thu Feb 01 2024 Aurelien Bombo <[email protected]> - 3.2.0.azl0-1
- Use Microsoft sources based on upstream Kata version 3.2.0.

* Mon Jan 08 2024 Dallas Delaney <[email protected]> - 0.6.3-1
- Upgrade to version 0.6.3

Expand Down
4 changes: 2 additions & 2 deletions SPECS/kata-containers/kata-containers.signatures.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Signatures": {
"50-kata": "fb108c6337b3d3bf80b43ab04f2bf9a3bdecd29075ebd16320aefe8f81c502a7",
"kata-containers-3.1.0-vendor.tar.gz": "d14032fc30e0f8e1bd9afc57264ed703df6cdf48ad2b1845b02e046763ac3352",
"kata-containers-3.1.0.tar.gz": "9785078a2250a784c30692f156de4a1a2cfa754a38b48b755ece7517902ffed3",
"kata-containers-3.2.0.azl0-cargo.tar.gz": "7ff6c5f7f7aa31a99ea5d837876291d886b16c32f21b6d65d044fd398abff1e6",
"kata-containers-3.2.0.azl0.tar.gz": "e1915c761655a396928f841f8656d5810fe1e3f35275a0e47fd27bdadee36a40",
"mariner-build-uvm.sh": "a0fbee4def82ee492eab64a8b5a948c2fef125fa1ca5686aafa0a80c64144068"
}
}
13 changes: 8 additions & 5 deletions SPECS/kata-containers/kata-containers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@

Summary: Kata Containers version 2.x repository
Name: kata-containers
Version: 3.1.0
Release: 10%{?dist}
Version: 3.2.0.azl0
Release: 1%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
URL: https://github.com/%{name}/%{name}
Source0: https://github.com/%{name}/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}-vendor.tar.gz
URL: https://github.com/microsoft/kata-containers
Source0: https://github.com/microsoft/kata-containers/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: %{name}-%{version}-cargo.tar.gz
Source2: 50-kata
Source3: mariner-build-uvm.sh

Expand Down Expand Up @@ -220,6 +220,9 @@ ln -sf %{_bindir}/kata-runtime %{buildroot}%{_prefix}/local/bin/kata-runtime
%exclude %{kataosbuilderdir}/rootfs-builder/ubuntu

%changelog
* Thu Feb 01 2024 Aurelien Bombo <[email protected]> - 3.2.0.azl0-1
- Use Microsoft sources based on upstream version 3.2.0.

* Tue Dec 05 2023 Archana Choudhary <[email protected]> - 3.1.0-10
- Drop qemu-kvm-core dependency
- Define explicit dependency on qemu-virtiofsd
Expand Down
8 changes: 4 additions & 4 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8041,8 +8041,8 @@
"type": "other",
"other": {
"name": "kata-containers",
"version": "3.1.0",
"downloadUrl": "https://github.com/kata-containers/kata-containers/archive/refs/tags/3.1.0.tar.gz"
"version": "3.2.0.azl0",
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl0.tar.gz"
}
}
},
Expand All @@ -8051,8 +8051,8 @@
"type": "other",
"other": {
"name": "kata-containers-cc",
"version": "0.6.3",
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/cc-0.6.3.tar.gz"
"version": "3.2.0.azl0",
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl0.tar.gz"
}
}
},
Expand Down

0 comments on commit 3fdcc4d

Please sign in to comment.