OSDN Git Service

Fix SPEC file for pg_store_plans11
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Mon, 28 Jan 2019 05:11:58 +0000 (14:11 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Mon, 28 Jan 2019 05:11:58 +0000 (14:11 +0900)
The llvm subpackage wrongly rewires pg_hint_plan11. Fxied it. There'
no other differences so the dependency is described omitting the
release number.

SPECS/pg_store_plans11.spec

index 7ea0415..d3c41f6 100644 (file)
@@ -17,7 +17,7 @@
 Summary:    Record executed plans on PostgreSQL 11
 Name:       pg_store_plans11
 Version:    1.3
-Release:    1%{?dist}
+Release:    2%{?dist}
 License:    BSD
 Group:      Applications/Databases
 Source0:    %{name}-%{version}.tar.gz
@@ -39,11 +39,11 @@ Note that this package is available for only PostgreSQL 11.
 
 %package llvmjit
 Requires: postgresql11-server, postgresql11-llvmjit
-Requires: pg_hint_plan11 = 1.3.4
-Summary:  Just-in-time compilation support for pg_hint_plan11
+Requires: pg_store_plans11 = 1.3
+Summary:  Just-in-time compilation support for pg_store_plans11
 
 %description llvmjit
-Just-in-time compilation support for pg_hint_plan11
+Just-in-time compilation support for pg_store_plans11
 
 ## pre work for build pg_store_plans
 %prep