From: David Woodhouse Date: Thu, 14 May 2020 18:51:07 +0000 (+0100) Subject: Fix COPR release builds for mingw-openconnect X-Git-Tag: v8.20~398^2~11 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=195bd745527df269fe74db33df17ac6165df635c;p=users%2Fdwmw2%2Fopenconnect.git 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 --- 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