Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions SPECS/device-discovery/device-discovery.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Summary: Device Discovery Agent for Edge Node
Name: device-discovery
Epoch: 1
Version: 0.0.4
Release: 1%{?dist}
Release: 2%{?dist}
Distribution: Edge Microvisor Toolkit
Vendor: Intel Corporation
License: Apache-2.0
Expand All @@ -15,7 +15,7 @@ Source2: %{name}-%{version}-vendor.tar.gz

%{?systemd_requires}

BuildRequires: golang >= 1.25.5
BuildRequires: golang >= 1.25.7
BuildRequires: systemd-rpm-macros
Requires: curl
Requires: dmidecode
Expand Down Expand Up @@ -50,6 +50,9 @@ install -Dp -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/device-discovery.service
%{_unitdir}/device-discovery.service

%changelog
* Tue Feb 24 2026 Andy <andy.peng@intel.com> - 1:0.0.4-2
- Upgrade golang version to use 1.25.7

* Tue Feb 3 2026 Andy <andy.peng@intel.com> - 1:0.0.4-1
- Update version to fix CVE
- CVE-2025-47913
Expand Down
7 changes: 5 additions & 2 deletions SPECS/rpc/rpc.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Summary: Remote Provisioning Client for Intel AMT
Name: rpc
Version: 2.48.14
Release: 1%{?dist}
Release: 2%{?dist}
License: Apache-2.0
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
URL: https://github.com/device-management-toolkit/rpc-go
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-go-%{version}.tar.gz
Source1: %{name}-%{version}-vendor.tar.gz
BuildRequires: golang >= 1.25.0
BuildRequires: golang >= 1.25.7
%global modulename rpc

%description
Expand Down Expand Up @@ -48,6 +48,9 @@ cp LICENSE %{buildroot}%{_defaultlicensedir}/%{name}
%license %{_defaultlicensedir}/%{name}/LICENSE

%changelog
* Tue Feb 24 2026 Andy <andy.peng@intel.com> - 2.48.14-2
- Upgrade golang version to use 1.25.7

* Thu Jan 21 2026 Polmoorx shiva kumar <polmoorx.shiva.kumar@intel.com> - 2.48.14-1
- Upgraded the RPC version from from 2.48.9 to 2.48.14
- fixes CVE-2025-61727, CVE-2025-61729
Expand Down
7 changes: 5 additions & 2 deletions SPECS/tink-worker/tink-worker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Summary: In-memory Operating System Installation Environment for Executing Tinkerbell Workflows
Name: tink-worker
Version: 1.2.0
Release: 1%{?dist}
Release: 2%{?dist}
Distribution: Edge Microvisor Toolkit
Vendor: Intel Corporation
License: Apache-2.0
Expand All @@ -13,7 +13,7 @@ Source1: tink-worker.service
Source2: tink-worker-v%{version}-vendor.tar.gz

%{?systemd_requires}
BuildRequires: golang >= 1.25.5
BuildRequires: golang >= 1.25.7
BuildRequires: systemd-rpm-macros

%description
Expand Down Expand Up @@ -46,6 +46,9 @@ install -Dp -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/tink-worker.service
%{_unitdir}/tink-worker.service

%changelog
* Tue Feb 24 2026 Andy <andy.peng@intel.com> - 1.2.0-2
- Upgrade golang version to use 1.25.7

* Tue Feb 3 2026 Andy <andy.peng@intel.com> - 1.2.0-1
- Update version to fix CVE
- CVE-2025-47913
Expand Down
Loading