!9 update version to v1.0.1
From: @linxiaoxu131415 Reviewed-by: @caihaomin Signed-off-by: @caihaomin
This commit is contained in:
commit
e0b505cab9
@ -1,29 +0,0 @@
|
|||||||
From 377a5a9a81a3063ab56e2916575d46c0ec984f52 Mon Sep 17 00:00:00 2001
|
|
||||||
From: linxiaoxu131415 <linxiaoxu@huawei.com>
|
|
||||||
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
|
|
||||||
|
|
||||||
13
KubeOS.spec
13
KubeOS.spec
@ -1,14 +1,13 @@
|
|||||||
# Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved.
|
# Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved.
|
||||||
|
|
||||||
Name: KubeOS
|
Name: KubeOS
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: O&M platform used to update the whole OS as an entirety
|
Summary: O&M platform used to update the whole OS as an entirety
|
||||||
License: Mulan PSL v2
|
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
|
ExclusiveArch: x86_64
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Patch1: 0001-argumentchange.patch
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: golang >= 1.13
|
BuildRequires: golang >= 1.13
|
||||||
%description
|
%description
|
||||||
@ -78,6 +77,12 @@ install -p -m 0600 ./files/os-release %{buildroot}/opt/kubeOS/files
|
|||||||
rm -rfv %{buildroot}
|
rm -rfv %{buildroot}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 29 2021 linxiaoxu<linxiaoxu@huawei.com> - 1.0.1-1
|
||||||
|
- Type:requirement
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:restart
|
||||||
|
- DESC:update version to v1.0.1
|
||||||
|
|
||||||
* Tue Oct 19 2021 linxiaoxu<linxiaoxu@huawei.com> - 1.0.0-4
|
* Tue Oct 19 2021 linxiaoxu<linxiaoxu@huawei.com> - 1.0.0-4
|
||||||
- Type:requirement
|
- Type:requirement
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
BIN
v1.0.0.tar.gz
BIN
v1.0.0.tar.gz
Binary file not shown.
BIN
v1.0.1.tar.gz
Normal file
BIN
v1.0.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user