Commit Graph

196 Commits

Author SHA1 Message Date
John (J5) Palmieri
b5ddf633ae - Added patch to fix deadlocks when using recursive g_mains 2005-04-12 16:16:19 +00:00
John (J5) Palmieri
2567d6e7ff replace selinux_init patch with selinux_chroot_workaround patch to work
around bad selinux interactions when using chroots on the beehive build
    machines
2005-04-12 15:29:52 +00:00
John (J5) Palmieri
008e8670b9 - add print_child_pid patch which make sure we prin the child's pid if we
fork
- remove try something test patch
2005-04-11 21:02:27 +00:00
John (J5) Palmieri
975cd53dd3 - added DBUS_VERBOSE=1 to investigate beehive build failures
- added try something patch to change script shebang line
2005-04-11 20:18:05 +00:00
Colin Walters
35fbd21cb0 try using make instead of make_fast 2005-04-11 19:10:34 +00:00
David Zeuthen
9e642d3018 - add fix for glib infinite loop (fdo #2889) 2005-04-07 18:14:27 +00:00
John (J5) Palmieri
d26cb11fe7 - add selinux-init patch to fix dbus from segfaulting when building on
machines that don't have selinux enabled
2005-03-31 19:45:47 +00:00
John (J5) Palmieri
fa2fbac9f8 - Uploaded dbus-0.32.tar.gz 2005-03-31 16:59:24 +00:00
John (J5) Palmieri
10238dc366 - update to upstream version 0.32 2005-03-31 16:57:27 +00:00
John (J5) Palmieri
49023d82b6 - Pyrex has been patched to generate gcc4.0 complient code
- Rebuild for gcc4.0
2005-03-23 17:05:56 +00:00
John (J5) Palmieri
1c28ead0f3 - s/compat-gcc32/compat-gcc-32 2005-03-16 15:57:47 +00:00
John (J5) Palmieri
ca70aaf691 - change compat-gcc requirement to compat-gcc32
- rebuild with gcc 3.2
2005-03-16 15:53:27 +00:00
John (J5) Palmieri
5661bc7c04 take out the source line for the precompiled init script 2005-03-08 17:13:52 +00:00
John (J5) Palmieri
156a777ff6 - Remove precompiled init script and let the sources generate it 2005-03-08 17:12:51 +00:00
John (J5) Palmieri
eddb857b99 - disable audit patch for now 2005-03-07 23:08:09 +00:00
John (J5) Palmieri
ae4f4f2003 add hack to compile on i386 with gcc33 2005-03-07 23:02:59 +00:00
John (J5) Palmieri
438da18a07 - gcc33 not gcc34 2005-03-07 22:43:37 +00:00
John (J5) Palmieri
b11d19ca8e force gcc34 because pyrex generate improper lvalue code 2005-03-07 22:27:25 +00:00
John (J5) Palmieri
d7fbd5710f - update to upstream version 0.31
- take out user has same id patch (merged upstream)
- udi patch updated
- dbus-daemon-1 renamed to dbus-daemon
- dbus-glib-tool renamed to dbus-binding-tool
2005-03-07 22:14:02 +00:00
John (J5) Palmieri
567cb4527e - Explicitly pass in the pid file location to ./configure instead of
letting it guess based on the build enviornment
- Add patch to fix random users from connecting to a users session bus
2005-02-01 21:52:22 +00:00
John (J5) Palmieri
61bbf18840 - Add Steve Grubb's SE-Linux audit patch (Bug# 144920) 2005-01-21 23:40:46 +00:00
John (J5) Palmieri
78c0bc4059 - take out the autoreconf as the patches that needed it have been removed 2005-01-21 22:57:32 +00:00
John (J5) Palmieri
6f4ca0a3b1 - Update to upstream version 0.23
- Drop all patches except for the UDI patch as they have been integrated
    upstream
- List of API changes:
add setgroups() to drop supplementary groups
removed dbus_bug_get_with_g_main since it's been replaced by dbus_g_bus_get
added support for int64 and uint64 to the python bindings
use SerivceOwnerChanges signal instead of ServiceCreated and ServiceDeleted
2005-01-21 22:49:49 +00:00
Jeremy Katz
22c8fd7bf5 - rebuild against python 2.4 2004-11-09 01:12:21 +00:00
John (J5) Palmieri
57eb5d3df1 - Add a requires for glib2-devel in the devel package
- Add SE-Linux backport from Colin Walters that fixes messages getting lost
    in SE-Linux contexts
2004-11-02 20:41:12 +00:00
John (J5) Palmieri
11b6ed20be - Bump up release and rebuild 2004-10-13 15:29:06 +00:00
Tim Waugh
1e8ddbc53e - Run /sbin/ldconfig for glib sub-package (bug #134062). 2004-10-11 13:41:40 +00:00
John (J5) Palmieri
ead51ab1c9 - Fixed patch to use dbus-1 instead of dbus-1.0
- (configure.in): Exported just the datadir instead of the full path to the
    dbus datadir for consistency
2004-09-22 23:46:37 +00:00
John (J5) Palmieri
57656d1a53 - Adding patch to move /usr/lib/dbus-1.0/services to
/usr/share/dbus-1.0/services
2004-09-22 19:55:15 +00:00
John (J5) Palmieri
f8d2937dc6 - reverting BuildRequires: redhat-release because of issues with build
system
- added precompiled version of the messagebus init script
2004-09-16 21:49:56 +00:00
John (J5) Palmieri
2670858681 - changed /etc/redhat-release to the package redhat-release 2004-09-16 20:57:22 +00:00
John (J5) Palmieri
ad11a9328c fix typo in spec 2004-09-16 20:45:07 +00:00
John (J5) Palmieri
16d81f6f4d - added python int64 patch from davidz 2004-09-16 20:44:09 +00:00
John (J5) Palmieri
fb47a38b23 - added BuildRequires: /etc/redhat-release (RH Bug #132436) 2004-09-16 20:30:40 +00:00
cvsdist
3f583b0cf4 auto-import changelog data from dbus-0.22-4.src.rpm
Wed Aug 18 2004 John (J5) Palmieri <johnp@redhat.com>
- Added Steve Grubb's spec file patch (RH Bug #130201)
2004-09-09 04:08:53 +00:00
cvsdist
c1a18949b4 auto-import dbus-0.22-3 from dbus-0.22-3.src.rpm 2004-09-09 04:08:48 +00:00
cvsdist
b590c7dff5 auto-import changelog data from dbus-0.22-2.src.rpm
Mon Aug 16 2004 John (J5) Palmieri <johnp@redhat.com>
- Moved dbus-viewer to new dbus-gtk package so that dbus-glib no longer
    requires X or GTK libraries. (RH Bug #130029)
2004-09-09 04:08:44 +00:00
cvsdist
b3d8e4833f auto-import changelog data from dbus-0.22-1.src.rpm
Thu Aug 12 2004 John (J5) Palmieri <johnp@redhat.com>
- Update to new 0.22 release
2004-09-09 04:08:02 +00:00
cvsdist
9130018adf auto-import changelog data from dbus-0.21.cvs20040722-5.src.rpm
Thu Aug 05 2004 John (J5) Palmieri <johnp@redhat.com>
- Added BuildRequires for libselinux-devel and Requires for libselinux
Mon Aug 02 2004 Colin Walters <walters@redhat.com>
- Add SE-DBus patch
2004-09-09 04:07:42 +00:00
cvsdist
0d4f5b5195 auto-import changelog data from dbus-0.21.cvs20040722-3.src.rpm
Fri Jul 30 2004 John (J5) Palmieri <johnp@redhat.com>
- Added lib64 workaround for python bindings installing to the wrong lib
    directory on 64 bit archs
Fri Jul 30 2004 John (J5) Palmieri <johnp@redhat.com>
- Updated console-auth patch
- rebuild
Thu Jul 22 2004 John (J5) Palmieri <johnp@redhat.com>
- Update to upstream CVS build
- Added console-auth patch
2004-09-09 04:07:29 +00:00
cvsdist
b0af9b0746 auto-import changelog data from dbus-0.21-10.src.rpm
Fri Jun 25 2004 John (J5) Palmieri <johnp@redhat.com>
- Workaround added to fix gcc-3.4 bug on ia64
Fri Jun 25 2004 John (J5) Palmieri <johnp@redhat.com>
- require new Pyrex version and see if it builds this time
Fri Jun 25 2004 John (J5) Palmieri <johnp@redhat.com>
- rebuild with updated Pyrex (0.9.2.1)
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 04:07:26 +00:00
cvsdist
a12253b5bf auto-import changelog data from dbus-0.21-6.src.rpm
Fri Jun 04 2004 John (J5) Palmieri <johnp@redhat.com>
- Moved dbus-viewer, dbus-monitor and dbus-glib-tool into the dbus-glib
    package so that the main dbus package does not depend on glib (Bug
    #125285)
2004-09-09 04:07:17 +00:00
cvsdist
528806e35b auto-import changelog data from dbus-0.21-5.src.rpm
Thu Jun 03 2004 John (J5) Palmieri <johnp@redhat.com>
- rebuilt
Thu May 27 2004 John (J5) Palmieri <johnp@redhat.com>
- added my Python patch
- took out the qt build requires
- added a gtk+ build requires
Fri Apr 23 2004 John (J5) Palmieri <johnp@redhat.com>
- Changed build requirement to version 0.9-3 of Pyrex to fix problem with
    builing on x86_64
Tue Apr 20 2004 John (J5) Palmieri <johnp@redhat.com>
- update to upstream 0.21
- removed dbus-0.20-varargs.patch patch (fixed upstream)
Mon Apr 19 2004 John (J5) Palmieri <johnp@redhat.com>
- added a dbus-python package to generate python bindings
- added Pyrex build dependacy
2004-09-09 04:07:08 +00:00
cvsdist
01314eea91 auto-import changelog data from dbus-0.20-4.1.src.rpm
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Wed Feb 25 2004 Bill Nottingham <notting@redhat.com> 0.20-4
- fix dbus error functions on x86-64 (#116324)
- add prereq (#112027)
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Fri Feb 13 2004 Tim Waugh <twaugh@redhat.com>
- Conflict with cups prior to configuration file change, so that the
    %postun service condrestart works.
Wed Feb 11 2004 Havoc Pennington <hp@redhat.com> 0.20-2
- rebuild in fc2, cups now updated
Wed Jan 07 2004 Bill Nottingham <notting@redhat.com> 0.20-1
- update to upstream 0.20
2004-09-09 04:06:57 +00:00
cvsdist
5d01674e18 auto-import changelog data from dbus-0.13-6.src.rpm
Thu Oct 16 2003 Havoc Pennington <hp@redhat.com> 0.13-6
- hmm, dbus doesn't support uids in the config file. fix.
Thu Oct 16 2003 Havoc Pennington <hp@redhat.com> 0.13-5
- put uid instead of username in the config file, to keep things working
    with name change
Thu Oct 16 2003 Havoc Pennington <hp@redhat.com> 0.13-4
- make subpackages require the specific release, not just version, of base
    package
Thu Oct 16 2003 Havoc Pennington <hp@redhat.com> 0.13-3
- change system user "messagebus" -> "dbus" to be under 8 chars
Mon Sep 29 2003 Havoc Pennington <hp@redhat.com> 0.13-2
- see if removing qt subpackage for now will get us through the build
    system, qt bindings not useful yet anyway
Sun Sep 28 2003 Havoc Pennington <hp@redhat.com> 0.13-1
- 0.13 fixes a little security oops
Mon Aug 04 2003 Havoc Pennington <hp@redhat.com> 0.11.91-3
- break the tiny dbus-launch that depends on X into separate package so a
    CUPS server doesn't need X installed
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Sat May 17 2003 Havoc Pennington <hp@redhat.com> 0.11.91-1
- 0.11.91 cvs snap properly merges system.d
Fri May 16 2003 Havoc Pennington <hp@redhat.com> 0.11.90-1
- build a cvs snap with a few more fixes
Fri May 16 2003 Havoc Pennington <hp@redhat.com> 0.11-2
- fix a crash that was breaking cups
Thu May 15 2003 Havoc Pennington <hp@redhat.com> 0.11-1
- 0.11
Thu May 15 2003 Havoc Pennington <hp@redhat.com> 0.10.90-1
- use rc.d/init.d not init.d, bug #90192
- include the new man pages
Fri Apr 11 2003 Havoc Pennington <hp@redhat.com> 0.9-1
- 0.9
- export QTDIR explicitly
- re-enable qt, the problem was most likely D-BUS configure
Tue Apr 01 2003 Havoc Pennington <hp@redhat.com> 0.6.94-1
- update from CVS with a fix to set uid after gid
Tue Apr 01 2003 Havoc Pennington <hp@redhat.com> 0.6.93-1
- new cvs snap that actually forks to background and changes user it's
    running as and so forth
- create our system user in pre
Mon Mar 31 2003 Havoc Pennington <hp@redhat.com> 0.6.92-1
- fix for "make check" test that required a home directory
Mon Mar 31 2003 Havoc Pennington <hp@redhat.com> 0.6.91-1
- disable qt for now because beehive hates me
- pull a slightly newer cvs snap that creates socket directory
- cat the make check log after make check fails
Mon Mar 31 2003 Havoc Pennington <hp@redhat.com> 0.6.90-1
- initial build
2004-09-09 04:06:26 +00:00
cvsdist
c370e90edb Setup of module dbus 2004-09-09 04:06:24 +00:00