Issue #1885 - the PostgreSQL data directory permissions will no longer be reverted to 775 during upgrades.
Former-commit-id:c797715efe
[formerlycca3f43736
[formerly d0fe712b37f7890c547470b24139635183ee9e1e]] Former-commit-id:cca3f43736
Former-commit-id:0800c14061
This commit is contained in:
parent
781fa68754
commit
52f1aa5fda
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
|
||||
%dir /awips2/data
|
|
@ -54,7 +54,9 @@ fi
|
|||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%files
|
||||
%defattr(644,awips,fxalpha,755)
|
||||
%defattr(644,awips,fxalpha,755)
|
||||
/awips2/data/postgresql.conf
|
||||
|
||||
%defattr(644,awips,fxalpha,700)
|
||||
%dir /awips2
|
||||
%dir /awips2/data
|
||||
/awips2/data/postgresql.conf
|
||||
%dir /awips2/data
|
Loading…
Add table
Reference in a new issue