[postgresql/f15] Remove erroneously-included Default-Start line from LSB init block

Tom Lane tgl at fedoraproject.org
Wed Jul 6 22:29:44 UTC 2011


commit 3fbe2938752670b3f2e1b65ce841dcbeb7f7b579
Author: Tom Lane <tgl at redhat.com>
Date:   Wed Jul 6 18:29:06 2011 -0400

    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 45e863f..3cd451d 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: 3%{?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
@@ -822,6 +822,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Jul  6 2011 Tom Lane <tgl at redhat.com> 9.0.4-5
+- Remove erroneously-included Default-Start line from LSB init block
+Related: #717024
+
 * Fri Jun 10 2011 Tom Lane <tgl at redhat.com> 9.0.4-3
 - Work around gcc 4.6.0 bug (temporary backport from next upstream release)
 


More information about the scm-commits mailing list