diff --git a/SPECS/in-band-manageability/in-band-manageability.spec b/SPECS/in-band-manageability/in-band-manageability.spec index c214df4ba6..fce77d11ff 100644 --- a/SPECS/in-band-manageability/in-band-manageability.spec +++ b/SPECS/in-band-manageability/in-band-manageability.spec @@ -5,7 +5,7 @@ Summary: An agent to manage systems via in-band connection Name: in-band-manageability Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Distribution: Edge Microvisor Toolkit Vendor: Intel Corporation License: Apache-2.0 @@ -15,7 +15,8 @@ Source1: intel_manageability.conf Source2: inbm-configuration-replace-FQDN.sh Source3: inbm.te Source4: inbm.fc -BuildRequires: golang <= 1.24.7 +BuildRequires: golang < 1.25.0 +BuildRequires: golang >= 1.24.7 BuildRequires: systemd-rpm-macros BuildRequires: selinux-policy-devel BuildRequires: make @@ -207,6 +208,9 @@ fi %systemd_postun inbd.service %changelog +* Tue Nov 25 2025 Lee Chee Yang - 1.0.2-2 +- amend build required golang version + * Wed Nov 5 2025 Kishan Mochi - 1.0.2-1 - update in-band to 1.0.2 diff --git a/SPECS/tink-worker/tink-worker.spec b/SPECS/tink-worker/tink-worker.spec index 4cb86ca524..5fc593c1bd 100644 --- a/SPECS/tink-worker/tink-worker.spec +++ b/SPECS/tink-worker/tink-worker.spec @@ -3,7 +3,7 @@ Summary: In-memory Operating System Installation Environment for Executing Tinkerbell Workflows Name: tink-worker Version: 1.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Distribution: Edge Microvisor Toolkit Vendor: Intel Corporation License: Apache-2.0 @@ -13,8 +13,8 @@ Source1: tink-worker.service Source2: tink-worker-v%{version}-vendor.tar.gz %{?systemd_requires} - -BuildRequires: golang <= 1.24.7 +BuildRequires: golang < 1.25.0 +BuildRequires: golang >= 1.24.7 BuildRequires: systemd-rpm-macros %description @@ -46,6 +46,9 @@ install -Dp -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/tink-worker.service %{_unitdir}/tink-worker.service %changelog +* Tue Nov 25 2025 Lee Chee Yang - 1.0.2-2 +- amend build required golang version + * Mon Nov 3 2025 Andy - 1.1.2-1 - Update tink worker version to 1.1.2