Issue #1885 - the PostgreSQL data directory permissions will no longer be reverted to 775 during upgrades.
Former-commit-id:ef5dcf4489
[formerlyc28286b9ef
[formerly f49bb80458be42996555e5692a3403f2befad77b]] Former-commit-id:c28286b9ef
Former-commit-id:b4f51b7c46
This commit is contained in:
parent
d1799b4e0f
commit
a05a76ddc7
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