Skip to content

Commit 7be1fd5

Browse files
committed
Merge branch '3.0-dev' into 3.0
Merge branch '3.0-dev' commit b28bdf3 Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
2 parents 913a22c + b28bdf3 commit 7be1fd5

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

SPECS/in-band-manageability/in-band-manageability.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Summary: An agent to manage systems via in-band connection
66
Name: in-band-manageability
77
Version: 1.0.2
8-
Release: 1%{?dist}
8+
Release: 2%{?dist}
99
Distribution: Edge Microvisor Toolkit
1010
Vendor: Intel Corporation
1111
License: Apache-2.0
@@ -15,7 +15,8 @@ Source1: intel_manageability.conf
1515
Source2: inbm-configuration-replace-FQDN.sh
1616
Source3: inbm.te
1717
Source4: inbm.fc
18-
BuildRequires: golang <= 1.24.7
18+
BuildRequires: golang < 1.25.0
19+
BuildRequires: golang >= 1.24.7
1920
BuildRequires: systemd-rpm-macros
2021
BuildRequires: selinux-policy-devel
2122
BuildRequires: make
@@ -207,6 +208,9 @@ fi
207208
%systemd_postun inbd.service
208209

209210
%changelog
211+
* Tue Nov 25 2025 Lee Chee Yang <chee.yang.lee@intel.com> - 1.0.2-2
212+
- amend build required golang version
213+
210214
* Wed Nov 5 2025 Kishan Mochi <kishan.mochi@intel.com> - 1.0.2-1
211215
- update in-band to 1.0.2
212216

SPECS/tink-worker/tink-worker.spec

Lines changed: 6 additions & 3 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.1.2
6-
Release: 1%{?dist}
6+
Release: 2%{?dist}
77
Distribution: Edge Microvisor Toolkit
88
Vendor: Intel Corporation
99
License: Apache-2.0
@@ -13,8 +13,8 @@ Source1: tink-worker.service
1313
Source2: tink-worker-v%{version}-vendor.tar.gz
1414

1515
%{?systemd_requires}
16-
17-
BuildRequires: golang <= 1.24.7
16+
BuildRequires: golang < 1.25.0
17+
BuildRequires: golang >= 1.24.7
1818
BuildRequires: systemd-rpm-macros
1919

2020
%description
@@ -46,6 +46,9 @@ install -Dp -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/tink-worker.service
4646
%{_unitdir}/tink-worker.service
4747

4848
%changelog
49+
* Tue Nov 25 2025 Lee Chee Yang <chee.yang.lee@intel.com> - 1.0.2-2
50+
- amend build required golang version
51+
4952
* Mon Nov 3 2025 Andy <andy.peng@intel.com> - 1.1.2-1
5053
- Update tink worker version to 1.1.2
5154

0 commit comments

Comments
 (0)