1 |
# $Id: e-smith-openssh.spec,v 1.2 2013/03/16 15:16:20 slords Exp $ |
# $Id: e-smith-openssh.spec,v 1.3 2013/03/16 15:34:25 slords 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.4.0 |
%define version 2.4.0 |
7 |
%define release 2 |
%define release 3 |
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 |
Patch1: e-smith-openssh-2.4.0-rsyslog.patch |
Patch1: e-smith-openssh-2.4.0-rsyslog.patch |
14 |
|
Patch2: e-smith-openssh-2.4.0-protocol_2.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
AutoReqProv: no |
AutoReqProv: no |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Fri Nov 1 2013 Chris Burnat <devlist@burnat.com> 2.4.0-3.sme |
28 |
|
- Remove SSH v1 legacy support - patch by Daniel Berteaud [SME: 6381] |
29 |
|
|
30 |
* Sat Mar 16 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
* Sat Mar 16 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
31 |
- Make rsyslog listen to our socket [SME: 7221] |
- Make rsyslog listen to our socket [SME: 7221] |
32 |
|
|
599 |
%prep |
%prep |
600 |
%setup |
%setup |
601 |
%patch1 -p1 |
%patch1 -p1 |
602 |
|
%patch2 -p1 |
603 |
|
|
604 |
%build |
%build |
605 |
perl createlinks |
perl createlinks |