File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Summary: Device Discovery Agent for Edge Node
44Name: device-discovery
55Epoch: 1
66Version: 0.0.4
7- Release: 1 %{?dist }
7+ Release: 2 %{?dist }
88Distribution: Edge Microvisor Toolkit
99Vendor: Intel Corporation
1010License: Apache-2.0
@@ -15,7 +15,7 @@ Source2: %{name}-%{version}-vendor.tar.gz
1515
1616%{?systemd_requires }
1717
18- BuildRequires: golang >= 1.25.5
18+ BuildRequires: golang >= 1.25.7
1919BuildRequires: systemd-rpm-macros
2020Requires: curl
2121Requires: dmidecode
@@ -50,6 +50,9 @@ install -Dp -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/device-discovery.service
5050%{_unitdir }/device-discovery.service
5151
5252%changelog
53+ * Tue Feb 24 2026 Andy <andy.peng@intel.com> - 1:0.0.4-2
54+ - Upgrade golang version to use 1.25.7
55+
5356* Tue Feb 3 2026 Andy <andy.peng@intel.com> - 1:0.0.4-1
5457- Update version to fix CVE
5558- CVE-2025-47913
Original file line number Diff line number Diff line change 11Summary: Remote Provisioning Client for Intel AMT
22Name: rpc
33Version: 2.48.14
4- Release: 1 %{?dist }
4+ Release: 2 %{?dist }
55License: Apache-2.0
66Vendor: Intel Corporation
77Distribution: Edge Microvisor Toolkit
88URL: https://github.com/device-management-toolkit/rpc-go
99Source0: %{url }/archive/refs/tags/v%{version }.tar.gz#/%{name}-go-%{version}.tar.gz
1010Source1: %{name }-%{version }-vendor.tar.gz
11- BuildRequires: golang >= 1.25.0
11+ BuildRequires: golang >= 1.25.7
1212%global modulename rpc
1313
1414%description
@@ -48,6 +48,9 @@ cp LICENSE %{buildroot}%{_defaultlicensedir}/%{name}
4848%license %{_defaultlicensedir }/%{name }/LICENSE
4949
5050%changelog
51+ * Tue Feb 24 2026 Andy <andy.peng@intel.com> - 2.48.14-2
52+ - Upgrade golang version to use 1.25.7
53+
5154* Thu Jan 21 2026 Polmoorx shiva kumar <polmoorx.shiva.kumar@intel.com> - 2.48.14-1
5255- Upgraded the RPC version from from 2.48.9 to 2.48.14
5356- fixes CVE-2025-61727, CVE-2025-61729
Original file line number Diff line number Diff line change 33Summary: In-memory Operating System Installation Environment for Executing Tinkerbell Workflows
44Name: tink-worker
55Version: 1.2.0
6- Release: 1 %{?dist }
6+ Release: 2 %{?dist }
77Distribution: Edge Microvisor Toolkit
88Vendor: Intel Corporation
99License: Apache-2.0
@@ -13,7 +13,7 @@ Source1: tink-worker.service
1313Source2: tink-worker-v%{version }-vendor.tar.gz
1414
1515%{?systemd_requires }
16- BuildRequires: golang >= 1.25.5
16+ BuildRequires: golang >= 1.25.7
1717BuildRequires: systemd-rpm-macros
1818
1919%description
@@ -46,6 +46,9 @@ install -Dp -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/tink-worker.service
4646%{_unitdir }/tink-worker.service
4747
4848%changelog
49+ * Tue Feb 24 2026 Andy <andy.peng@intel.com> - 1.2.0-2
50+ - Upgrade golang version to use 1.25.7
51+
4952* Tue Feb 3 2026 Andy <andy.peng@intel.com> - 1.2.0-1
5053- Update version to fix CVE
5154- CVE-2025-47913
You can’t perform that action at this time.
0 commit comments