- 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:
parent
7c2008468d
commit
b27a8613f2
@ -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
|
Sat Feb 27 11:53:42 UTC 2016 - eich@suse.com
|
||||||
|
|
||||||
|
3
xdm.spec
3
xdm.spec
@ -178,6 +178,9 @@ chmod 0755 %{buildroot}%{_sbindir}/rcxdm
|
|||||||
%postun
|
%postun
|
||||||
%if 0%{?suse_version} < 1315
|
%if 0%{?suse_version} < 1315
|
||||||
%{insserv_cleanup}
|
%{insserv_cleanup}
|
||||||
|
%else
|
||||||
|
# Do not restart DM on update (bnc#886641)
|
||||||
|
%service_del_postun -f display-manager.service
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
|
Loading…
Reference in New Issue
Block a user