Skip to content

Commit 18a0ffe

Browse files
committed
Documentation review and update email address
Signed-off-by: Manuel Fombuena <mfombuena@innovara.tech>
1 parent 38514c3 commit 18a0ffe

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

rpmbuild/SPECS/sysmotd.spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,30 +68,30 @@ rm -f /run/motd.d/*%{name}*
6868

6969

7070
%changelog
71-
* Wed Feb 19 2025 Manuel Fombuena <mfombuena@innovara.co.uk>
71+
* Wed Feb 19 2025 Manuel Fombuena <mfombuena@innovara.tech>
7272
- Version 0.0.8-1: replace some if-else statements with shorthands
7373
- Version 0.0.8-1: added SPDX license identifier
7474

7575
Signed-off-by: Manuel Fombuena <fombuena@outlook.com>
7676

77-
* Fri May 3 2024 Manuel Fombuena <mfombuena@innovara.co.uk>
77+
* Fri May 3 2024 Manuel Fombuena <mfombuena@innovara.tech>
7878
- Version 0.0.7-1: removed Requires=sysmotd.service on sysmotd.timer
7979

80-
* Tue Apr 30 2024 Manuel Fombuena <mfombuena@innovara.co.uk>
80+
* Tue Apr 30 2024 Manuel Fombuena <mfombuena@innovara.tech>
8181
- Version 0.0.6-1: LogLevelMax=3 added to sysmotd.service
8282

83-
* Mon Apr 29 2024 Manuel Fombuena <mfombuena@innovara.co.uk>
83+
* Mon Apr 29 2024 Manuel Fombuena <mfombuena@innovara.tech>
8484
- Version 0.0.5-1: changed sysmotd.timer starting point to OnActiveSec
8585
- Version 0.0.5-1: added %systemd_postun macro when uninstalling
8686

87-
* Mon Oct 2 2023 Manuel Fombuena <mfombuena@innovara.co.uk>
87+
* Mon Oct 2 2023 Manuel Fombuena <mfombuena@innovara.tech>
8888
- Version 0.0.4-1: mem_perc re-added
8989

90-
* Sun Oct 1 2023 Manuel Fombuena <mfombuena@innovara.co.uk>
90+
* Sun Oct 1 2023 Manuel Fombuena <mfombuena@innovara.tech>
9191
- Version 0.0.3-1: system information layout changed to a table to prevent misalignment of items
9292

93-
* Thu Apr 27 2023 Manuel Fombuena <mfombuena@innovara.co.uk>
93+
* Thu Apr 27 2023 Manuel Fombuena <mfombuena@innovara.tech>
9494
- Version 0.0.2-1: SElinux info added
9595

96-
* Mon Dec 26 2022 Manuel Fombuena <mfombuena@innovara.co.uk>
96+
* Mon Dec 26 2022 Manuel Fombuena <mfombuena@innovara.tech>
9797
- Version 0.0.1-1: first version packaged

sysmotd/README.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,14 @@ To install sysmotd and its dependencies, head to [releases](https://github.com/i
117117
and get the link to the rpm package for your system. Then use it to install
118118
it with dnf.
119119

120-
sudo dnf install https://github.com/innovara/sysmotd/releases/download/0.0.8/sysmotd-0.0.8-1.fc41.noarch.rpm
120+
sudo dnf install https://github.com/innovara/sysmotd/releases/download/0.0.8/sysmotd-0.0.8-1.fc42.noarch.rpm
121121

122122
You can of course also download the rpm and install it with dnf.
123123

124-
sudo dnf install sysmotd-0.0.8-1.fc41.noarch.rpm
124+
sudo dnf install sysmotd-0.0.8-1.fc42.noarch.rpm
125125

126126
And you can also build your own rpm using `rpmbuild.sh`. Clone this repository
127-
and run the script. It will automatically pick the version for the .spec file
128-
and the resulting rpm package will be under `rpmbuild/RPMS/noarch`.
127+
and run the script. The resulting rpm package will be under `./rpmbuild/RPMS/noarch`.
129128

130129
If you rather not install a package from an unknown source, and I wouldn't
131130
blame you for that, you can clone this repo and, after inspecting the files

sysmotd/sysmotd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/sh
22
# SPDX-License-Identifier: GPL-3.0-or-later
3-
# Copyright (C) 2022-2025 Manuel Fombuena <mfombuena@innovara.co.uk>
3+
# Copyright (C) 2022-2025 Manuel Fombuena <mfombuena@innovara.tech>
44
#
55
# sysmotd - generates a MOTD (Message Of The Day) including system
66
# information on Fedora Linux, and possibly other Red Hat-based distributions.

0 commit comments

Comments
 (0)