-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
122 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
|
||
%define majorver 10 | ||
%define minorver 23 | ||
%define rel 0 | ||
%define rel 1 | ||
%define fullver %{majorver}.%{minorver} | ||
%define pkgver 10 | ||
%define realname postgresql | ||
|
@@ -141,7 +141,7 @@ PostgreSQL is an advanced Object-Relational database management system | |
(DBMS) that supports almost all SQL constructs (including | ||
transactions, subselects and user-defined types and functions). The | ||
postgresql package includes the client programs and libraries that | ||
you'll need to access a PostgreSQL DBMS server. These PostgreSQL | ||
you'll need to access a PostgreSQL DBMS server. These PostgreSQL | ||
client programs are programs that directly manipulate the internal | ||
structure of PostgreSQL databases on a PostgreSQL server. These client | ||
programs can be located on the same machine with the PostgreSQL | ||
|
@@ -499,7 +499,7 @@ sed -i 's/{{PREV_VERSION}}/%{prev_version}/g' %{buildroot}%{_unitdir}/postgresql | |
sed -i 's/{{USER_NAME}}/%{username}/g' %{buildroot}%{_unitdir}/postgresql-%{majorver}.service | ||
sed -i 's/{{GROUP_NAME}}/%{groupname}/g' %{buildroot}%{_unitdir}/postgresql-%{majorver}.service | ||
|
||
ln -sf %{_initddir}/%{service_name} %{buildroot}%{_initddir}/%{tinyname}%{majorver} | ||
ln -sf %{service_name} %{buildroot}%{_initddir}/%{tinyname}%{majorver} | ||
|
||
%if %pam | ||
install -d %{buildroot}%{_sysconfdir}/pam.d | ||
|
@@ -1080,6 +1080,9 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Sun Oct 29 2023 Anton Novojilov <[email protected]> - 10.23-1 | ||
- Improved init script compatibility with systemd | ||
|
||
* Thu Feb 09 2023 Anton Novojilov <[email protected]> - 10.23-0 | ||
- https://www.postgresql.org/docs/10/release-10-23.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
|
||
%define majorver 11 | ||
%define minorver 21 | ||
%define rel 0 | ||
%define rel 1 | ||
%define fullver %{majorver}.%{minorver} | ||
%define pkgver 11 | ||
%define realname postgresql | ||
|
@@ -151,7 +151,7 @@ PostgreSQL is an advanced Object-Relational database management system | |
(DBMS) that supports almost all SQL constructs (including | ||
transactions, subselects and user-defined types and functions). The | ||
postgresql package includes the client programs and libraries that | ||
you'll need to access a PostgreSQL DBMS server. These PostgreSQL | ||
you'll need to access a PostgreSQL DBMS server. These PostgreSQL | ||
client programs are programs that directly manipulate the internal | ||
structure of PostgreSQL databases on a PostgreSQL server. These client | ||
programs can be located on the same machine with the PostgreSQL | ||
|
@@ -548,7 +548,7 @@ sed -i 's/{{PREV_VERSION}}/%{prev_version}/g' %{buildroot}%{_unitdir}/postgresql | |
sed -i 's/{{USER_NAME}}/%{username}/g' %{buildroot}%{_unitdir}/postgresql-%{majorver}.service | ||
sed -i 's/{{GROUP_NAME}}/%{groupname}/g' %{buildroot}%{_unitdir}/postgresql-%{majorver}.service | ||
|
||
ln -sf %{_initddir}/%{service_name} %{buildroot}%{_initddir}/%{tinyname}%{majorver} | ||
ln -sf %{service_name} %{buildroot}%{_initddir}/%{tinyname}%{majorver} | ||
|
||
%if %pam | ||
install -d %{buildroot}%{_sysconfdir}/pam.d | ||
|
@@ -1145,6 +1145,9 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Sun Oct 29 2023 Anton Novojilov <[email protected]> - 11.21-1 | ||
- Improved init script compatibility with systemd | ||
|
||
* Wed Sep 20 2023 Anton Novojilov <[email protected]> - 11.21-0 | ||
- https://www.postgresql.org/docs/11/release-11-21.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
|
||
%define majorver 12 | ||
%define minorver 16 | ||
%define rel 0 | ||
%define rel 1 | ||
%define fullver %{majorver}.%{minorver} | ||
%define pkgver 12 | ||
%define realname postgresql | ||
|
@@ -151,7 +151,7 @@ PostgreSQL is an advanced Object-Relational database management system | |
(DBMS) that supports almost all SQL constructs (including | ||
transactions, subselects and user-defined types and functions). The | ||
postgresql package includes the client programs and libraries that | ||
you'll need to access a PostgreSQL DBMS server. These PostgreSQL | ||
you'll need to access a PostgreSQL DBMS server. These PostgreSQL | ||
client programs are programs that directly manipulate the internal | ||
structure of PostgreSQL databases on a PostgreSQL server. These client | ||
programs can be located on the same machine with the PostgreSQL | ||
|
@@ -550,7 +550,7 @@ sed -i 's/{{PREV_VERSION}}/%{prev_version}/g' %{buildroot}%{_unitdir}/postgresql | |
sed -i 's/{{USER_NAME}}/%{username}/g' %{buildroot}%{_unitdir}/postgresql-%{majorver}.service | ||
sed -i 's/{{GROUP_NAME}}/%{groupname}/g' %{buildroot}%{_unitdir}/postgresql-%{majorver}.service | ||
|
||
ln -sf %{_initddir}/%{service_name} %{buildroot}%{_initddir}/%{tinyname}%{majorver} | ||
ln -sf %{service_name} %{buildroot}%{_initddir}/%{tinyname}%{majorver} | ||
|
||
%if %pam | ||
install -d %{buildroot}%{_sysconfdir}/pam.d | ||
|
@@ -1147,6 +1147,9 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Sun Oct 29 2023 Anton Novojilov <[email protected]> - 12.16-1 | ||
- Improved init script compatibility with systemd | ||
|
||
* Wed Sep 20 2023 Anton Novojilov <[email protected]> - 12.16-0 | ||
- https://www.postgresql.org/docs/12/release-12-16.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
|
||
%define majorver 13 | ||
%define minorver 12 | ||
%define rel 0 | ||
%define rel 1 | ||
%define fullver %{majorver}.%{minorver} | ||
%define pkgver 13 | ||
%define realname postgresql | ||
|
@@ -151,7 +151,7 @@ PostgreSQL is an advanced Object-Relational database management system | |
(DBMS) that supports almost all SQL constructs (including | ||
transactions, subselects and user-defined types and functions). The | ||
postgresql package includes the client programs and libraries that | ||
you'll need to access a PostgreSQL DBMS server. These PostgreSQL | ||
you'll need to access a PostgreSQL DBMS server. These PostgreSQL | ||
client programs are programs that directly manipulate the internal | ||
structure of PostgreSQL databases on a PostgreSQL server. These client | ||
programs can be located on the same machine with the PostgreSQL | ||
|
@@ -550,7 +550,7 @@ sed -i 's/{{PREV_VERSION}}/%{prev_version}/g' %{buildroot}%{_unitdir}/postgresql | |
sed -i 's/{{USER_NAME}}/%{username}/g' %{buildroot}%{_unitdir}/postgresql-%{majorver}.service | ||
sed -i 's/{{GROUP_NAME}}/%{groupname}/g' %{buildroot}%{_unitdir}/postgresql-%{majorver}.service | ||
|
||
ln -sf %{_initddir}/%{service_name} %{buildroot}%{_initddir}/%{tinyname}%{majorver} | ||
ln -sf %{service_name} %{buildroot}%{_initddir}/%{tinyname}%{majorver} | ||
|
||
%if %pam | ||
install -d %{buildroot}%{_sysconfdir}/pam.d | ||
|
@@ -1150,6 +1150,9 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Sun Oct 29 2023 Anton Novojilov <[email protected]> - 13.12-1 | ||
- Improved init script compatibility with systemd | ||
|
||
* Wed Sep 20 2023 Anton Novojilov <[email protected]> - 13.12-0 | ||
- https://www.postgresql.org/docs/13/release-13-12.html | ||
|
||
|
Oops, something went wrong.