diff --git a/0001-argumentchange.patch b/0001-argumentchange.patch deleted file mode 100644 index 2ef51effbe90e4d9e776b18c14aff8bbf18220bd..0000000000000000000000000000000000000000 --- a/0001-argumentchange.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 377a5a9a81a3063ab56e2916575d46c0ec984f52 Mon Sep 17 00:00:00 2001 -From: linxiaoxu131415 -Date: Wed, 13 Oct 2021 07:54:55 +0000 -Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0=E6=A0=A1?= - =?UTF-8?q?=E9=AA=8C=E8=8C=83=E5=9B=B4?= -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - ---- - scripts/generate.sh | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/scripts/generate.sh b/scripts/generate.sh -index c181221..7a57b05 100644 ---- a/scripts/generate.sh -+++ b/scripts/generate.sh -@@ -291,7 +291,7 @@ if [ $# != 4 ];then - fi - - set +eE --for i in $* -+for i in $1 $2 $3 - do - echo "$i" | grep -v -E ${CHECK_REGEX} - filterParam=$(echo "$i" | grep -v -E ${CHECK_REGEX}) --- -2.23.0 - diff --git a/KubeOS.spec b/KubeOS.spec index 2f5f8cabc58ab4381fa69fa0b2c823b07c79cd7f..89205d5603bbc99c7384f4199ad10ad998ac8a66 100644 --- a/KubeOS.spec +++ b/KubeOS.spec @@ -1,14 +1,13 @@ # Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. Name: KubeOS -Version: 1.0.0 -Release: 4 +Version: 1.0.1 +Release: 1 Summary: O&M platform used to update the whole OS as an entirety License: Mulan PSL v2 -Source0: https://gitee.com/openeuler/isula-build/repository/archive/v%{version}.tar.gz +Source0: https://gitee.com/openeuler/KubeOS/repository/archive/v%{version}.tar.gz ExclusiveArch: x86_64 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Patch1: 0001-argumentchange.patch BuildRequires: make BuildRequires: golang >= 1.13 %description @@ -78,6 +77,12 @@ install -p -m 0600 ./files/os-release %{buildroot}/opt/kubeOS/files rm -rfv %{buildroot} %changelog +* Fri Oct 29 2021 linxiaoxu - 1.0.1-1 +- Type:requirement +- CVE:NA +- SUG:restart +- DESC:update version to v1.0.1 + * Tue Oct 19 2021 linxiaoxu - 1.0.0-4 - Type:requirement - CVE:NA diff --git a/v1.0.0.tar.gz b/v1.0.1.tar.gz similarity index 30% rename from v1.0.0.tar.gz rename to v1.0.1.tar.gz index 563e423063e8de4214d33ed69ceb4df41f3a809d..e234a6efff471d50278535920065501b79c99b0e 100644 Binary files a/v1.0.0.tar.gz and b/v1.0.1.tar.gz differ