Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
KaiGai Kohei
44608b65d4 upgrade base version to 9.0.3 2011-04-15 09:31:54 +02:00
KaiGai Kohei
b8c1f7f717 upgrade base version v9.0.0->v9.0.1 2010-10-07 10:09:42 +09:00
KaiGai Kohei
9b0f1fb6a6 fixup specfile 2010-10-05 22:15:00 +09:00
KaiGai Kohei
bd689b7bd7 upload postgresql-9.0.0.tar.gz 2010-10-05 21:49:04 +09:00
KaiGai Kohei
70e09826ba fixup sepostgresql-9.0-fullset.patch (rebased to the v9.0.0) 2010-10-05 21:43:17 +09:00
4 changed files with 907 additions and 997 deletions

3
.gitignore vendored
View file

@ -1 +1,4 @@
postgresql-9.0beta1.tar.gz
/postgresql-9.0.0.tar.gz
/postgresql-9.0.1.tar.gz
/postgresql-9.0.3.tar.gz

File diff suppressed because it is too large Load diff

View file

@ -11,8 +11,8 @@
Summary: Security Enhanced PostgreSQL
Name: sepostgresql
Version: 9.0.0
Release: 20101005%{?dist}
Version: 9.0.3
Release: 20110415%{?dist}
License: PostgreSQL
Group: Applications/Databases
Url: http://code.google.com/p/sepgsql/
@ -24,7 +24,7 @@ Source3: sepostgresql.logrotate
Patch0: sepostgresql-fedora-prefix.patch
Patch1: sepostgresql-9.0-fullset.patch
BuildRequires: perl glibc-devel bison flex readline-devel zlib-devel >= 1.0.4
BuildRequires: checkpolicy libselinux-devel >= 2.0.80 audit-libs-devel
BuildRequires: checkpolicy libselinux-devel >= 2.0.96 audit-libs-devel
BuildRequires: selinux-policy >= 3.6.8
%if %{ssl}
BuildRequires: openssl-devel
@ -33,7 +33,7 @@ Requires(pre): shadow-utils
Requires(post): policycoreutils /sbin/chkconfig
Requires(preun): /sbin/chkconfig /sbin/service
Requires(postun): policycoreutils
Requires: policycoreutils >= 2.0.16 libselinux >= 2.0.80
Requires: policycoreutils >= 2.0.16 libselinux >= 2.0.96
Requires: selinux-policy >= 3.6.8
Requires: tzdata logrotate
@ -46,9 +46,7 @@ the operating system. SE-PostgreSQL works as a userspace
reference monitor to check any SQL query.
%prep
#XXX - to be revert later
#%setup -q -n postgresql-%{version}
%setup -q -n postgresql-9.0beta1
%setup -q -n postgresql-%{version}
%patch0 -p1
%patch1 -p1
@ -183,6 +181,13 @@ fi
%attr(700,sepgsql,sepgsql) %dir %{_localstatedir}/lib/sepgsql/backups
%changelog
* Fri Apr 15 2011 KaiGai Kohei <kaigai@kaigai.gr.jp> - 9.0.3-20110415
- upgrade base version to 9.0.3
- initial labeling logic was revised to use selabel_lookup()
* Thu Oct 7 2010 KaiGai Kohei <kaigai@kaigai.gr.jp> - 9.0.1-20101007
- upgrade base version to 9.0.1
* Tue Oct 5 2010 KaiGai Kohei <kaigai@kaigai.gr.jp> - 9.0.0-20101005
- upgrade base version to 9.0.0

View file

@ -1 +1 @@
acaa0852b970524b91ea9a2fd0fa61c8 postgresql-9.0beta1.tar.gz
56386ded2d5dcd8a4ceef0da81c3d22c postgresql-9.0.3.tar.gz