update to 8.10 [release 8.10-1mamba;Sat May 16 2020]
This commit is contained in:
parent
63b9e8faf0
commit
2810fa73b9
@ -1,5 +1,5 @@
|
||||
Name: openconnect
|
||||
Version: 8.03
|
||||
Version: 8.10
|
||||
Release: 1mamba
|
||||
Summary: A client for Cisco's AnyConnect SSL VPN
|
||||
Group: Network/Security
|
||||
@ -11,10 +11,25 @@ Source: ftp://ftp.infradead.org/pub/openconnect/openconnect-%{version}.ta
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: liblz4-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libnettle-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libpcsclite-devel
|
||||
BuildRequires: libproxy-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
BuildRequires: libtss2-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: trousers-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -36,8 +51,9 @@ Requires: libopenconnect = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n libopenconnect-devel
|
||||
OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is supported by the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -54,14 +70,16 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
rm -f %{buildroot}%{_libexecdir}/openconnect/hipreport-android.sh
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sbindir}/openconnect
|
||||
%{_datadir}/bash-completion/completions/openconnect
|
||||
%{_mandir}/man8/openconnect.8*
|
||||
%doc TODO
|
||||
|
||||
%files -n libopenconnect
|
||||
%defattr(-,root,root)
|
||||
@ -78,8 +96,21 @@ This package contains static libraries and header files need for development.
|
||||
%dir %{_datadir}/doc/openconnect
|
||||
%{_datadir}/doc/openconnect/*
|
||||
%{_libdir}/pkgconfig/openconnect.pc
|
||||
%doc TODO
|
||||
|
||||
%changelog
|
||||
* Sat May 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 8.10-1mamba
|
||||
- update to 8.10
|
||||
|
||||
* Sat May 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 8.05-2mamba
|
||||
- remove android targeted file causing an unresolved requirement
|
||||
|
||||
* Sun Sep 15 2019 Automatic Build System <autodist@mambasoft.it> 8.05-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 22 2019 Automatic Build System <autodist@mambasoft.it> 8.04-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 23 2019 Automatic Build System <autodist@mambasoft.it> 8.03-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user