!43 [sync] PR-41: make source url and package consistent

From: @openeuler-sync-bot 
Reviewed-by: @jingwoo, @zhangsong234 
Signed-off-by: @jingwoo
This commit is contained in:
openeuler-ci-bot 2022-12-07 08:08:53 +00:00 committed by Gitee
commit 8c295f368d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 17 additions and 14 deletions

View File

@ -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>
Date: Mon, 17 Oct 2022 16:09:13 +0800
Date: Thu, 17 Nov 2022 20:58:38 +0800
Subject: [PATCH] add dt-test
---
@ -13,19 +13,19 @@ Subject: [PATCH] add dt-test
create mode 100644 umountcmd_test.go
diff --git a/Makefile b/Makefile
index 6507429..b722b51 100644
index c6eb33f..cceab41 100644
--- a/Makefile
+++ b/Makefile
@@ -1,49 +1,54 @@
-# Copyright (c) Huawei Technologies Co., Ltd. 2019. All rights reserved.
-# lxcfs-tools is licensed under the Mulan PSL v1.
-# You can use this software according to the terms and conditions of the Mulan PSL v1.
-# You may obtain a copy of Mulan PSL v1 at:
-# lxcfs-tools is licensed under the Mulan PSL v2.
-# You can use this software according to the terms and conditions of the Mulan PSL v2.
-# You may obtain a copy of Mulan PSL v2 at:
-# http://license.coscl.org.cn/MulanPSL
-# 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
-# PURPOSE.
-# See the Mulan PSL v1 for more details.
-# See the Mulan PSL v2 for more details.
-# Description: makefile
-# Author: zhangsong
-# Create: 2019-01-18
@ -67,14 +67,14 @@ index 6507429..b722b51 100644
-install:
- cd hakc && ./install.shloacal:
+# Copyright (c) Huawei Technologies Co., Ltd. 2019. All rights reserved.
+# lxcfs-tools is licensed under the Mulan PSL v1.
+# You can use this software according to the terms and conditions of the Mulan PSL v1.
+# You may obtain a copy of Mulan PSL v1 at:
+# lxcfs-tools is licensed under the Mulan PSL v2.
+# You can use this software according to the terms and conditions of the Mulan PSL v2.
+# You may obtain a copy of Mulan PSL v2 at:
+# http://license.coscl.org.cn/MulanPSL
+# 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
+# PURPOSE.
+# See the Mulan PSL v1 for more details.
+# See the Mulan PSL v2 for more details.
+# Description: makefile
+# Author: zhangsong
+# Create: 2019-01-18
@ -121,7 +121,7 @@ index 6507429..b722b51 100644
+install:
+ cd hakc && ./install.shloacal:
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
+++ b/hooks/lxcfs-hook/main.go
@@ -63,7 +63,7 @@ func main() {

View File

@ -1,7 +1,7 @@
#Basic Information
Name: lxcfs-tools
Version: 0.3
Release: 28
Release: 29
Summary: toolkit for lxcfs to remount a running isulad
License: Mulan PSL v2
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
%prep
%autosetup -n %{name} -p1
%autosetup -n %{name}-v%{version} -p1
%ifnarch sw_64
%patch5 -R -p1
%endif
@ -100,6 +100,9 @@ rm -rfv %{buildroot}
%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
- Add sw64 architecture

Binary file not shown.