rebuilt with --with-libedit for sftp [release 8.0p1-2mamba;Wed Sep 25 2019]
This commit is contained in:
parent
d5a7cd45dd
commit
1d8d5431d4
@ -7,7 +7,7 @@
|
||||
|
||||
Name: openssh
|
||||
Version: 8.0p1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: OpenSSH free Secure Shell (SSH) implementation
|
||||
Group: Network/Security
|
||||
Vendor: openmamba
|
||||
@ -28,14 +28,17 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libedit-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpam-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libtermcap-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%if "%{stage1}" != "1"
|
||||
@ -140,6 +143,7 @@ export CFLAGS="%{optflags} -DUSE_CHROOT"
|
||||
--with-selinux \
|
||||
%endif
|
||||
--with-tcp-wrappers \
|
||||
--with-libedit \
|
||||
--without-rsh \
|
||||
--without-smartcard \
|
||||
--without-zlib-version-check \
|
||||
@ -290,6 +294,9 @@ exit 0
|
||||
%{_libexecdir}/openssh/ssh-askpass
|
||||
|
||||
%changelog
|
||||
* Wed Sep 25 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 8.0p1-2mamba
|
||||
- rebuilt with --with-libedit for sftp
|
||||
|
||||
* Thu Apr 18 2019 Automatic Build System <autodist@mambasoft.it> 8.0p1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user