From de983032c207109ecaf4c44587b63ead19cf6f73 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 6 Jul 2011 18:21:23 -0400 Subject: [PATCH] Remove erroneously-included Default-Start line from LSB init block --- postgresql.init | 2 -- postgresql.spec | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/postgresql.init b/postgresql.init index b19edb0..b7dc208 100644 --- a/postgresql.init +++ b/postgresql.init @@ -14,8 +14,6 @@ # Provides: postgresql # Required-Start: $local_fs $remote_fs $network $named $syslog $time # Required-Stop: $local_fs $remote_fs $network $named $syslog $time -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 # Short-Description: start and stop PostgreSQL server # Description: PostgreSQL database server ### END INIT INFO diff --git a/postgresql.spec b/postgresql.spec index afb93a8..cd0b3f6 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -54,7 +54,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 9.0 Version: 9.0.4 -Release: 4%{?dist} +Release: 5%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI # recognizes it as an independent license, so we do as well. License: PostgreSQL @@ -824,6 +824,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Jul 6 Tom Lane 9.0.4-5 +- Remove erroneously-included Default-Start line from LSB init block +Related: #717024 + * Fri Jun 17 2011 Marcela Mašláňová 9.0.4-4 - Perl mass rebuild - incorporate upstream patch to make it build with Perl 5.14