Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: sepostgresql - Security-Enhanced PostgreSQL
https://bugzilla.redhat.com/show_bug.cgi?id=249522
------- Additional Comments From kaigai@kaigai.gr.jp 2007-08-27 23:20 EST ------- [SpecURL] http://sepgsql.googlecode.com/files/sepostgresql.spec [SrpmURL] http://sepgsql.googlecode.com/files/sepostgresql-8.2.4-0.432.beta.fc8.src.rp...
I updated the sepostgresql package as follows: - several binary files are renamed * /usr/bin/initdb -> /usr/bin/initdb.sepgsql * /usr/bin/pg_ctl -> /usr/bin/sepg_ctl * /usr/bin/postgres -> /usr/bin/sepostgres * /usr/bin/postmaster -> /usr/bin/postmaster * /usr/bin/pg_dump -> /usr/bin/sepg_dump * /usr/bin/pg_dumpall -> /usr/bin/sepg_dumpall (pg_dump and pg_dumpall also have "se" prefix in older version) - add Requires: postgresql-server, instead of Conflicts: postgresql-server - several duplicate files with postgresql-server are removed, such as /usr/bin/ipcclean, /usr/lib/sepgsql/*.so and manpages in section 1. - shared loadable modules are deployed on /usr/lib/pgsql to share them. - "%define _unpackaged_files_terminate_build 0" is removed
In my simple test, it seems to work fine.
Could you review and check the specfile again? I modified it a bit drastically.
Thanks,