diff --git a/0004-add-dt-test.patch b/0004-add-dt-test.patch index 91233f71add62d38e038d82d35f68f2101ba6ec0..85c43833552898c213e39c84eda06eaa7b97ab83 100644 --- a/0004-add-dt-test.patch +++ b/0004-add-dt-test.patch @@ -1,6 +1,6 @@ -From 312cc64247cd0d6c93e914f7d47ec27d0d1cb37b Mon Sep 17 00:00:00 2001 +From 3fa8fc64608fe7c089d0586db4103494d35c68eb Mon Sep 17 00:00:00 2001 From: yangjiaqi -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() { diff --git a/lxcfs-tools.spec b/lxcfs-tools.spec index 6ebb9e1ca95c6ad63b65e85bb15f65676f133402..a40173b0512d85380ef081a76b0f7c1a3d95f093 100644 --- a/lxcfs-tools.spec +++ b/lxcfs-tools.spec @@ -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 - 0.3-29 +- fix source + * Mon Oct 24 2022 wuzx - 0.3-28 - Add sw64 architecture diff --git a/v0.3.tar.gz b/v0.3.tar.gz index b7ca3f642f8c6727222cdf051030fa3cbaa81616..f2ef8ff8548883a4db2e4ebf6e699a78ec834ec1 100644 Binary files a/v0.3.tar.gz and b/v0.3.tar.gz differ