version 1.3.2
OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1?expand=0&rev=19
This commit is contained in:
parent
b07424b61d
commit
edc8e00ed7
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 11 00:39:51 CEST 2010 - kay.sievers@novell.com
|
||||
|
||||
- update to 1.3.2 snapshot
|
||||
- New standardized PropertiesChanged signal in the properties interface
|
||||
- Support forking bus services, for compatibility
|
||||
- install systemd service files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dbus-1-x11 (Version 1.2.24)
|
||||
# spec file for package dbus-1-x11 (Version 1.2.16)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 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,7 +17,6 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: dbus-1-x11
|
||||
BuildRequires: xorg-x11-devel
|
||||
Url: http://dbus.freedesktop.org/
|
||||
@ -28,9 +27,10 @@ Summary: D-Bus Message Bus System
|
||||
# COMMON1-BEGIN
|
||||
BuildRequires: doxygen libexpat-devel libzio pkgconfig
|
||||
BuildRequires: audit-devel
|
||||
Version: 1.2.24
|
||||
Version: 1.3.2
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
BuildRequires: systemd-units
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: dbus-1-64bit
|
||||
@ -71,6 +71,7 @@ export CXXFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing"
|
||||
%if 0%{?suse_version} > 1000
|
||||
export CFLAGS="$CFLAGS -fstack-protector"
|
||||
export CXXFLAGS="$CXXFLAGS -fstack-protector"
|
||||
export V=1
|
||||
%endif
|
||||
%configure \
|
||||
--disable-static \
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67bb24487fe8f6b0fcb2c4fd9a9edc0a64e5fca2b0967244ed1379da114b9481
|
||||
size 1337397
|
3
dbus-1.3.2.tar.bz2
Normal file
3
dbus-1.3.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15db17f653067bc2944135cf93fa068959aa4144d812b7c9bca14073e136bad8
|
||||
size 1427480
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 11 00:39:51 CEST 2010 - kay.sievers@novell.com
|
||||
|
||||
- update to 1.3.2 snapshot
|
||||
- New standardized PropertiesChanged signal in the properties interface
|
||||
- Support forking bus services, for compatibility
|
||||
- install systemd service files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
19
dbus-1.spec
19
dbus-1.spec
@ -26,9 +26,10 @@ Summary: D-Bus Message Bus System
|
||||
# COMMON1-BEGIN
|
||||
BuildRequires: doxygen libexpat-devel libzio pkgconfig
|
||||
BuildRequires: audit-devel
|
||||
Version: 1.2.24
|
||||
Version: 1.3.2
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
BuildRequires: systemd-units
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: dbus-1-64bit
|
||||
@ -105,6 +106,7 @@ export CXXFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing"
|
||||
%if 0%{?suse_version} > 1000
|
||||
export CFLAGS="$CFLAGS -fstack-protector"
|
||||
export CXXFLAGS="$CXXFLAGS -fstack-protector"
|
||||
export V=1
|
||||
%endif
|
||||
%configure \
|
||||
--disable-static \
|
||||
@ -167,10 +169,12 @@ touch %{buildroot}/%{_localstatedir}/lib/dbus/machine-id
|
||||
|
||||
%preun
|
||||
%{stop_on_removal dbus}
|
||||
/usr/bin/systemd-install --realize=reload disable dbus.service >/dev/null 2>&1 || :
|
||||
|
||||
%post
|
||||
/bin/dbus-uuidgen --ensure
|
||||
%{insserv_force_if_yast dbus}
|
||||
/usr/bin/systemd-install --realize=reload enable dbus.service >/dev/null 2>&1 || :
|
||||
/sbin/ldconfig
|
||||
%{run_permissions}
|
||||
%verifyscript
|
||||
@ -190,7 +194,11 @@ touch %{buildroot}/%{_localstatedir}/lib/dbus/machine-id
|
||||
%dir %{_localstatedir}/lib/dbus
|
||||
%dir /lib/dbus-1
|
||||
%doc AUTHORS COPYING HACKING NEWS README
|
||||
%{_sysconfdir}/dbus-1
|
||||
%dir %{_sysconfdir}/dbus-1
|
||||
%dir %{_sysconfdir}/dbus-1/session.d
|
||||
%dir %{_sysconfdir}/dbus-1/system.d
|
||||
%config(noreplace) %{_sysconfdir}/dbus-1/session.conf
|
||||
%config(noreplace) %{_sysconfdir}/dbus-1/system.conf
|
||||
%{_sysconfdir}/init.d/dbus
|
||||
%{_sysconfdir}/ConsoleKit
|
||||
/bin/dbus-cleanup-sockets
|
||||
@ -205,12 +213,15 @@ touch %{buildroot}/%{_localstatedir}/lib/dbus/machine-id
|
||||
%{_mandir}/man1/dbus-send.1.*
|
||||
%{_mandir}/man1/dbus-uuidgen.1.*
|
||||
%{_sbindir}/rcdbus
|
||||
%attr(-,messagebus,messagebus) %{_localstatedir}/run/dbus
|
||||
# See doc/system-activation.txt in source tarball for the rationale
|
||||
# behind these permissions
|
||||
%attr(4750,root,messagebus) /lib/%{name}/dbus-daemon-launch-helper
|
||||
%verify(not mode) /lib/%{name}/dbus-daemon-launch-helper
|
||||
%ghost /var/lib/dbus/machine-id
|
||||
%ghost %{_localstatedir}/run/dbus
|
||||
%ghost %{_localstatedir}/lib/dbus/machine-id
|
||||
/lib/systemd/system/dbus.service
|
||||
/lib/systemd/system/dbus.socket
|
||||
/lib/systemd/system/dbus.target.wants/dbus.socket
|
||||
|
||||
%files -n dbus-1-devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user