Move signature verification step to %prep stage

related: #1951285
This commit is contained in:
Andreas Schneider 2021-05-25 14:32:44 +02:00
parent 4cc353c065
commit 337b17b141
1 changed files with 1 additions and 2 deletions

View File

@ -129,14 +129,13 @@ Development files for the Python bindings for the LDB library
%endif
%prep
zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -
%autosetup -n ldb-%{version} -p1
# binary diffs are not supported
cp -f %{SOURCE3} tests/guidindexpackv1.ldb
%build
zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1217376
export python_LDFLAGS=""