From 599fdc172283c3aab1b518a009a91da5213416ad Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Tue, 13 Sep 2022 16:00:37 +0800 Subject: [PATCH] Fix kolla patch permission warning --- 0004-Add-isula-support-for-kolla.patch | 4 ++-- openstack-plugin.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/0004-Add-isula-support-for-kolla.patch b/0004-Add-isula-support-for-kolla.patch index 6995ef2..da5ba97 100644 --- a/0004-Add-isula-support-for-kolla.patch +++ b/0004-Add-isula-support-for-kolla.patch @@ -11,7 +11,7 @@ Subject: [PATCH] Add isula support for kolla create mode 100644 image/runtime.py diff --git a/common/config.py b/common/config.py -index 6d067bf..dec8dcf 100755 +index 6d067bf..dec8dcf 100644 --- a/common/config.py +++ b/common/config.py @@ -154,6 +154,9 @@ _CLI_OPTS = [ @@ -25,7 +25,7 @@ index 6d067bf..dec8dcf 100755 help='Use dumb-init as init system in containers'), cfg.BoolOpt('debug', short='d', default=False, diff --git a/image/build.py b/image/build.py -index f2a2eaf..c4d7dee 100755 +index f2a2eaf..c4d7dee 100644 --- a/image/build.py +++ b/image/build.py @@ -49,6 +49,7 @@ from kolla.common import config as common_config # noqa diff --git a/openstack-plugin.spec b/openstack-plugin.spec index 4e0d3db..b12a07c 100644 --- a/openstack-plugin.spec +++ b/openstack-plugin.spec @@ -12,7 +12,7 @@ rm -rf %1/.git Name: openstack-plugin Version: 1.0.0 -Release: 2 +Release: 3 Summary: The plug-in package of openstack for openEuler License: Apache-2.0 URL: https://gitee.com/openeuler/openstack-plugin @@ -151,6 +151,9 @@ install -D -p -m 644 %{SOURCE4} %{buildroot}%{python3_sitelib}/openstack-plugin/ %{python3_sitelib}/openstack-plugin/%{SOURCE4} %changelog +* Tue Sep 13 2022 wangxiyuan - 1.0.0-3 +- Fix kolla patch permission warning + * Wed Sep 07 2022 wangxiyuan - 1.0.0-2 - Fix path and spec error -- Gitee