Remove erroneously-included Default-Start line from LSB init block
This commit is contained in:
parent
9b6ef0aa03
commit
de983032c2
@ -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
|
||||
|
@ -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 <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
|
||||
- Perl mass rebuild
|
||||
- incorporate upstream patch to make it build with Perl 5.14
|
||||
|
Loading…
Reference in New Issue
Block a user