[dbus] Update to 1.6.0

Colin Walters walters at fedoraproject.org
Tue Jun 5 18:14:46 UTC 2012


commit 3259f9d986d45bd90a69277b3833e0b4781e519c
Author: Colin Walters <walters at verbum.org>
Date:   Tue Jun 5 14:14:11 2012 -0400

    Update to 1.6.0

 .gitignore |    1 +
 dbus.spec  |   13 +++++--------
 sources    |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 818150f..88819e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /dbus-1.4.0.tar.gz
 /dbus-1.4.10.tar.gz
 /dbus-1.4.20.tar.gz
+/dbus-1.6.0.tar.gz
diff --git a/dbus.spec b/dbus.spec
index 44e3034..c4527dd 100644
--- a/dbus.spec
+++ b/dbus.spec
@@ -4,13 +4,12 @@
 %define libselinux_version      1.15.2
 
 %define dbus_user_uid           81
-%define _default_patch_fuzz     999
 
 Summary: D-BUS message bus
 Name: dbus
 Epoch: 1
-Version: 1.4.20
-Release: 2%{?dist}
+Version: 1.6.0
+Release: 1%{?dist}
 URL: http://www.freedesktop.org/software/dbus/
 #VCS: git:git://git.freedesktop.org/git/dbus/dbus
 Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
@@ -44,10 +43,6 @@ Conflicts: cups < 1:1.1.20-4
 # FIXME this should be upstreamed; need --daemon-bindir=/bin and --bindir=/usr/bin or something?
 Patch0: bindir.patch
 
-# Posted upstream, makes D-Bus work in Linux containers.
-# https://bugs.freedesktop.org/show_bug.cgi?id=49062
-Patch1: 0001-selinux-when-dropping-capabilities-only-include-AUDI.patch
-
 %description
 D-BUS is a system for sending messages between applications. It is
 used both for the system-wide message bus service, and as a
@@ -98,7 +93,6 @@ in this separate package so server systems need not install X.
 /bin/chmod 0644 COPYING ChangeLog NEWS
 
 %patch0 -p1 -b .bindir
-%patch1 -p1
 
 autoreconf -f -i
 
@@ -232,6 +226,9 @@ fi
 %{_includedir}/*
 
 %changelog
+* Tue Jun  5 2012 Colin Walters <walters at verbum.org> - 1:1.6.0-1
+- Update to 1.6.0
+
 * Sun Apr 22 2012 Lennart Poettering <lpoetter at redhat.com> - 1:1.4.20-2
 - Make D-Bus work in containers
 
diff --git a/sources b/sources
index 2c8f1c2..4df1358 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79eca2f2c1894ac347acce128314428b  dbus-1.4.20.tar.gz
+16dcae2dd0c76e398381601ac9acdec4  dbus-1.6.0.tar.gz


More information about the scm-commits mailing list