Skip to content

Commit

Permalink
Fix COPR release builds for mingw-openconnect
Browse files Browse the repository at this point in the history
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 <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed May 14, 2020
1 parent 9d287e4 commit 195bd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw-openconnect.spec.in
Expand Up @@ -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
Expand Down

0 comments on commit 195bd74

Please sign in to comment.