From 78bf3b31036df174ffe94d0ee287679662cd78f9 Mon Sep 17 00:00:00 2001 From: tashiro-hisashi Date: Fri, 28 Jan 2022 11:11:57 +0900 Subject: [PATCH 1/2] =?UTF-8?q?PostgreSQL=2014=E5=90=91=E3=81=91=E3=81=ABS?= =?UTF-8?q?PEC=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20(fix=20#96)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec/pg_statsinfo.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/spec/pg_statsinfo.spec b/spec/pg_statsinfo.spec index a13757b..58a15f8 100644 --- a/spec/pg_statsinfo.spec +++ b/spec/pg_statsinfo.spec @@ -3,14 +3,14 @@ # Original declaration for pg_statsinfo rpmbuild # -%define _pgdir /usr/pgsql-13 +%define _pgdir /usr/pgsql-14 %define _bindir %{_pgdir}/bin %define _libdir %{_pgdir}/lib %define _datadir %{_pgdir}/share ## Set general information for pg_statsinfo. Name: pg_statsinfo -Version: 13.0 +Version: 14.0 Release: 1%{?dist} Summary: Performance monitoring tool for PostgreSQL Group: Applications/Databases @@ -20,7 +20,7 @@ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n) ## We use postgresql-devel package -BuildRequires: postgresql13-devel +BuildRequires: postgresql14-devel %if %{rhel} == 7 BuildRequires: llvm-toolset-7 llvm5.0 %endif @@ -33,7 +33,7 @@ pg_statsinfo monitors an instance of PostgreSQL server and gather the statistics and activities of the server as snapshots. %package llvmjit -Requires: postgresql12-llvmjit +Requires: postgresql14-llvmjit Requires: pg_statsinfo = %{version} Summary: Just-in-time compilation support for pg_statsinfo @@ -68,9 +68,6 @@ rm -rf %{buildroot} %{_datadir}/contrib/uninstall_pg_statsrepo.sql %{_datadir}/contrib/pg_statsinfo.sql %{_datadir}/contrib/uninstall_pg_statsinfo.sql -%doc doc/pg_statsinfo-ja.html -%doc doc/pg_statsinfo.html -%doc doc/image/ %files llvmjit %defattr(-,root,root) @@ -79,7 +76,7 @@ rm -rf %{buildroot} %{_libdir}/bitcode/pg_statsinfo/last_xact_activity.bc %{_libdir}/bitcode/pg_statsinfo/pg_control.bc %{_libdir}/bitcode/pg_statsinfo/port.bc -%{_libdir}/bitcode/pg_statsinfo/pgut/pgut-be.bc +%{_libdir}/bitcode/pg_statsinfo/wait_sampling.bc %{_libdir}/bitcode/pg_statsinfo/pgut/pgut-spi.bc ## Script to run just before installing the package @@ -124,8 +121,10 @@ EOF fi fi -# History of pg_statsinfo-v12 RPM. +# History of pg_statsinfo-v14 RPM. %changelog +* Tue Feb 1 2022 - NTT OSS Center 14.0-1 +- pg_statsinfo 13.0 released * Mon Dec 14 2020 - NTT OSS Center 13.0-1 - pg_statsinfo 13.0 released * Fri Feb 28 2020 - NTT OSS Center 12.1-1 From 6044b2486fb2ef0fff778af5fd0d2152670740bc Mon Sep 17 00:00:00 2001 From: tashiro-hisashi Date: Fri, 28 Jan 2022 11:48:11 +0900 Subject: [PATCH 2/2] =?UTF-8?q?History=E8=A8=98=E8=BC=89=E3=81=AE=E3=83=AA?= =?UTF-8?q?=E3=83=AA=E3=83=BC=E3=82=B9=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E8=AA=A4=E8=A8=98=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec/pg_statsinfo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/pg_statsinfo.spec b/spec/pg_statsinfo.spec index 58a15f8..a7b8ee5 100644 --- a/spec/pg_statsinfo.spec +++ b/spec/pg_statsinfo.spec @@ -124,7 +124,7 @@ fi # History of pg_statsinfo-v14 RPM. %changelog * Tue Feb 1 2022 - NTT OSS Center 14.0-1 -- pg_statsinfo 13.0 released +- pg_statsinfo 14.0 released * Mon Dec 14 2020 - NTT OSS Center 13.0-1 - pg_statsinfo 13.0 released * Fri Feb 28 2020 - NTT OSS Center 12.1-1