Bug 1576860

Summary: latest dbus package stops dbus service
Product: Red Hat Enterprise Linux 7 Reporter: cristi falcas <cristi.falcas>
Component: dbusAssignee: David King <dking>
Status: CLOSED WONTFIX QA Contact: Desktop QE <desktop-qa-list>
Severity: high Docs Contact:
Priority: unspecified    
Version: 7.4CC: cristi.falcas, mclasen, pdoherty
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-07-13 15:15:00 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 cristi falcas 2018-05-10 14:56:27 UTC
Description of problem:

The latest spec for dbus package (1.10.24) has the follwoing code:

```
%preun
%systemd_preun stop dbus.service dbus.socket
```

Before that the code was run only on remove:
```
if [ $1 = 0 ]; then
  /bin/systemctl stop dbus.service dbus.socket > /dev/null 2>&1 || :
fi
```

This left our machines in a very sad state: services could not be restarted, logins not working

Version-Release number of selected component (if applicable):
1.10.24

How reproducible:
always

Steps to Reproduce:
1.update dbus from 1.6.12 to 1.10.24
2.
3.

Actual results:
dbus service is stopped 

Expected results:


Additional info: