Remove erroneously-included Default-Start line from LSB init block

This commit is contained in:
Tom Lane 2011-07-06 18:21:23 -04:00
parent 9b6ef0aa03
commit de983032c2
2 changed files with 5 additions and 3 deletions

View File

@ -14,8 +14,6 @@
# Provides: postgresql # Provides: postgresql
# Required-Start: $local_fs $remote_fs $network $named $syslog $time # Required-Start: $local_fs $remote_fs $network $named $syslog $time
# Required-Stop: $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 # Short-Description: start and stop PostgreSQL server
# Description: PostgreSQL database server # Description: PostgreSQL database server
### END INIT INFO ### END INIT INFO

View File

@ -54,7 +54,7 @@ Summary: PostgreSQL client programs
Name: postgresql Name: postgresql
%global majorversion 9.0 %global majorversion 9.0
Version: 9.0.4 Version: 9.0.4
Release: 4%{?dist} Release: 5%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI # The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well. # recognizes it as an independent license, so we do as well.
License: PostgreSQL License: PostgreSQL
@ -824,6 +824,10 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Wed Jul 6 Tom Lane <tgl@redhat.com> 9.0.4-5
- Remove erroneously-included Default-Start line from LSB init block
Related: #717024
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> 9.0.4-4 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> 9.0.4-4
- Perl mass rebuild - Perl mass rebuild
- incorporate upstream patch to make it build with Perl 5.14 - incorporate upstream patch to make it build with Perl 5.14