Skip to content

Commit a5e14dd

Browse files
committed
Fix SPEC file.
Fix the bogus requirements for the llvmjit package in the SPEC file.
1 parent b7a6bd2 commit a5e14dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SPECS/pg_dbms_stats13.spec

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Note that this package is available for only PostgreSQL 13.
4343

4444
%package llvmjit
4545
Requires: postgresql13-server, postgresql13-llvmjit
46-
Requires: pg_hint_plan13 = 1.5.0
47-
Summary: Just-in-time compilation support for pg_hint_plan11
46+
Requires: pg_dbms_stats13 = 1.5.0
47+
Summary: Just-in-time compilation support for pg_dbms_stats13
4848

4949
%description llvmjit
50-
Just-in-time compilation support for pg_hint_plan11
50+
Just-in-time compilation support for pg_dmbs_stats13
5151

5252
## pre work for build pg_dbms_stats
5353
%prep
@@ -82,7 +82,7 @@ rm -rf %{buildroot}
8282

8383
# History of pg_dbms_stats.
8484
%changelog
85-
* Tue Oct 27 2020 Kyotaro Horiguchi
85+
* Tue Mar 1 2022 Kyotaro Horiguchi
8686
- Update to 1.5.0. Support PG13.
8787
* Thu Aug 6 2020 Kyotaro Horiguchi
8888
- Update to 1.4.0. Support PG12.

0 commit comments

Comments
 (0)