1 |
|
# $Id$ |
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 1.12.0 |
%define version 2.0.0 |
7 |
%define release 13 |
%define release 1 |
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.gz |
Source: %{name}-%{version}.tar.gz |
|
Patch0: e-smith-openssh-1.12.0-PrintMotdNo.patch |
|
|
Patch1: e-smith-openssh-1.12.0-RSSHNewLine.patch |
|
|
Patch2: e-smith-openssh-1.12.0-UsePAM.patch |
|
|
Patch3: e-smith-openssh-1.12.0-SSHPort.patch |
|
|
Patch4: e-smith-openssh-1.12.0-sftpserver.patch |
|
|
Patch5: e-smith-openssh-1.12.0-disabled_false_positive.patch |
|
|
Patch6: e-smith-openssh-1.12.0-rootkey.patch |
|
|
Patch7: e-smith-openssh-1.12.0-remove.sshconfig.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
26 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
27 |
|
|
28 |
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.12.0-13 |
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.12.0-13 |
29 |
- Remove template fragments for /root/.ssh/config [SME: 513] |
- Remove template fragments for /root/.ssh/config [SME: 513] |
30 |
|
|
575 |
|
|
576 |
%prep |
%prep |
577 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
578 |
|
|
579 |
%build |
%build |
580 |
for i in console-save \ |
for i in console-save \ |