From 38bf794123f51bc64f7a2165c91368e14680fc0a Mon Sep 17 00:00:00 2001 From: wo_cow Date: Wed, 20 Jul 2022 15:40:01 +0800 Subject: [PATCH] add permission to dir --- oncn-bwm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/oncn-bwm.spec b/oncn-bwm.spec index a4e49e8..9120516 100644 --- a/oncn-bwm.spec +++ b/oncn-bwm.spec @@ -1,6 +1,6 @@ Name: oncn-bwm Version: 1.0 -Release: 1 +Release: 2 Summary: Pod bandwidth management in mixed deployment scenarios of online and offline services License: GPL-2.0 URL: https://gitee.com/src-openeuler/oncn-bwm @@ -78,6 +78,7 @@ fi %files %defattr(-,root,root) %attr(0500,root,root) %{_bindir}/bwmcli +%attr(0500,root,root) /usr/share/bwmcli %attr(0500,root,root) /usr/share/bwmcli/bwm_prio_kern.o %attr(0500,root,root) /usr/share/bwmcli/bwm_tc.o @@ -86,5 +87,8 @@ fi %changelog +* Wed Jul 20 2022 wo_cow - 1.0-2 +- add permission to dir + * Thu Jul 14 2022 wo_cow - 1.0-1 - init oncn-bwm