Accepting request 43878 from Base:System
checked in (request 43878) OBS-URL: https://build.opensuse.org/request/show/43878 OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1?expand=0&rev=23
This commit is contained in:
parent
9b99b11d70
commit
94a5574756
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 24 10:15:42 CEST 2010 - kay.sievers@novell.com
|
||||
|
||||
- update systemd service installation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 14 00:58:42 CEST 2010 - kay.sievers@novell.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dbus-1-x11 (Version 1.2.16)
|
||||
# spec file for package dbus-1-x11 (Version 1.3.2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: dbus-1-x11
|
||||
BuildRequires: xorg-x11-devel
|
||||
Url: http://dbus.freedesktop.org/
|
||||
|
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 24 10:15:42 CEST 2010 - kay.sievers@novell.com
|
||||
|
||||
- update systemd service installation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 14 00:58:42 CEST 2010 - kay.sievers@novell.com
|
||||
|
||||
|
@ -169,14 +169,12 @@ touch %{buildroot}/%{_localstatedir}/lib/dbus/machine-id
|
||||
|
||||
%preun
|
||||
%{stop_on_removal dbus}
|
||||
if [ "$1" -eq 0 ]; then
|
||||
/bin/systemctl disable dbus.service >/dev/null 2>&1 || :
|
||||
fi
|
||||
/usr/bin/systemd-install --realize=reload disable dbus.service >/dev/null 2>&1 || :
|
||||
|
||||
%post
|
||||
/bin/dbus-uuidgen --ensure
|
||||
%{insserv_force_if_yast dbus}
|
||||
/bin/systemctl enable dbus.service >/dev/null 2>&1 || :
|
||||
/usr/bin/systemd-install --realize=reload enable dbus.service >/dev/null 2>&1 || :
|
||||
/sbin/ldconfig
|
||||
%{run_permissions}
|
||||
%verifyscript
|
||||
|
Loading…
Reference in New Issue
Block a user