diff --git a/KubeOS.spec b/KubeOS.spec index dc29983a62c3dea89f7d0ddb37f75e44f7515528..08e800dd6e3c6cd85f6cf91d5e0b5f9f4e15bf3f 100644 --- a/KubeOS.spec +++ b/KubeOS.spec @@ -2,7 +2,7 @@ Name: KubeOS Version: 1.0.6 -Release: 1 +Release: 2 Summary: O&M platform used to update the whole OS as an entirety License: Mulan PSL v2 Source0: https://gitee.com/openeuler/KubeOS/repository/archive/v%{version}.tar.gz @@ -46,8 +46,8 @@ make install -d %{buildroot}%{_bindir} #install binary install -d -m 0740 %{buildroot}/opt/kubeOS/bin -install -p -m 0500 ./bin/rust/release/os-agent %{buildroot}/opt/kubeOS/bin -install -p -m 0500 ./bin/rust/release/proxy %{buildroot}/opt/kubeOS/bin +install -p -m 0600 ./bin/rust/release/os-agent %{buildroot}/opt/kubeOS/bin +install -p -m 0600 ./bin/rust/release/proxy %{buildroot}/opt/kubeOS/bin install -p -m 0500 ./bin/operator %{buildroot}/opt/kubeOS/bin #install artifacts @@ -117,6 +117,9 @@ install -p -m 0600 ./files/os-release %{buildroot}/opt/kubeOS/files rm -rfv %{buildroot} %changelog +* Tue Apr 23 2024 zhaominmin - 1.0.6-2 +- fix build strip permission denied + * Mon Apr 01 2024 Yuhang Wei - 1.0.6-1 - Type:requirement - CVE:NA