SHA256
1
0
forked from pool/xdm

- After boo#968405 got fixed in /etc/rpm/macros.systemd, resurrect the old

behavior of %postun (boo#968405).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=122
This commit is contained in:
Egbert Eich 2016-03-03 15:34:33 +00:00 committed by Git OBS Bridge
parent 7c2008468d
commit b27a8613f2
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 3 15:31:51 UTC 2016 - eich@suse.com
- After boo#968405 got fixed in /etc/rpm/macros.systemd, resurrect the old
behavior of %postun (boo#968405).
-------------------------------------------------------------------
Sat Feb 27 11:53:42 UTC 2016 - eich@suse.com

View File

@ -178,6 +178,9 @@ chmod 0755 %{buildroot}%{_sbindir}/rcxdm
%postun
%if 0%{?suse_version} < 1315
%{insserv_cleanup}
%else
# Do not restart DM on update (bnc#886641)
%service_del_postun -f display-manager.service
%endif
%preun