]> git.pld-linux.org Git - packages/dbus.git/commitdiff
- rel 3 auto/th/dbus-1_1_2-3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 25 Oct 2007 22:49:49 +0000 (22:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- own %{_datadir}/dbus-1/system-services
- geteuid patch to fix https://bugs.freedesktop.org/show_bug.cgi?id=11876
  symptoms were gdm and pam_ck_connector not being able to open session to
  dbus, thus disallowing mounts of removable media and other fancy at_console
  stuff

Changed files:
    dbus.spec -> 1.160

dbus.spec

index 575b899495a88e5316445af8b97193e3904bd1a7..d320d35d72f15faf65ed5ce3a7e0341c77d50247 100644 (file)
--- a/dbus.spec
+++ b/dbus.spec
@@ -8,7 +8,7 @@ Summary:        D-BUS message bus
 Summary(pl.UTF-8):     Magistrala przesyłania komunikatów D-BUS
 Name:          dbus
 Version:       1.1.2
-Release:       2
+Release:       3
 License:       AFL v2.1 or GPL v2
 Group:         Libraries
 Source0:       http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
@@ -20,6 +20,7 @@ Source4:      %{name}-xinitrc.sh
 Patch0:                %{name}-nolibs.patch
 Patch1:                %{name}-config.patch
 Patch2:                %{name}-no_fatal_checks.patch
+Patch3:                %{name}-geteuid.patch
 URL:           http://www.freedesktop.org/Software/dbus
 BuildRequires: audit-libs-devel
 BuildRequires: autoconf >= 2.52
@@ -105,6 +106,7 @@ Statyczne biblioteki D-BUS.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -201,6 +203,7 @@ fi
 %dir %{_sysconfdir}/dbus-1/session.d
 %dir %{_datadir}/dbus-1
 %dir %{_datadir}/dbus-1/services
+%dir %{_datadir}/dbus-1/system-services
 %dir %{_localstatedir}/run/dbus
 %dir /var/lib/dbus
 %{_mandir}/man1/dbus-cleanup-sockets.1*
This page took 0.058273 seconds and 4 git commands to generate.