Skip to content

Commit cdf2804

Browse files
committed
ppg:devel:19: bump percona-postgresql source to PG19 beta3
Track upstream beta3 instead of beta1 for the devel:19 PostgreSQL server source and generated version strings. Signed-off-by: Ricardo Dias <ricardo.dias@percona.com>
1 parent a53b154 commit cdf2804

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • root/ppg/devel/19/percona-postgresql/obs

root/ppg/devel/19/percona-postgresql/obs/_service

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<param name="url">https://github.com/percona/postgres.git</param>
44
<param name="scm">git</param>
55
<param name="revision">PSP_REL_%!{PG_MAJOR_VERSION}_STABLE</param>
6-
<param name="version">%!{PG_MAJOR_VERSION}.beta1</param>
6+
<param name="version">%!{PG_MAJOR_VERSION}.beta3</param>
77
<param name="filename">percona-postgresql</param>
88
</service>
99
<service mode="buildtime" name="tar" />
@@ -12,10 +12,10 @@
1212
<param name="compression">gz</param>
1313
</service>
1414
<service mode="buildtime" name="set_version">
15-
<param name="version">3:%!{PG_MAJOR_VERSION}.beta1</param>
15+
<param name="version">3:%!{PG_MAJOR_VERSION}.beta3</param>
1616
</service>
1717
<service mode="buildtime" name="set_version">
18-
<param name="version">%!{PG_MAJOR_VERSION}.beta1</param>
18+
<param name="version">%!{PG_MAJOR_VERSION}.beta3</param>
1919
<param name="file">percona-postgresql.spec</param>
2020
</service>
2121
</services>

0 commit comments

Comments
 (0)