use --capabilities=mail for exim mail notification (#2060526)
This commit is contained in:
parent
cac37f0cdb
commit
1d97897a7b
@ -7,7 +7,7 @@
|
|||||||
Summary: Tools for monitoring SMART capable hard disks
|
Summary: Tools for monitoring SMART capable hard disks
|
||||||
Name: smartmontools
|
Name: smartmontools
|
||||||
Version: 7.3
|
Version: 7.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://smartmontools.sourceforge.net/
|
URL: http://smartmontools.sourceforge.net/
|
||||||
@ -161,6 +161,9 @@ fi
|
|||||||
%ghost %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
|
%ghost %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 09 2022 Michal Hlavinka <mhlavink@redhat.com> - 1:7.3-2
|
||||||
|
- use --capabilities=mail for exim mail notification (#2060526)
|
||||||
|
|
||||||
* Tue Mar 01 2022 Michal Hlavinka <mhlavink@redhat.com> - 1:7.3-1
|
* Tue Mar 01 2022 Michal Hlavinka <mhlavink@redhat.com> - 1:7.3-1
|
||||||
- updated to 7.3
|
- updated to 7.3
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# command line options for smartd
|
# command line options for smartd
|
||||||
# Add -s /var/lib/smartmontools to enable state persistence
|
# Add -s /var/lib/smartmontools to enable state persistence
|
||||||
smartd_opts="-q never --capabilities"
|
smartd_opts="-q never --capabilities=mail"
|
||||||
|
|
||||||
# autogenerated config file options
|
# autogenerated config file options
|
||||||
# smartd_conf_opts="-H -m root"
|
# smartd_conf_opts="-H -m root"
|
||||||
|
Loading…
Reference in New Issue
Block a user