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