Accepting request 47613 from Base:System

checked in (request 47613)

OBS-URL: https://build.opensuse.org/request/show/47613
OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1?expand=0&rev=26
This commit is contained in:
OBS User autobuild 2010-09-10 12:54:23 +00:00 committed by Git OBS Bridge
parent 4d4af4f7d3
commit 08ac2c5cfb
6 changed files with 14 additions and 27 deletions

View File

@ -1,11 +1,3 @@
-------------------------------------------------------------------
Mon Sep 6 18:41:50 CEST 2010 - kay.sievers@novell.com
- version 1.4.0
- make dbus-uuidgen atomic
- fix socket descriptor leak in _dbus_connect_tcp_socket_with_nonce
- unconditionally enable D-Bus on systemd boots
-------------------------------------------------------------------
Sat Jul 24 10:15:42 CEST 2010 - kay.sievers@novell.com

View File

@ -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/
@ -27,8 +28,8 @@ Summary: D-Bus Message Bus System
# COMMON1-BEGIN
BuildRequires: doxygen libexpat-devel libzio pkgconfig
BuildRequires: audit-devel
Version: 1.4.0
Release: 1
Version: 1.3.2
Release: 2
AutoReqProv: on
# bug437293
%ifarch ppc64

3
dbus-1.3.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15db17f653067bc2944135cf93fa068959aa4144d812b7c9bca14073e136bad8
size 1427480

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27db28e3bd270e482c794e35c2a474c92383bfb4a7f3467a1cacd6ffe77f1988
size 1459728

View File

@ -1,11 +1,3 @@
-------------------------------------------------------------------
Mon Sep 6 18:41:50 CEST 2010 - kay.sievers@novell.com
- version 1.4.0
- make dbus-uuidgen atomic
- fix socket descriptor leak in _dbus_connect_tcp_socket_with_nonce
- unconditionally enable D-Bus on systemd boots
-------------------------------------------------------------------
Sat Jul 24 10:15:42 CEST 2010 - kay.sievers@novell.com

View File

@ -26,8 +26,8 @@ Summary: D-Bus Message Bus System
# COMMON1-BEGIN
BuildRequires: doxygen libexpat-devel libzio pkgconfig
BuildRequires: audit-devel
Version: 1.4.0
Release: 1
Version: 1.3.2
Release: 2
AutoReqProv: on
# bug437293
%ifarch ppc64
@ -169,10 +169,14 @@ 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
%post
/bin/dbus-uuidgen --ensure
%{insserv_force_if_yast dbus}
/bin/systemctl enable dbus.service >/dev/null 2>&1 || :
/sbin/ldconfig
%{run_permissions}
%verifyscript
@ -220,8 +224,6 @@ touch %{buildroot}/%{_localstatedir}/lib/dbus/machine-id
/lib/systemd/system/dbus.service
/lib/systemd/system/dbus.socket
/lib/systemd/system/dbus.target.wants/dbus.socket
/lib/systemd/system/multi-user.target.wants/dbus.service
/lib/systemd/system/sockets.target.wants/dbus.socket
%files -n dbus-1-devel
%defattr(-,root,root)