1 |
%define name smeserver-motd |
%define name smeserver-motd |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 6 |
%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} |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
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 |
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 |
30 |
|
- Add Update event to createlinks [SME: 11066] |
31 |
|
|
32 |
|
* Wed Mar 24 2021 BogusDateBot |
33 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
34 |
|
by assuming the date is correct and changing the weekday. |
35 |
|
|
36 |
* Thu Oct 29 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-6.sme |
* Thu Oct 29 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-6.sme |
37 |
- Initial import to SME10 tree [SME: 11066 ] |
- Initial import to SME10 tree [SME: 11066 ] |
38 |
|
|
55 |
%setup |
%setup |
56 |
%patch1 -p1 |
%patch1 -p1 |
57 |
%patch2 -p1 |
%patch2 -p1 |
58 |
|
%patch3 -p1 |
59 |
|
%patch4 -p1 |
60 |
|
|
61 |
%build |
%build |
62 |
perl createlinks |
perl createlinks |