Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#!BuildTag: percona-distribution-postgresql:<VERSION>
#!BuildTag: percona-distribution-postgresql:%!{PG_VERSION}
#!BuildTag: percona-distribution-postgresql:%!{PG_MAJOR_VERSION}

#making this comment just to trigger this images build
FROM percona-ubi-minimal:latest

LABEL name="Percona Distribution for PostgreSQL" \
Expand Down
7 changes: 3 additions & 4 deletions root/ppg/staging/18/percona-pg_tde/obs/_service
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<services>
<service name="obs_scm">
<param name="url">https://github.com/percona/pg_tde.git</param>
<param name="url">https://github.com/dAdAbird/pg_tde.git</param>
<param name="scm">git</param>
<param name="revision">release-%!{PG_TDE_VERSION}</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">release-(.*)</param>
<param name="revision">arch_logs</param>
<param name="version">2.2.2+1</param>
<param name="submodules">enable</param>
<param name="filename">percona-pg_tde%!{PG_MAJOR_VERSION}</param>
</service>
Expand Down
6 changes: 6 additions & 0 deletions root/ppg/staging/18/percona-pg_tde/rpm/pg_tde.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ URL: https://github.com/%{sname}/%{sname}/
Source0: %{name}-%{version}.tar.gz

BuildRequires: meson
BuildRequires: cmake
BuildRequires: percona-postgresql%{pgmajorversion}-devel chrpath openssl-devel libcurl-devel zlib-devel libxml2-devel libxslt-devel libselinux-devel pam-devel krb5-devel readline-devel
%if 0%{?gts_version}
BuildRequires: gcc-toolset-%{gts_version}-gcc gcc-toolset-%{gts_version}-gcc-c++ gcc-toolset-%{gts_version}-annobin-plugin-gcc
Expand All @@ -37,6 +38,11 @@ BuildRequires: json-c-devel lz4-devel libzstd-devel numactl-devel
%endif
%if 0%{?suse_version}
BuildRequires: libjson-c-devel liblz4-devel libzstd-devel >= 1.4.0 libnuma-devel
# The C++ KMIP client needs a C++ compiler. Without gcc-c++ in the chroot
# meson falls back to clang++ (pulled in via the llvmjit BuildRequires) while
# C is compiled by gcc; with SUSE's default -flto=auto the mixed toolchain
# produces archives/objects the linker cannot combine.
BuildRequires: gcc-c++
%endif
Requires: postgresql%{pgmajorversion}-server curl openssl

Expand Down
2 changes: 1 addition & 1 deletion root/ppg/staging/18/percona-postgresql/obs/_service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<service name="obs_scm">
<param name="url">https://github.com/Percona-Lab/postgres.git</param>
<param name="scm">git</param>
<param name="revision">release-%!{PG_VERSION}.1</param>
<param name="revision">release-%!{PG_VERSION}.2</param>
<param name="version">%!{PG_VERSION}</param>
<param name="filename">percona-postgresql</param>
</service>
Expand Down
Loading