1 |
%define name smeserver-motd |
%define name smeserver-motd |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 7 |
%define release 8 |
4 |
Summary: Adjust the login motd display |
Summary: Adjust the login motd display |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
12 |
Patch1: smeserver-motd-addstatuskey.patch |
Patch1: smeserver-motd-addstatuskey.patch |
13 |
Patch2: smeserver-motd-addtypekey.patch |
Patch2: smeserver-motd-addtypekey.patch |
14 |
Patch3: smeserver-motd-0.1-Add-Update-to-createlinks.patch |
Patch3: smeserver-motd-0.1-Add-Update-to-createlinks.patch |
15 |
|
Patch4: smeserver-motd-0.1-Add-expansion-of-sshd-conf.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
23 |
A small contribution to give a more informative display on ssh login |
A small contribution to give a more informative display on ssh login |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Thu Mar 25 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-8.sme |
27 |
|
- Add /etc/ssh/sshd_conf expansion to -update event [SME: 11066] |
28 |
|
|
29 |
* Wed Mar 24 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-7.sme |
* Wed Mar 24 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-7.sme |
30 |
- Add Update event to createlinks [SME: 11066] |
- Add Update event to createlinks [SME: 11066] |
31 |
|
|
56 |
%patch1 -p1 |
%patch1 -p1 |
57 |
%patch2 -p1 |
%patch2 -p1 |
58 |
%patch3 -p1 |
%patch3 -p1 |
59 |
|
%patch4 -p1 |
60 |
|
|
61 |
%build |
%build |
62 |
perl createlinks |
perl createlinks |