File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 55Summary: An agent to manage systems via in-band connection
66Name: in-band-manageability
77Version: 1.0.2
8- Release: 1 %{?dist }
8+ Release: 2 %{?dist }
99Distribution: Edge Microvisor Toolkit
1010Vendor: Intel Corporation
1111License: Apache-2.0
@@ -15,7 +15,8 @@ Source1: intel_manageability.conf
1515Source2: inbm-configuration-replace-FQDN.sh
1616Source3: inbm.te
1717Source4: inbm.fc
18- BuildRequires: golang <= 1.24.7
18+ BuildRequires: golang < 1.25.0
19+ BuildRequires: golang >= 1.24.7
1920BuildRequires: systemd-rpm-macros
2021BuildRequires: selinux-policy-devel
2122BuildRequires: make
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
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.1.2
6- Release: 1 %{?dist }
6+ Release: 2 %{?dist }
77Distribution: Edge Microvisor Toolkit
88Vendor: Intel Corporation
99License: Apache-2.0
@@ -13,8 +13,8 @@ Source1: tink-worker.service
1313Source2: 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
1818BuildRequires: 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
You can’t perform that action at this time.
0 commit comments