base-specs/dbus.spec
branchgnome-2-30
changeset 20011 54ad9f1e6ff7
parent 17864 337913e88a9d
child 20180 49a9491b8a6f
child 20264 12adaad92776
--- a/base-specs/dbus.spec	Sun Aug 15 07:40:54 2010 +0000
+++ b/base-specs/dbus.spec	Mon Aug 16 07:04:29 2010 +0000
@@ -1,7 +1,7 @@
 #
 # spec file for package dbus
 #
-# Copyright 2010 Sun Microsystems, Inc.
+# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
@@ -25,6 +25,8 @@
 # System services are disabled by default in Solaris configuration since
 # they are not yet supported on Solaris.
 Patch1:       dbus-01-nosystemservice.diff
+# date:2010-08-16 owner:padraig type:bug doo#16787
+Patch2:       dbus-02-closefrom.diff
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:	      %{_defaultdocdir}/doc
 Autoreqprov:  on
@@ -67,6 +69,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 %ifos linux
@@ -141,6 +144,8 @@
 %{_libdir}/python?.?/vendor-packages/*
 
 %changelog
+* Mon Aug 16 2010 - [email protected]
+- Add dbus-02-closefrom.diff rto fix doo 16787.
 * Tue Mar 23 2010 - [email protected]
 - Bump to 1.2.24.  Remove upstream patch dbus-02-fixcompile.diff.
 * Wed Feb 03 2010 - [email protected]