Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44608b65d4 | ||
|
|
b8c1f7f717 | ||
|
|
9b0f1fb6a6 | ||
|
|
bd689b7bd7 | ||
|
|
70e09826ba |
4 changed files with 907 additions and 997 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
acaa0852b970524b91ea9a2fd0fa61c8 postgresql-9.0beta1.tar.gz
|
||||
56386ded2d5dcd8a4ceef0da81c3d22c postgresql-9.0.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue