forked from pool/postgresql12
- Fix a few mistakes in the spec file.
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=11
This commit is contained in:
parent
c9c6c9cf8e
commit
5a5ac94252
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 27 08:58:37 UTC 2020 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- Fix a few mistakes in the spec file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 15 03:02:07 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
Sat Feb 15 03:02:07 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -123,7 +123,6 @@ Source1: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{p
|
|||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Source3: postgresql-README.SUSE
|
Source3: postgresql-README.SUSE
|
||||||
Source17: postgresql-rpmlintrc
|
Source17: postgresql-rpmlintrc
|
||||||
Source18: series
|
|
||||||
Patch1: postgresql-conf.patch
|
Patch1: postgresql-conf.patch
|
||||||
Patch2: postgresql-regress.patch
|
Patch2: postgresql-regress.patch
|
||||||
# PL/Perl needs to be linked with rpath (bsc#578053)
|
# PL/Perl needs to be linked with rpath (bsc#578053)
|
||||||
@ -229,7 +228,9 @@ PreReq: /sbin/chkconfig
|
|||||||
PreReq: postgresql = %version
|
PreReq: postgresql = %version
|
||||||
Requires: glibc-locale
|
Requires: glibc-locale
|
||||||
Requires: timezone
|
Requires: timezone
|
||||||
|
%if %{with llvm}
|
||||||
Recommends: %{name}-llvmjit
|
Recommends: %{name}-llvmjit
|
||||||
|
%endif
|
||||||
Provides: postgresql-server-implementation = %version-%release
|
Provides: postgresql-server-implementation = %version-%release
|
||||||
Requires: %libpq >= %version
|
Requires: %libpq >= %version
|
||||||
Requires(pre): postgresql-server-noarch >= %pgmajor
|
Requires(pre): postgresql-server-noarch >= %pgmajor
|
||||||
@ -320,6 +321,7 @@ Summary: HTML Documentation for PostgreSQL
|
|||||||
Group: Productivity/Databases/Tools
|
Group: Productivity/Databases/Tools
|
||||||
Provides: postgresql-docs-implementation = %version-%release
|
Provides: postgresql-docs-implementation = %version-%release
|
||||||
Requires: postgresql-docs-noarch >= %pgmajor
|
Requires: postgresql-docs-noarch >= %pgmajor
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description docs
|
%description docs
|
||||||
PostgreSQL is an advanced object-relational database management system
|
PostgreSQL is an advanced object-relational database management system
|
||||||
|
Loading…
Reference in New Issue
Block a user