Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9df0019eac | ||
|
|
b4f78eea00 | ||
|
|
a926a7c3ca | ||
|
|
543ac036a2 | ||
|
|
2be0f32990 | ||
|
|
953750f6cd | ||
|
|
152ca2e0ec | ||
|
|
6c204f4da7 |
6 changed files with 6382 additions and 2755 deletions
|
|
@ -1 +0,0 @@
|
|||
postgresql-8.4.1.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
postgresql-8.4.2.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: sepostgresql
|
||||
# $Id$
|
||||
NAME := sepostgresql
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -11,8 +11,8 @@
|
|||
|
||||
Summary: Security Enhanced PostgreSQL
|
||||
Name: sepostgresql
|
||||
Version: 8.4.1
|
||||
Release: 2305%{?dist}
|
||||
Version: 8.4.2
|
||||
Release: 2583%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/Databases
|
||||
Url: http://code.google.com/p/sepgsql/
|
||||
|
|
@ -33,7 +33,8 @@ Requires(pre): shadow-utils
|
|||
Requires(post): policycoreutils /sbin/chkconfig
|
||||
Requires(preun): /sbin/chkconfig /sbin/service
|
||||
Requires(postun): policycoreutils
|
||||
Requires: postgresql-server = %{version}
|
||||
Requires: postgresql-server >= 8.4.0
|
||||
Conflicts: postgresql-server >= 8.5.0
|
||||
Requires: policycoreutils >= 2.0.16 libselinux >= 2.0.80
|
||||
Requires: selinux-policy >= 3.6.8
|
||||
Requires: tzdata logrotate
|
||||
|
|
@ -192,6 +193,19 @@ fi
|
|||
%attr(700,sepgsql,sepgsql) %dir %{_localstatedir}/lib/sepgsql/backups
|
||||
|
||||
%changelog
|
||||
* Thu Mar 18 2010 KaiGai Kohei <kaigai@ak.jp.nec.com> - 8.4.3-2583
|
||||
- detach dependency to minor updates
|
||||
|
||||
* Wed Dec 16 2009 KaiGai Kohei <kaigai@kaigai.gr.jp> - 8.4.2-2487
|
||||
- upgrade base version 8.4.1->8.4.2
|
||||
|
||||
* Fri Dec 8 2009 KaiGai Kohei <kaigai@kaigai.gr.jp> - 8.4.1-2464
|
||||
- rework: backport features from v8.5devel tree
|
||||
- fixbug: selinux netlink receiver process didn't have correct ps display
|
||||
|
||||
* Mon Nov 16 2009 KaiGai Kohei <kaigai@kaigai.gr.jp> - 8.4.1-2306
|
||||
- rebild for ppc/ppc64 libraries
|
||||
|
||||
* Fri Sep 11 2009 KaiGai Kohei <kaigai@kaigai.gr.jp> - 8.4.1-2305
|
||||
- Upgrade base SE-PostgreSQL v8.4.0->v8.4.1
|
||||
- rework: backport features from v8.5devel tree
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
f2015af17bacbbfe140daf0d1067f9c9 postgresql-8.4.1.tar.bz2
|
||||
d738227e2f1f742d2f2d4ab56496c5c6 postgresql-8.4.2.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue