add require opentofu

(cherry picked from commit 34ef12cb585bd7a451f9d92cfb754f96671bee22)
This commit is contained in:
jianli-97 2024-03-21 12:36:33 +08:00 committed by openeuler-sync-bot
parent d343477b3d
commit c725e800a2

View File

@ -2,7 +2,7 @@
Name: nestos-kubernetes-deployer
Version: 0.2.1
Release: 1
Release: 2
Summary: A platform to deploy and operate k8s clusters
License: Apache-2.0
URL: https://gitee.com/openeuler/nestos-kubernetes-deployer
@ -10,6 +10,8 @@ Source0: %{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: glibc
BuildRequires: golang >= 1.17
Requires: opentofu
%description
This is a deployment tool of kubernetes cluster O&M platform based on NestOS.
The goal is to provide services such as deployment, update and configuration management of the infrastructure outside of the kubernetes cluster.
@ -53,6 +55,9 @@ install -D -m 0644 housekeeper/daemon/files/housekeeper-daemon.service %{buildro
/usr/lib/systemd/system/housekeeper-daemon.service
%changelog
* Thu Mar 21 2024 lijian <lijian2@kylinos.cn> - 0.2.1-2
- Add require opentofu
* Fri Feb 23 2024 lijian <lijian2@kylinos.cn> - 0.2.1-1
- Bugfix for v0.2.0