Fix file ownership and permissions
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=72
This commit is contained in:
@@ -158,27 +158,35 @@ echo "This is a dummy package to provide a dependency on the default PostgreSQL
|
||||
# Nothing to do here
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
|
||||
%files server
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
|
||||
%files docs
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
|
||||
%files contrib
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
|
||||
%files plperl
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
|
||||
%files plpython
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
|
||||
%files pltcl
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user