Skip to content

Commit a1ab09c

Browse files
committed
Merge branch '3.0-dev' into 3.0
Merge branch '3.0-dev' commit 8f4a924 Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
2 parents af7b2e5 + 8f4a924 commit a1ab09c

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

SPECS/device-discovery/device-discovery.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Summary: Device Discovery Agent for Edge Node
44
Name: device-discovery
55
Epoch: 1
66
Version: 0.0.4
7-
Release: 1%{?dist}
7+
Release: 2%{?dist}
88
Distribution: Edge Microvisor Toolkit
99
Vendor: Intel Corporation
1010
License: 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
1919
BuildRequires: systemd-rpm-macros
2020
Requires: curl
2121
Requires: 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

SPECS/rpc/rpc.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Summary: Remote Provisioning Client for Intel AMT
22
Name: rpc
33
Version: 2.48.14
4-
Release: 1%{?dist}
4+
Release: 2%{?dist}
55
License: Apache-2.0
66
Vendor: Intel Corporation
77
Distribution: Edge Microvisor Toolkit
88
URL: https://github.com/device-management-toolkit/rpc-go
99
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-go-%{version}.tar.gz
1010
Source1: %{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

SPECS/tink-worker/tink-worker.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Summary: In-memory Operating System Installation Environment for Executing Tinkerbell Workflows
44
Name: tink-worker
55
Version: 1.2.0
6-
Release: 1%{?dist}
6+
Release: 2%{?dist}
77
Distribution: Edge Microvisor Toolkit
88
Vendor: Intel Corporation
99
License: Apache-2.0
@@ -13,7 +13,7 @@ Source1: tink-worker.service
1313
Source2: tink-worker-v%{version}-vendor.tar.gz
1414

1515
%{?systemd_requires}
16-
BuildRequires: golang >= 1.25.5
16+
BuildRequires: golang >= 1.25.7
1717
BuildRequires: 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

0 commit comments

Comments
 (0)