From e9b185df1aafb433f5d2b79223951d056405b3e2 Mon Sep 17 00:00:00 2001 From: Dino Date: Thu, 29 Jan 2026 19:31:01 -0600 Subject: [PATCH] Fix spec file %setup --- pg_timeseries.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg_timeseries.spec b/pg_timeseries.spec index d9f9b75..c8d5bfb 100644 --- a/pg_timeseries.spec +++ b/pg_timeseries.spec @@ -20,7 +20,7 @@ Provides a cohesive user experience around the creation, maintenance, and use of time-series tables. %prep -%setup -q -n pg_%{sname}_extension-%{version} +%setup -q -n pg_%{sname}-%{version} %build USE_PGXS=1 PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags}