postgres-decoderbufs: Fix typo
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 2 Jun 2025 16:56:55 +0000 (19:56 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 2 Jun 2025 16:56:55 +0000 (19:56 +0300)
rpm/redhat/main/non-common/postgres-decoderbufs/main/postgres-decoderbufs.spec

index 8c7fa81e7a3f7433257891463d0ebf5548957393..e24503957596488c0f435ae109cd295f88499f3f 100644 (file)
@@ -27,7 +27,7 @@ A PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers m
 
 %if %llvm
 %package llvmjit
-Summary:       Just-in-time compilation support for xxx
+Summary:       Just-in-time compilation support for postgres-decoderbufs
 Requires:      %{name}%{?_isa} = %{version}-%{release}
 %if 0%{?suse_version} >= 1500
 BuildRequires: llvm17-devel clang17-devel
@@ -39,7 +39,7 @@ Requires:     llvm => 17.0
 %endif
 
 %description llvmjit
-This package provides JIT support for xxx
+This package provides JIT support for postgres-decoderbufs
 %endif
 
 %prep