Description of problem: After each update nagios service is always disabled, even if it was enabled by admin previously. Version-Release number of selected component (if applicable): nagios-4.3.4-5.el7.x86_64 I think previous versions too. How reproducible: always Steps to Reproduce: 1. systemctl is-enabled nagios.service 2. yum reinstall nagios -y 3. systemctl is-enabled nagios.service Actual results: enabled disabled Expected results: enabled enabled Additional info: Looks like this postinstall script causes this problem: /usr/bin/systemctl --no-reload preset nagios.service > /dev/null 2>&1 || : Why this is good for? May be you want something like in other services, for example: if [ $1 -eq 1 ] ; then # Initial installation systemctl preset nagios.service >/dev/null 2>&1 || : fi Please, fix this before you release a new update.
Fix should appear in next build
nagios-4.3.4-13.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-41e9ecf98a
nagios-4.3.4-13.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-41e9ecf98a
nagios-4.4.2-3.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-0346a55d0f
nagios-4.4.2-3.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-0346a55d0f
*** This bug has been marked as a duplicate of bug 1517925 ***
nagios-4.4.3-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-d661b588d2
nagios-4.4.3-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-d661b588d2
nagios-4.4.3-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.