Compare commits

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

8 commits

Author SHA1 Message Date
Fedora Release Engineering
9df0019eac dist-git conversion 2010-07-29 12:35:28 +00:00
KaiGai Kohei
b4f78eea00 incorrect release number 2010-03-18 01:36:21 +00:00
KaiGai Kohei
a926a7c3ca detach dependency to minor updates 2010-03-18 01:18:22 +00:00
KaiGai Kohei
543ac036a2 upgrade base version 8.4.1->8.4.2 2009-12-16 13:38:53 +00:00
KaiGai Kohei
2be0f32990 - rework: backport features from v8.5devel tree
- fixbug: selinux netlink receiver process didn't have correct ps display
2009-12-08 05:59:39 +00:00
Bill Nottingham
953750f6cd Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:38:43 +00:00
KaiGai Kohei
152ca2e0ec - rebild for ppc/ppc64 libraries 2009-11-16 13:47:57 +00:00
Jesse Keating
6c204f4da7 Initialize branch F-12 for sepostgresql 2009-09-29 06:50:09 +00:00
6 changed files with 6382 additions and 2755 deletions

View file

@ -1 +0,0 @@
postgresql-8.4.1.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
postgresql-8.4.2.tar.bz2

View file

@ -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

View file

@ -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

View file

@ -1 +1 @@
f2015af17bacbbfe140daf0d1067f9c9 postgresql-8.4.1.tar.bz2
d738227e2f1f742d2f2d4ab56496c5c6 postgresql-8.4.2.tar.bz2