Skip to content

Commit 11edd08

Browse files
committed
ppg:staging:18: pg_oidc_validator 1.0 -> 1.1.0
QA fixtures expect pg_oidc_validator 1.1.0 for 18.6. The _service revision was release-%!{PG_OIDC_VALIDATOR_VERSION}, i.e. the 'release-1.0' *branch*; upstream tags are plain versions (1.0.0, 1.1.0), so the revision is now the bare %!{PG_OIDC_VALIDATOR_VERSION} tag. The 1.0.0 -> 1.1.0 Makefile change only adds a non-default oauth_conn_test target; the module build and %files are unaffected. Spec Version literal replaced with the 1.0.0 placeholder that set_version rewrites. Signed-off-by: Ricardo Dias <ricardo.dias@percona.com>
1 parent 86026b6 commit 11edd08

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

root/ppg/staging/18/percona-pg_oidc_validator/obs/_service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<service name="obs_scm">
33
<param name="url">https://github.com/Percona-Lab/pg_oidc_validator.git</param>
44
<param name="scm">git</param>
5-
<param name="revision">release-%!{PG_OIDC_VALIDATOR_VERSION}</param>
5+
<param name="revision">%!{PG_OIDC_VALIDATOR_VERSION}</param>
66
<param name="version">%!{PG_OIDC_VALIDATOR_VERSION}</param>
77
<param name="filename">percona-pg_oidc_validator%!{PG_MAJOR_VERSION}</param>
88
</service>

root/ppg/staging/18/percona-pg_oidc_validator/rpm/pg_oidc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%global sname percona-pg_oidc_validator%{pgmajorversion}
1616

1717
Name: %{sname}
18-
Version: 1.0
18+
Version: 1.0.0
1919
Release: 1%{?dist}
2020
Summary: PostgreSQL OAuth/OIDC token validator extension
2121

root/ppg/staging/macros.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- PGVECTOR_VERSION: 0.8.6
1717
- PG_CRON_VERSION: 1.6.7
1818
- PG_GATHER_VERSION: 33
19-
- PG_OIDC_VALIDATOR_VERSION: 1.0
19+
- PG_OIDC_VALIDATOR_VERSION: 1.1.0
2020
- PG_REPACK_TAG: ver_1.5.3
2121
- PG_REPACK_VERSION: 1.5.3
2222
- PG_STAT_MONITOR_VERSION: 2.3.2

0 commit comments

Comments
 (0)