Skip to content

Commit 8196aca

Browse files
committed
New version 0.0.6 spec and rpms
1 parent b2efc2a commit 8196aca

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
23.2 KB
Binary file not shown.
23.2 KB
Binary file not shown.
14.7 KB
Binary file not shown.

rpmbuild/SPECS/sysmotd.spec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: sysmotd
2-
Version: 0.0.5
2+
Version: 0.0.6
33
Release: 1%{?dist}
44
Summary: Generates a MOTD (Message Of The Day) including system information on Fedora Linux
55
BuildArch: noarch
@@ -19,10 +19,10 @@ Requires: procps-ng
1919
Requires: systemd
2020

2121
%description
22-
2322
Sysmotd produces a MOTD that includes system information being collected
2423
on a regular basis. Users will see the MOTD when logging in via ssh.
2524

25+
2626
%prep
2727
%autosetup
2828

@@ -52,25 +52,25 @@ mkdir -p %{buildroot}/%{_unitdir}
5252

5353

5454
%post
55-
5655
%systemd_post %{name}.timer
5756
systemctl start %{name}.timer > /dev/null 2>&1
5857

5958

6059
%preun
61-
6260
%systemd_preun %{name}.timer
6361
%systemd_preun %{name}.service
6462

6563

6664
%postun
67-
6865
%systemd_postun %{name}.timer
6966
%systemd_postun %{name}.service
7067
rm -f /run/motd.d/*%{name}*
7168

7269

7370
%changelog
71+
* Tue Apr 30 2024 Manuel Fombuena <mfombuena@innovara.co.uk>
72+
- Version 0.0.6-1: LogLevelMax=3 added to sysmotd.service
73+
7474
* Mon Apr 29 2024 Manuel Fombuena <mfombuena@innovara.co.uk>
7575
- Version 0.0.5-1: changed sysmotd.timer starting point to OnActiveSec
7676
- Version 0.0.5-1: added %systemd_postun macro when uninstalling
26 KB
Binary file not shown.
26.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)