From 63cfa0eb28e83dc0f90e8ba375b3e7e08682966e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 20 Jan 2010 20:46:00 +0000 Subject: [PATCH] Provide script and instructions for building the documentation PDF --- postgresql.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index 933a858..7c75b63 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -53,7 +53,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 8.4 Version: 8.4.2 -Release: 4%{?dist} +Release: 5%{?dist} # PostgreSQL calls their license simplified BSD, but the requirements are # more similar to other MIT licenses. License: MIT @@ -63,6 +63,8 @@ Url: http://www.postgresql.org/ Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2 # The PDF file is generated by generate-pdf.sh, which see for comments Source1: postgresql-%{version}-US.pdf +# generate-pdf.sh is not used during RPM build, but include for documentation +Source2: generate-pdf.sh Source3: postgresql.init Source4: Makefile.regress Source5: pg_config.h @@ -697,6 +699,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Jan 20 2010 Tom Lane 8.4.2-5 +- Provide script and instructions for building the documentation PDF + * Mon Jan 11 2010 Tom Lane 8.4.2-4 - Arrange for the postmaster, but not any of its child processes, to be run with oom_adj -17. This compensates for the OOM killer not being smart about