From cde54d72311a387691aa372d9a8f91014a92267b Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Thu, 5 Aug 2021 13:35:11 +0800 Subject: [PATCH] test ci --- postgresql.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/postgresql.spec b/postgresql.spec index 67b58c1..6132b65 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -27,7 +27,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 13 Version: %{majorversion}.3 -Release: 2 +Release: 3 # The PostgreSQL license is very similar to other MIT licenses, but the OSI # recognizes it as an independent license, so we do as well. @@ -149,7 +149,7 @@ system. These client programs can be located on the same machine as the PostgreSQL server, or on a remote machine that accesses a PostgreSQL server over a network connection. The PostgreSQL server can be found in the postgresql-server sub-package. - +add something here %package server Summary: The programs needed to create and run a PostgreSQL server @@ -1226,6 +1226,9 @@ make -C postgresql-setup-%{setup_version} check * Mon Jun 28 2021 bzhaoop - 13.3-2 - Figure out the dependency by postgresql-odbc, refactor the package to fix +* Thu Aug 05 2021 chenyanpanHW - 13.3-3 +- DESC: add changelog here + * Thu Jun 17 2021 bzhaoop - 13.3-1 - Package init for new version 13.3 -- Gitee