diff options
| author | Tom Lane <tgl@fedoraproject.org> | 2010-01-20 20:46:00 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@fedoraproject.org> | 2010-01-20 20:46:00 +0000 |
| commit | 63cfa0eb28e83dc0f90e8ba375b3e7e08682966e (patch) | |
| tree | 6e424e72f1d77a5959f243d940228338bf03e1c3 /postgresql.spec | |
| parent | 8d21c7a1707625d5536a440b2febfd7d48080b6d (diff) | |
Provide script and instructions for building the documentation PDF
Diffstat (limited to 'postgresql.spec')
| -rwxr-xr-x | postgresql.spec | 7 |
1 files changed, 6 insertions, 1 deletions
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 <tgl@redhat.com> 8.4.2-5 +- Provide script and instructions for building the documentation PDF + * Mon Jan 11 2010 Tom Lane <tgl@redhat.com> 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 |
