From 195bd745527df269fe74db33df17ac6165df635c Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 14 May 2020 19:51:07 +0100 Subject: [PATCH] Fix COPR release builds for mingw-openconnect For release builds, the tarball contents still don't have the default name; we need to explicitly state that it's openconnect-%{version} Signed-off-by: David Woodhouse --- mingw-openconnect.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-openconnect.spec.in b/mingw-openconnect.spec.in index f12d9b7a..92aa8344 100644 --- a/mingw-openconnect.spec.in +++ b/mingw-openconnect.spec.in @@ -83,7 +83,7 @@ The OpenConnect multiprotocol VPN client library, cross-compiled for MinGW. NOCONFIGURE=x ./autogen.sh %else %gpg_verify -%setup -q +%setup -q -n openconnect-%{version} if [ ! -x configure ]; then NOCONFIGURE=x ./autogen.sh fi -- 2.50.1