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 4b19854c01

View File

@ -2,7 +2,7 @@
Name: nestos-kubernetes-deployer Name: nestos-kubernetes-deployer
Version: 0.2.1 Version: 0.2.1
Release: 1 Release: 2
Summary: A platform to deploy and operate k8s clusters Summary: A platform to deploy and operate k8s clusters
License: Apache-2.0 License: Apache-2.0
URL: https://gitee.com/openeuler/nestos-kubernetes-deployer URL: https://gitee.com/openeuler/nestos-kubernetes-deployer
@ -10,6 +10,8 @@ Source0: %{name}-%{version}.tar.gz
BuildRequires: make BuildRequires: make
BuildRequires: glibc BuildRequires: glibc
BuildRequires: golang >= 1.17 BuildRequires: golang >= 1.17
Requires: opentofu
%description %description
This is a deployment tool of kubernetes cluster O&M platform based on NestOS. 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. 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 /usr/lib/systemd/system/housekeeper-daemon.service
%changelog %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 * Fri Feb 23 2024 lijian <lijian2@kylinos.cn> - 0.2.1-1
- Bugfix for v0.2.0 - Bugfix for v0.2.0