1 |
# $Id$ |
# $Id: e-smith-openssh.spec,v 1.2 2008/10/07 18:49:47 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.0.0 |
%define version 2.0.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.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch0: e-smith-openssh-2.0.0-LoginGraceTime.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 |
|
* Sun Dec 28 2008 Jonathan Martens <smesevrer-contribs@snetram.nl> 2.0.0-2.sme |
27 |
|
- Template sshd login grace time, kept default at 600s [SME: 4903] |
28 |
|
|
29 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
30 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
31 |
|
|
579 |
|
|
580 |
%prep |
%prep |
581 |
%setup |
%setup |
582 |
|
%patch0 -p1 |
583 |
|
|
584 |
%build |
%build |
585 |
for i in console-save \ |
for i in console-save \ |