1 |
# $Id: e-smith-openssh.spec,v 1.7 2015/07/03 19:56:18 stephdl Exp $ |
# $Id: e-smith-openssh.spec,v 1.1 2016/02/05 22:15:50 stephdl Exp $ |
2 |
|
|
3 |
Summary: e-smith module to configure and enable ssh |
Summary: e-smith module to configure and enable ssh |
4 |
%define name e-smith-openssh |
%define name e-smith-openssh |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 1 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-openssh-2.6.0-bz10621-bz10937.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Sat May 02 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
27 |
|
- update client ciphers to use [SME: 10621] |
28 |
|
- add ciphers, macs and KexAlgorithms for server [SME: 10937] |
29 |
|
|
30 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
31 |
- Initial release to sme10 |
- Initial release to sme10 |
32 |
|
|
616 |
|
|
617 |
%prep |
%prep |
618 |
%setup |
%setup |
619 |
|
%patch0 -p1 |
620 |
|
|
621 |
%build |
%build |
622 |
perl createlinks |
perl createlinks |