diff --git a/nestos-kubernetes-deployer.spec b/nestos-kubernetes-deployer.spec index 6728f2b2d559bde2ca2a593a427728323112eba9..c2f2535e765553b877aab9013907221ac099d9c8 100644 --- a/nestos-kubernetes-deployer.spec +++ b/nestos-kubernetes-deployer.spec @@ -2,7 +2,7 @@ Name: nestos-kubernetes-deployer Version: 0.3.0 -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 @@ -16,7 +16,7 @@ BuildRequires: golang >= 1.21 This is a deployment tool of kubernetes cluster. It covers a series of functions such as infrastructure and Kubernetes core component deployment, update, and configuration management, providing users with a one-stop solution. It supports customization of multiple container runtimes, and is compatible with multiple platform deployments. In addition, it has the ability to create cluster self-signed certificates and supports deploying multiple versions of Kubernetes clusters, covering various scenarios that may be encountered in actual use. %prep -%autosetup -Sgit -n %{name}-%{version} -p1 +%autosetup -n %{name}-%{version} -p1 %package -n nkd Summary: nkd @@ -60,6 +60,9 @@ install -D -m 0644 housekeeper/daemon/files/housekeeper-daemon.service %{buildro /usr/lib/systemd/system/housekeeper-daemon.service %changelog +* Fri Dec 20 2024 litian - 0.3.0-2 +- Use the default patch command instead of git apply to patch + * Fri Jun 28 2024 liukuo - 0.3.0-1 - Upgrade to 0.3.0