1 |
%define name smeserver-motd |
%define name smeserver-motd |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 6 |
%define release 7 |
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 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
22 |
A small contribution to give a more informative display on ssh login |
A small contribution to give a more informative display on ssh login |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Wed Mar 24 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-7.sme |
26 |
|
- Add Update event to createlinks [SME: 11066] |
27 |
|
|
28 |
|
* Wed Mar 24 2021 BogusDateBot |
29 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
30 |
|
by assuming the date is correct and changing the weekday. |
31 |
|
|
32 |
* 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 |
33 |
- Initial import to SME10 tree [SME: 11066 ] |
- Initial import to SME10 tree [SME: 11066 ] |
34 |
|
|
51 |
%setup |
%setup |
52 |
%patch1 -p1 |
%patch1 -p1 |
53 |
%patch2 -p1 |
%patch2 -p1 |
54 |
|
%patch3 -p1 |
55 |
|
|
56 |
%build |
%build |
57 |
perl createlinks |
perl createlinks |