!5 删除无用的宏
From: @wu-leilei Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
13f2879a51
@ -4,9 +4,6 @@
|
||||
%endif
|
||||
|
||||
%define use_libproxy 1
|
||||
%define use_tokens 1
|
||||
|
||||
%define use_tokens 0
|
||||
%define use_ocserv 0
|
||||
%define use_softhsm 0
|
||||
|
||||
@ -15,7 +12,7 @@
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
Name: openconnect
|
||||
Version: 8.10
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Open client for Cisco AnyConnect VPN, Juniper Network Connect/Pulse, PAN GlobalProtect
|
||||
License: LGPLv2+
|
||||
URL: http://www.infradead.org/openconnect.html
|
||||
@ -41,9 +38,6 @@ BuildRequires: ocserv
|
||||
%if %{use_libproxy}
|
||||
BuildRequires: pkgconfig(libproxy-1.0)
|
||||
%endif
|
||||
%if %{use_tokens}
|
||||
BuildRequires: pkgconfig(stoken) pkgconfig(libpskc)
|
||||
%endif
|
||||
%if %{use_tss2_esys}
|
||||
BuildRequires: pkgconfig(tss2-esys) libgcrypt-devel
|
||||
%endif
|
||||
@ -103,5 +97,8 @@ make VERBOSE=1 check
|
||||
%{_libdir}/pkgconfig/openconnect.pc
|
||||
|
||||
%changelog
|
||||
* Wed Apr 26 2023 wulei <wu_lei@hoperun.com> - 8.10-2
|
||||
- Remove useless macros
|
||||
|
||||
* Mon Sep 6 2021 wulei <wulei80@huawei.com> - 8.10-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user