Bug 1737887
| Summary: | Remove executable bit from file /usr/lib/systemd/system/spausedd.service | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Miroslav Lisik <mlisik> |
| Component: | corosync | Assignee: | Jan Friesse <jfriesse> |
| Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.7 | CC: | ccaulfie, cluster-maint, phagara |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | corosync-2.4.5-3.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-31 19:54:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Miroslav Lisik
2019-08-06 10:46:29 UTC
Proposed change in corosync.spec file:
@@ -236,7 +237,7 @@ make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" install
%if %{with systemd}
mkdir -p %{buildroot}/%{_unitdir}
-install -m 755 -p init/spausedd.service %{buildroot}/%{_unitdir}
+install -m 644 -p init/spausedd.service %{buildroot}/%{_unitdir}
%else
mkdir -p %{buildroot}/%{_initrddir}
install -m 755 -p init/spausedd %{buildroot}/%{_initrddir}
before ====== > [root@virt-060 ~]# rpm -q spausedd > spausedd-2.4.3-6.el7.x86_64 > [root@virt-060 ~]# ls -la /usr/lib/systemd/system/spausedd.service > -rwxr-xr-x. 1 root root 214 Mar 20 2019 /usr/lib/systemd/system/spausedd.service after ===== > [root@virt-127 ~]# rpm -q spausedd > spausedd-2.4.5-4.el7.x86_64 > [root@virt-127 ~]# ls -la /usr/lib/systemd/system/spausedd.service > -rw-r--r--. 1 root root 214 Aug 7 08:44 /usr/lib/systemd/system/spausedd.service marking verified in 2.4.5-4.el7 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:1079 |