make source url and package consistent
(cherry picked from commit 60a0402b22253ae75323751413c391aaa0487bcd)
This commit is contained in:
parent
387dac3e4b
commit
b88cd938d8
@ -1,6 +1,6 @@
|
|||||||
From 312cc64247cd0d6c93e914f7d47ec27d0d1cb37b Mon Sep 17 00:00:00 2001
|
From 3fa8fc64608fe7c089d0586db4103494d35c68eb Mon Sep 17 00:00:00 2001
|
||||||
From: yangjiaqi <yangjiaqi16@huawei.com>
|
From: yangjiaqi <yangjiaqi16@huawei.com>
|
||||||
Date: Mon, 17 Oct 2022 16:09:13 +0800
|
Date: Thu, 17 Nov 2022 20:58:38 +0800
|
||||||
Subject: [PATCH] add dt-test
|
Subject: [PATCH] add dt-test
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -13,19 +13,19 @@ Subject: [PATCH] add dt-test
|
|||||||
create mode 100644 umountcmd_test.go
|
create mode 100644 umountcmd_test.go
|
||||||
|
|
||||||
diff --git a/Makefile b/Makefile
|
diff --git a/Makefile b/Makefile
|
||||||
index 6507429..b722b51 100644
|
index c6eb33f..cceab41 100644
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -1,49 +1,54 @@
|
@@ -1,49 +1,54 @@
|
||||||
-# Copyright (c) Huawei Technologies Co., Ltd. 2019. All rights reserved.
|
-# Copyright (c) Huawei Technologies Co., Ltd. 2019. All rights reserved.
|
||||||
-# lxcfs-tools is licensed under the Mulan PSL v1.
|
-# lxcfs-tools is licensed under the Mulan PSL v2.
|
||||||
-# You can use this software according to the terms and conditions of the Mulan PSL v1.
|
-# You can use this software according to the terms and conditions of the Mulan PSL v2.
|
||||||
-# You may obtain a copy of Mulan PSL v1 at:
|
-# You may obtain a copy of Mulan PSL v2 at:
|
||||||
-# http://license.coscl.org.cn/MulanPSL
|
-# http://license.coscl.org.cn/MulanPSL
|
||||||
-# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR
|
-# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR
|
||||||
-# IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
|
-# IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
|
||||||
-# PURPOSE.
|
-# PURPOSE.
|
||||||
-# See the Mulan PSL v1 for more details.
|
-# See the Mulan PSL v2 for more details.
|
||||||
-# Description: makefile
|
-# Description: makefile
|
||||||
-# Author: zhangsong
|
-# Author: zhangsong
|
||||||
-# Create: 2019-01-18
|
-# Create: 2019-01-18
|
||||||
@ -67,14 +67,14 @@ index 6507429..b722b51 100644
|
|||||||
-install:
|
-install:
|
||||||
- cd hakc && ./install.shloacal:
|
- cd hakc && ./install.shloacal:
|
||||||
+# Copyright (c) Huawei Technologies Co., Ltd. 2019. All rights reserved.
|
+# Copyright (c) Huawei Technologies Co., Ltd. 2019. All rights reserved.
|
||||||
+# lxcfs-tools is licensed under the Mulan PSL v1.
|
+# lxcfs-tools is licensed under the Mulan PSL v2.
|
||||||
+# You can use this software according to the terms and conditions of the Mulan PSL v1.
|
+# You can use this software according to the terms and conditions of the Mulan PSL v2.
|
||||||
+# You may obtain a copy of Mulan PSL v1 at:
|
+# You may obtain a copy of Mulan PSL v2 at:
|
||||||
+# http://license.coscl.org.cn/MulanPSL
|
+# http://license.coscl.org.cn/MulanPSL
|
||||||
+# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR
|
+# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR
|
||||||
+# IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
|
+# IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
|
||||||
+# PURPOSE.
|
+# PURPOSE.
|
||||||
+# See the Mulan PSL v1 for more details.
|
+# See the Mulan PSL v2 for more details.
|
||||||
+# Description: makefile
|
+# Description: makefile
|
||||||
+# Author: zhangsong
|
+# Author: zhangsong
|
||||||
+# Create: 2019-01-18
|
+# Create: 2019-01-18
|
||||||
@ -121,7 +121,7 @@ index 6507429..b722b51 100644
|
|||||||
+install:
|
+install:
|
||||||
+ cd hakc && ./install.shloacal:
|
+ cd hakc && ./install.shloacal:
|
||||||
diff --git a/hooks/lxcfs-hook/main.go b/hooks/lxcfs-hook/main.go
|
diff --git a/hooks/lxcfs-hook/main.go b/hooks/lxcfs-hook/main.go
|
||||||
index f23a445..2bc0f94 100644
|
index b661c28..aa6d855 100644
|
||||||
--- a/hooks/lxcfs-hook/main.go
|
--- a/hooks/lxcfs-hook/main.go
|
||||||
+++ b/hooks/lxcfs-hook/main.go
|
+++ b/hooks/lxcfs-hook/main.go
|
||||||
@@ -63,7 +63,7 @@ func main() {
|
@@ -63,7 +63,7 @@ func main() {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#Basic Information
|
#Basic Information
|
||||||
Name: lxcfs-tools
|
Name: lxcfs-tools
|
||||||
Version: 0.3
|
Version: 0.3
|
||||||
Release: 28
|
Release: 29
|
||||||
Summary: toolkit for lxcfs to remount a running isulad
|
Summary: toolkit for lxcfs to remount a running isulad
|
||||||
License: Mulan PSL v2
|
License: Mulan PSL v2
|
||||||
URL: https://gitee.com/openeuler/lxcfs-tools
|
URL: https://gitee.com/openeuler/lxcfs-tools
|
||||||
@ -24,7 +24,7 @@ A toolkit for lxcfs to remount a running isulad when crashes recover
|
|||||||
|
|
||||||
#Build sections
|
#Build sections
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name} -p1
|
%autosetup -n %{name}-v%{version} -p1
|
||||||
%ifnarch sw_64
|
%ifnarch sw_64
|
||||||
%patch5 -R -p1
|
%patch5 -R -p1
|
||||||
%endif
|
%endif
|
||||||
@ -100,6 +100,9 @@ rm -rfv %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 17 2022 yangjiaqi<yangjiaqi16@huawei.com> - 0.3-29
|
||||||
|
- fix source
|
||||||
|
|
||||||
* Mon Oct 24 2022 wuzx<wuzx1226@qq.com> - 0.3-28
|
* Mon Oct 24 2022 wuzx<wuzx1226@qq.com> - 0.3-28
|
||||||
- Add sw64 architecture
|
- Add sw64 architecture
|
||||||
|
|
||||||
|
|||||||
BIN
v0.3.tar.gz
BIN
v0.3.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user