|
|
|
@ -22,9 +22,9 @@ |
|
|
|
## |
|
|
|
## |
|
|
|
|
|
|
|
|
|
|
|
# package versions |
|
|
|
# package versions |
|
|
|
%define V_postgresql 13.4 |
|
|
|
%define V_postgresql 14.0 |
|
|
|
%define V_postgresql_dist 13.4 |
|
|
|
%define V_postgresql_dist 14.0 |
|
|
|
%define V_postgresql_dir 13.4 |
|
|
|
%define V_postgresql_dir 14.0 |
|
|
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
# package information |
|
|
|
Name: postgresql |
|
|
|
Name: postgresql |
|
|
|
@ -37,7 +37,7 @@ Class: BASE |
|
|
|
Group: Database |
|
|
|
Group: Database |
|
|
|
License: BSD |
|
|
|
License: BSD |
|
|
|
Version: %{V_postgresql} |
|
|
|
Version: %{V_postgresql} |
|
|
|
Release: 20210812 |
|
|
|
Release: 20211001 |
|
|
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
# package options |
|
|
|
%option with_server yes |
|
|
|
%option with_server yes |
|
|
|
|