diff options
author | François Andriot <[email protected]> | 2021-05-01 00:02:09 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2021-05-01 18:12:39 +0200 |
commit | ab1604b61a44147623db257ebc0a92409c219bba (patch) | |
tree | 2dc85fa83cec971eb0b7963f8201966ca3c52895 /redhat/extras/trinity-filesystem | |
parent | 527c25ae5e2339f390ea77800ba743436f5911fd (diff) | |
download | tde-packaging-ab1604b61a44147623db257ebc0a92409c219bba.tar.gz tde-packaging-ab1604b61a44147623db257ebc0a92409c219bba.zip |
RPM: update spec files after building 14.0.10
Diffstat (limited to 'redhat/extras/trinity-filesystem')
-rw-r--r-- | redhat/extras/trinity-filesystem/trinity-filesystem.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/redhat/extras/trinity-filesystem/trinity-filesystem.spec b/redhat/extras/trinity-filesystem/trinity-filesystem.spec index 71645c704..d8c26507d 100644 --- a/redhat/extras/trinity-filesystem/trinity-filesystem.spec +++ b/redhat/extras/trinity-filesystem/trinity-filesystem.spec @@ -626,6 +626,11 @@ for b in kcheckpass kgrantpty kpac_dhcp_helper kppp start_tdeinit tdmtsak tdekbd echo "%{tde_bindir}/${b} root:root 4711" >>/etc/permissions.local fi done +for b in fileshareset ; do + if ! grep -q "^%{_bindir}/${b}" "/etc/permissions.local"; then + echo "%{_bindir}/${b} root:root 4711" >>/etc/permissions.local + fi +done %endif |