Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions SPECS/in-band-manageability/in-band-manageability.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -207,6 +208,9 @@ fi
%systemd_postun inbd.service

%changelog
* Tue Nov 25 2025 Lee Chee Yang <[email protected]> - 1.0.2-2
- amend build required golang version

* Wed Nov 5 2025 Kishan Mochi <[email protected]> - 1.0.2-1
- update in-band to 1.0.2

Expand Down
9 changes: 6 additions & 3 deletions SPECS/tink-worker/tink-worker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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 <[email protected]> - 1.0.2-2
- amend build required golang version

* Mon Nov 3 2025 Andy <[email protected]> - 1.1.2-1
- Update tink worker version to 1.1.2

Expand Down
Loading