2005-08-23 21:42:14 +00:00
|
|
|
%define pyver %(python -c 'import sys ; print sys.version[:3]')
|
|
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_pytho\n_lib()")}
|
|
|
|
|
2004-09-09 04:06:26 +00:00
|
|
|
%define gettext_package dbus
|
|
|
|
|
|
|
|
%define expat_version 1.95.5
|
|
|
|
%define glib2_version 2.2.0
|
2005-08-23 22:01:17 +00:00
|
|
|
%define qt_basever 3.3
|
|
|
|
%define qt_version 3.3.0
|
2005-03-23 17:05:56 +00:00
|
|
|
%define pyrex_version 0.9.3
|
2004-09-09 04:07:08 +00:00
|
|
|
%define gtk2_version 2.4.0
|
2004-09-09 04:07:42 +00:00
|
|
|
%define libselinux_version 1.15.2
|
2004-09-09 04:06:26 +00:00
|
|
|
|
|
|
|
%define dbus_user_uid 81
|
|
|
|
|
|
|
|
Summary: D-BUS message bus
|
|
|
|
Name: dbus
|
2005-12-01 19:44:52 +00:00
|
|
|
Version: 0.60
|
2005-12-09 22:40:09 +00:00
|
|
|
Release: 1 .1
|
2004-09-09 04:06:26 +00:00
|
|
|
URL: http://www.freedesktop.org/software/dbus/
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
License: AFL/GPL
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
2004-09-09 04:06:57 +00:00
|
|
|
PreReq: chkconfig /usr/sbin/useradd
|
2004-09-09 04:08:53 +00:00
|
|
|
BuildPreReq: libtool
|
2004-09-16 21:49:56 +00:00
|
|
|
#BuildRequires: redhat-release
|
2004-09-09 04:06:26 +00:00
|
|
|
BuildRequires: expat-devel >= %{expat_version}
|
2004-09-09 04:08:53 +00:00
|
|
|
BuildRequires: libxml2-devel
|
2004-09-09 04:06:26 +00:00
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
2005-12-01 19:44:52 +00:00
|
|
|
#BuildRequires: qt-devel >= %{qt_version}
|
2004-09-09 04:07:08 +00:00
|
|
|
BuildRequires: Pyrex >= %{pyrex_version}
|
2004-09-09 04:08:48 +00:00
|
|
|
#BuildRequires: gtk2-devel >= %{gtk_version}
|
2004-09-09 04:07:42 +00:00
|
|
|
BuildRequires: libselinux-devel >= %{libselinux_version}
|
2005-06-08 17:47:15 +00:00
|
|
|
BuildRequires: audit-libs-devel >= 0.9
|
2004-09-09 04:07:42 +00:00
|
|
|
|
|
|
|
Requires: libselinux >= %{libselinux_version}
|
2004-09-09 04:07:08 +00:00
|
|
|
|
2004-09-09 04:06:57 +00:00
|
|
|
Conflicts: cups < 1:1.1.20-4
|
2004-09-09 04:06:26 +00:00
|
|
|
|
2005-04-12 15:29:52 +00:00
|
|
|
Patch1: dbus-0.32-selinux_chroot_workaround.patch
|
2005-12-01 19:44:52 +00:00
|
|
|
Patch2: dbus-0.60-selinux-avc-audit.patch
|
2004-09-09 04:06:26 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
|
|
D-BUS is a system for sending messages between applications. It is
|
|
|
|
used both for the systemwide message bus service, and as a
|
|
|
|
per-user-login-session messaging facility.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries and headers for D-BUS
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %name = %{version}-%{release}
|
2004-11-02 20:41:12 +00:00
|
|
|
Requires: glib2-devel
|
2004-09-09 04:06:26 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
|
|
|
Headers and static libraries for D-BUS.
|
|
|
|
|
|
|
|
%package glib
|
|
|
|
Summary: GLib-based library for using D-BUS
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %name = %{version}-%{release}
|
|
|
|
|
|
|
|
%description glib
|
|
|
|
|
|
|
|
D-BUS add-on library to integrate the standard D-BUS library with
|
|
|
|
the GLib thread abstraction and main loop.
|
|
|
|
|
2004-09-09 04:08:48 +00:00
|
|
|
%if 0
|
2004-09-09 04:08:44 +00:00
|
|
|
%package gtk
|
|
|
|
Summary: GTK based tools
|
|
|
|
Group: Development/Tools
|
|
|
|
Requires: %name = %{version}-%{release}
|
|
|
|
Requires: gtk2 >= %{gtk_version}
|
|
|
|
%description gtk
|
|
|
|
|
|
|
|
D-BUS tools written using the gtk+ GUI libaries
|
|
|
|
|
2004-09-09 04:08:48 +00:00
|
|
|
%endif
|
2005-12-01 19:44:52 +00:00
|
|
|
%if 0
|
2004-09-09 04:06:26 +00:00
|
|
|
%package qt
|
|
|
|
Summary: Qt-based library for using D-BUS
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %name = %{version}-%{release}
|
|
|
|
|
|
|
|
%description qt
|
|
|
|
|
|
|
|
D-BUS add-on library to integrate the standard D-BUS library with
|
|
|
|
the Qt thread abstraction and main loop.
|
|
|
|
|
2005-12-01 19:44:52 +00:00
|
|
|
%endif
|
|
|
|
|
2004-09-09 04:06:26 +00:00
|
|
|
%package x11
|
|
|
|
Summary: X11-requiring add-ons for D-BUS
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %name = %{version}-%{release}
|
|
|
|
|
|
|
|
%description x11
|
|
|
|
|
|
|
|
D-BUS contains some tools that require Xlib to be installed, those are
|
|
|
|
in this separate package so server systems need not install X.
|
|
|
|
|
2004-09-09 04:07:08 +00:00
|
|
|
%package python
|
|
|
|
Summary: python bindings for D-BUS
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %name = %{version}-%{release}
|
|
|
|
|
|
|
|
%description python
|
|
|
|
|
|
|
|
D-BUS python bindings for use with python programs.
|
|
|
|
|
2004-09-09 04:06:26 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
2005-04-12 15:29:52 +00:00
|
|
|
%patch1 -p1 -b .selinux_chroot_workaround
|
2005-04-26 01:26:19 +00:00
|
|
|
%patch2 -p1 -b .selinux-avc-audit
|
2005-02-01 21:52:22 +00:00
|
|
|
|
2005-08-23 21:42:14 +00:00
|
|
|
autoreconf -f -i
|
|
|
|
|
2004-09-09 04:06:26 +00:00
|
|
|
%build
|
|
|
|
|
2005-12-01 19:44:52 +00:00
|
|
|
COMMON_ARGS="--enable-glib=yes --enable-libaudit --enable-selinux=yes --disable-gtk --with-init-scripts=redhat --with-system-pid-file=%{_localstatedir}/run/messagebus.pid --with-dbus-user=%{dbus_user_uid}"
|
2004-09-09 04:06:26 +00:00
|
|
|
|
2005-08-23 22:01:17 +00:00
|
|
|
if test -d %{_libdir}/qt-%{qt_basever} ; then
|
|
|
|
export QTDIR=%{_libdir}/qt-%{qt_basever}
|
2004-09-09 04:06:26 +00:00
|
|
|
else
|
2005-08-23 22:01:17 +00:00
|
|
|
echo "WARNING: %{_libdir}/qt-%{qtbasever} does not exist"
|
2004-09-09 04:06:26 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
### this is some crack because bits of dbus can be
|
|
|
|
### smp-compiled but others don't feel like working
|
|
|
|
function make_fast() {
|
|
|
|
### try to burn through it with SMP a couple times
|
|
|
|
make %{?_smp_mflags} || true
|
|
|
|
make %{?_smp_mflags} || true
|
2004-09-09 04:07:08 +00:00
|
|
|
|
2004-09-09 04:06:26 +00:00
|
|
|
### then do a real make and don't ignore failure
|
2005-04-11 20:18:05 +00:00
|
|
|
DBUS_VERBOSE=1 make
|
2004-09-09 04:06:26 +00:00
|
|
|
}
|
|
|
|
|
2005-12-01 19:44:52 +00:00
|
|
|
#%ifarch ia64
|
2004-09-09 04:07:26 +00:00
|
|
|
#FIXME: workaround for gcc-3.4 bug which causes python bindings build to hand on ia64 arches
|
2005-12-01 19:44:52 +00:00
|
|
|
#CFLAGS="$RPM_OPT_FLAGS -O1"
|
|
|
|
#export CFLAGS
|
|
|
|
#%endif
|
2005-03-07 23:02:59 +00:00
|
|
|
|
2004-09-09 04:06:26 +00:00
|
|
|
#### Build once with tests to make check
|
|
|
|
%configure $COMMON_ARGS --enable-tests=yes --enable-verbose-mode=yes --enable-asserts=yes
|
|
|
|
make_fast
|
2004-09-09 04:07:08 +00:00
|
|
|
exit 0
|
2004-09-09 04:06:26 +00:00
|
|
|
DBUS_VERBOSE=1 make check > dbus-check.log 2>&1 || (cat dbus-check.log && false)
|
|
|
|
|
|
|
|
#### Clean up and build again
|
|
|
|
make clean
|
|
|
|
|
|
|
|
%configure $COMMON_ARGS --disable-tests --disable-verbose-mode --disable-asserts
|
2005-04-11 19:10:34 +00:00
|
|
|
make
|
2004-09-09 04:06:26 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
2005-03-23 17:05:56 +00:00
|
|
|
%makeinstall
|
2004-09-09 04:06:26 +00:00
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
2005-07-18 18:33:21 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/dbus/*.*a
|
2005-06-28 20:52:19 +00:00
|
|
|
|
2004-09-09 04:06:26 +00:00
|
|
|
## %find_lang %{gettext_package}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%pre
|
|
|
|
# Add the "dbus" user
|
|
|
|
/usr/sbin/useradd -c 'System message bus' -u %{dbus_user_uid} \
|
|
|
|
-s /sbin/nologin -r -d '/' dbus 2> /dev/null || :
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
/sbin/chkconfig --add messagebus
|
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ $1 = 0 ]; then
|
|
|
|
/sbin/chkconfig --del messagebus
|
|
|
|
fi
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
2004-10-11 13:41:40 +00:00
|
|
|
%post glib -p /sbin/ldconfig
|
|
|
|
%postun glib -p /sbin/ldconfig
|
|
|
|
|
2004-09-09 04:06:26 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%doc COPYING ChangeLog NEWS
|
|
|
|
|
2005-06-28 21:00:22 +00:00
|
|
|
%dir %{_sysconfdir}/dbus-1
|
2004-09-09 04:06:26 +00:00
|
|
|
%config %{_sysconfdir}/dbus-1/*.conf
|
|
|
|
%config %{_sysconfdir}/rc.d/init.d/*
|
|
|
|
%dir %{_sysconfdir}/dbus-1/system.d
|
|
|
|
%dir %{_localstatedir}/run/dbus
|
|
|
|
%dir %{_libdir}/dbus-1.0
|
2005-03-07 22:14:02 +00:00
|
|
|
%{_bindir}/dbus-daemon
|
2004-09-09 04:06:26 +00:00
|
|
|
%{_bindir}/dbus-send
|
|
|
|
%{_bindir}/dbus-cleanup-sockets
|
|
|
|
%{_libdir}/*dbus-1*.so.*
|
|
|
|
%{_datadir}/man/man*/*
|
2004-09-22 23:46:37 +00:00
|
|
|
%{_datadir}/dbus-1/services
|
2004-09-09 04:06:26 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%{_libdir}/lib*.a
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/dbus-1.0/include
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_includedir}/*
|
|
|
|
|
|
|
|
%files glib
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%{_libdir}/*glib*.so.*
|
2005-03-07 22:14:02 +00:00
|
|
|
%{_bindir}/dbus-binding-tool
|
2004-09-09 04:07:17 +00:00
|
|
|
%{_bindir}/dbus-monitor
|
2004-09-09 04:08:44 +00:00
|
|
|
|
2004-09-09 04:08:48 +00:00
|
|
|
%if 0
|
2004-09-09 04:08:44 +00:00
|
|
|
%files gtk
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
2004-09-09 04:07:17 +00:00
|
|
|
%{_bindir}/dbus-viewer
|
2004-09-09 04:06:26 +00:00
|
|
|
|
2004-09-09 04:08:48 +00:00
|
|
|
%endif
|
|
|
|
|
2005-12-01 19:44:52 +00:00
|
|
|
%if 0
|
2004-09-09 04:06:26 +00:00
|
|
|
%files qt
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%{_libdir}/*qt*.so.*
|
2005-12-01 19:44:52 +00:00
|
|
|
%endif
|
2004-09-09 04:06:26 +00:00
|
|
|
|
|
|
|
%files x11
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%{_bindir}/dbus-launch
|
|
|
|
|
2004-09-09 04:07:08 +00:00
|
|
|
%files python
|
|
|
|
%defattr(-,root,root)
|
2005-07-18 18:33:21 +00:00
|
|
|
%{_libdir}/python*/site-packages/dbus/*.so
|
2005-08-23 21:42:14 +00:00
|
|
|
%{_libdir}/python*/site-packages/dbus.pth
|
2005-08-24 18:39:11 +00:00
|
|
|
%{_libdir}/python*/site-packages/dbus/*.py*
|
2004-09-09 04:07:08 +00:00
|
|
|
|
2004-09-09 04:06:26 +00:00
|
|
|
%changelog
|
2005-12-09 22:40:09 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-01 19:44:52 +00:00
|
|
|
* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.60-1
|
|
|
|
- upgrade to 0.60
|
|
|
|
|
2005-09-08 18:55:08 +00:00
|
|
|
* Mon Sep 08 2005 John (J5) Palmieri <johnp@redhat.com> - 0.50-1
|
|
|
|
- upgrade to 0.50
|
|
|
|
|
2005-08-29 21:29:10 +00:00
|
|
|
* Mon Aug 29 2005 John (J5) Palmieri <johnp@redhat.com> - 0.36.2-1
|
|
|
|
- upgrade to 0.36.2 which fixes an exploit where
|
|
|
|
users can attach to another user's session bus (CAN-2005-0201)
|
|
|
|
|
2005-08-24 18:39:11 +00:00
|
|
|
* Wed Aug 24 2005 John (J5) Palmieri <johnp@redhat.com> - 0.36.1-1
|
|
|
|
- Upgrade to dbus-0.36.1
|
|
|
|
- Install all files to lib64/ on 64bit machines
|
|
|
|
|
2005-08-23 21:42:14 +00:00
|
|
|
* Tue Aug 23 2005 John (J5) Palmieri <johnp@redhat.com> - 0.36-1
|
|
|
|
- Upgrade to dbus-0.36
|
|
|
|
- Split modules that go into %{_lib}/python2.4/site-packages/dbus
|
|
|
|
and those that go into %{python_sitelib}/dbus (they differ on 64bit)
|
|
|
|
- Renable Qt bindings since packages in core can use them
|
|
|
|
|
2005-07-18 18:33:21 +00:00
|
|
|
* Mon Jul 18 2005 John (J5) Palmieri <johnp@redhat.com> - 0.35.2-1
|
|
|
|
- Upgrade to dbus-0.35.2
|
|
|
|
- removed dbus-0.34-kill-babysitter.patch
|
|
|
|
- removed dbus-0.34-python-threadsync.patch
|
|
|
|
- removed dbus-0.23-selinux-avc-audit.patch
|
|
|
|
- added dbus-0.35.2-selinux-avc-audit.patch
|
2005-07-18 18:39:26 +00:00
|
|
|
- take out restarts on upgrade
|
2005-07-18 18:33:21 +00:00
|
|
|
|
2005-06-28 20:52:19 +00:00
|
|
|
* Tue Jun 28 2005 John (J5) Palmieri <johnp@redhat.com> - 0.34-1
|
|
|
|
- Upgrade to dbus-0.34
|
|
|
|
- added dbus-0.34-kill-babysitter.patch
|
|
|
|
- added dbus-0.34-python-threadsync.patch
|
|
|
|
- remove dbus-0.32-print_child_pid.patch
|
|
|
|
- remove dbus-0.32-deadlock-fix.patch
|
|
|
|
- remove dbus-0.33-types.patch
|
|
|
|
|
2005-06-08 17:47:15 +00:00
|
|
|
* Wed Jun 18 2005 John (J5) Palmieri <johnp@redhat.com> - 0.33-4
|
|
|
|
- Add new libaudit patch from Steve Grub and enable in configure
|
|
|
|
(Bug #159218)
|
|
|
|
|
2005-05-23 18:43:02 +00:00
|
|
|
* Mon May 23 2005 Bill Nottingham <notting@redhat.com> - 0.33-3
|
|
|
|
- remove static libraries from python bindings
|
|
|
|
|
2005-05-01 19:45:27 +00:00
|
|
|
* Sun May 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.33-2
|
|
|
|
- Backport patch from CVS that fixes int32's being marshaled as
|
|
|
|
uint16's in the python bindings
|
|
|
|
|
2005-04-26 01:26:19 +00:00
|
|
|
* Mon Apr 25 2005 John (J5) Palmieri <johnp@redhat.com> - 0.33-1
|
|
|
|
- update to upstream 0.33
|
|
|
|
- renable selinux audit patch
|
|
|
|
|
2005-04-12 16:16:19 +00:00
|
|
|
* Mon Apr 12 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-6
|
|
|
|
- Added patch to fix deadlocks when using recursive g_mains
|
|
|
|
|
2005-04-12 15:29:52 +00:00
|
|
|
* Mon Apr 12 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-5
|
|
|
|
- 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-11 21:02:27 +00:00
|
|
|
* Mon Apr 11 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-4
|
|
|
|
- add print_child_pid patch which make sure we prin the child's pid if we fork
|
|
|
|
|
2005-04-07 18:14:27 +00:00
|
|
|
* Thu Apr 7 2005 David Zeuthen <davidz@redhat.com> - 0.32-3
|
|
|
|
- add fix for glib infinite loop (fdo #2889)
|
|
|
|
|
2005-03-31 19:45:47 +00:00
|
|
|
* Thu Mar 31 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-2
|
|
|
|
- add selinux-init patch to fix dbus from segfaulting when
|
|
|
|
building on machines that don't have selinux enabled
|
|
|
|
|
2005-03-31 16:57:27 +00:00
|
|
|
* Thu Mar 31 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-1
|
|
|
|
- update to upstream version 0.32
|
|
|
|
|
2005-03-23 17:05:56 +00:00
|
|
|
* Wed Mar 23 2005 John (J5) Palmieri <johnp@redhat.com> - 0.31-4
|
|
|
|
- Pyrex has been patched to generate gcc4.0 complient code
|
|
|
|
- Rebuild for gcc4.0
|
|
|
|
|
2005-03-16 15:53:27 +00:00
|
|
|
* Wed Mar 16 2005 John (J5) Palmieri <johnp@redhat.com> - 0.31-3
|
2005-03-16 15:57:47 +00:00
|
|
|
- change compat-gcc requirement to compat-gcc-32
|
2005-03-16 15:53:27 +00:00
|
|
|
- rebuild with gcc 3.2
|
|
|
|
|
2005-03-08 17:12:51 +00:00
|
|
|
* Tue Mar 08 2005 John (J5) Palmieri <johnp@redhat.com> - 0.31-2
|
|
|
|
- Remove precompiled init script and let the sources generate it
|
|
|
|
|
2005-03-07 22:14:02 +00:00
|
|
|
* Mon Mar 07 2005 John (J5) Palmieri <johnp@redhat.com> - 0.31-1
|
|
|
|
- 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:43:37 +00:00
|
|
|
- force gcc33 because pyrex generate improper lvalue code
|
2005-03-07 23:08:09 +00:00
|
|
|
- disable audit patch for now
|
2005-03-07 22:14:02 +00:00
|
|
|
|
2005-02-01 21:52:22 +00:00
|
|
|
* Tue Feb 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-4
|
|
|
|
- Explicitly pass in the pid file location to ./configure instead of
|
|
|
|
letting it guess based on the build enviornment
|
|
|
|
|
|
|
|
* Mon Jan 31 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-3
|
|
|
|
- Add patch to fix random users from connecting to a users session bus
|
|
|
|
|
2005-01-21 23:40:46 +00:00
|
|
|
* Fri Jan 21 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-2
|
|
|
|
- Add Steve Grubb's SE-Linux audit patch (Bug# 144920)
|
|
|
|
|
2005-01-21 22:49:49 +00:00
|
|
|
* Fri Jan 21 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-1
|
|
|
|
- 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
|
|
|
|
|
2004-11-09 01:12:21 +00:00
|
|
|
* Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 0.22-12
|
|
|
|
- rebuild against python 2.4
|
|
|
|
|
2004-11-02 20:41:12 +00:00
|
|
|
* Tue Nov 02 2004 John (J5) Palmieri <johnp@redhat.com>
|
|
|
|
- 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-10-13 15:29:06 +00:00
|
|
|
* Wed Oct 13 2004 John (J5) Palmieri <johnp@redhat.com>
|
|
|
|
- Bump up release and rebuild
|
|
|
|
|
2004-10-11 13:41:40 +00:00
|
|
|
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Run /sbin/ldconfig for glib sub-package (bug #134062).
|
|
|
|
|
2004-09-22 23:46:37 +00:00
|
|
|
* Wed Sep 22 2004 John (J5) Palmieri <johnp@redhat.com>
|
|
|
|
- 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 19:55:15 +00:00
|
|
|
* Wed Sep 22 2004 John (J5) Palmieri <johnp@redhat.com>
|
|
|
|
- Adding patch to move /usr/lib/dbus-1.0/services to
|
|
|
|
/usr/share/dbus-1.0/services
|
|
|
|
|
2004-09-16 21:49:56 +00:00
|
|
|
* Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
|
|
|
|
- reverting BuildRequires: redhat-release because of issues with build system
|
|
|
|
- added precompiled version of the messagebus init script
|
|
|
|
|
2004-09-16 20:57:22 +00:00
|
|
|
* Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
|
|
|
|
- changed /etc/redhat-release to the package redhat-release
|
|
|
|
|
2004-09-16 20:44:09 +00:00
|
|
|
* Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
|
|
|
|
- added python int64 patch from davidz
|
|
|
|
|
2004-09-16 20:30:40 +00:00
|
|
|
* Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
|
|
|
|
- added BuildRequires: /etc/redhat-release (RH Bug #132436)
|
|
|
|
|
2004-09-09 04:08:53 +00:00
|
|
|
* 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:48 +00:00
|
|
|
* Mon Aug 16 2004 John (J5) Palmieri <johnp@redhat.com>
|
|
|
|
- Disabled dbus-gtk since dbus-viewer doesn't do anything right now
|
|
|
|
|
2004-09-09 04:08:44 +00:00
|
|
|
* 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:02 +00:00
|
|
|
* Thu Aug 12 2004 John (J5) Palmieri <johnp@redhat.com>
|
|
|
|
- Update to new 0.22 release
|
|
|
|
|
2004-09-09 04:07:42 +00:00
|
|
|
* Thu Aug 05 2004 John (J5) Palmieri <johnp@redhat.com>
|
|
|
|
- Added BuildRequires for libselinux-devel and Requires for libselinux
|
|
|
|
|
|
|
|
* Tue Aug 02 2004 Colin Walters <walters@redhat.com>
|
|
|
|
- Add SE-DBus patch
|
|
|
|
|
2004-09-09 04:07:29 +00:00
|
|
|
* 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:26 +00:00
|
|
|
* Fri Jun 25 2004 John (J5) Palmieri <johnp@redhat.com>
|
2004-09-09 04:07:29 +00:00
|
|
|
- Workaround added to fix gcc-3.4 bug on ia64
|
|
|
|
|
2004-09-09 04:07:26 +00:00
|
|
|
* 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:17 +00:00
|
|
|
* 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:08 +00:00
|
|
|
* 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:06:57 +00:00
|
|
|
* 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 7 2004 Bill Nottingham <notting@redhat.com> 0.20-1
|
|
|
|
- update to upstream 0.20
|
|
|
|
|
2004-09-09 04:06:26 +00:00
|
|
|
* 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 4 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 1 2003 Havoc Pennington <hp@redhat.com> 0.6.94-1
|
|
|
|
- update from CVS with a fix to set uid after gid
|
|
|
|
|
|
|
|
* Tue Apr 1 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
|
|
|
|
|