Issue #1885 - the PostgreSQL data directory permissions will no longer be reverted to 775 during upgrades.
Former-commit-id:c797715efe
[formerly d0fe712b37f7890c547470b24139635183ee9e1e] Former-commit-id:cca3f43736
This commit is contained in:
parent
e43d1bda36
commit
0800c14061
2 changed files with 9 additions and 5 deletions
|
@ -55,6 +55,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
|
||||
%files
|
||||
%defattr(644,awips,fxalpha,755)
|
||||
/awips2/data/postgresql.conf
|
||||
|
||||
%defattr(644,awips,fxalpha,700)
|
||||
%dir /awips2
|
||||
%dir /awips2/data
|
||||
/awips2/data/postgresql.conf
|
|
@ -55,6 +55,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
|
||||
%files
|
||||
%defattr(644,awips,fxalpha,755)
|
||||
/awips2/data/postgresql.conf
|
||||
|
||||
%defattr(644,awips,fxalpha,700)
|
||||
%dir /awips2
|
||||
%dir /awips2/data
|
||||
/awips2/data/postgresql.conf
|
Loading…
Add table
Reference in a new issue