92d167
%global _hardened_build 1
92d167
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
92d167
92d167
%global gettext_package         dbus-1
92d167
92d167
%global libselinux_version      2.0.86
92d167
92d167
%global dbus_user_uid           81
92d167
92d167
%global dbus_common_config_opts --enable-libaudit --enable-selinux=yes --with-system-socket=/run/dbus/system_bus_socket --with-dbus-user=dbus --libexecdir=/%{_libexecdir}/dbus-1 --enable-user-session --docdir=%{_pkgdocdir} --enable-installed-tests
92d167
92d167
# Allow extra dependencies required for some tests to be disabled.
92d167
%bcond_without tests
92d167
# Disabled in June 2014: http://lists.freedesktop.org/archives/dbus/2014-June/016223.html
92d167
%bcond_with check
92d167
# Allow cmake support to be disabled. #1497257
92d167
%bcond_without cmake
92d167
92d167
Name:    dbus
92d167
Epoch:   1
92d167
Version: 1.12.8
4a88b0
Release: 24%{?dist}
92d167
Summary: D-BUS message bus
92d167
92d167
Group:   System Environment/Libraries
92d167
# The effective license of the majority of the package, including the shared
92d167
# library, is "GPL-2+ or AFL-2.1". Certain utilities are "GPL-2+" only.
92d167
License: (GPLv2+ or AFL) and GPLv2+
92d167
URL:     http://www.freedesktop.org/Software/dbus/
92d167
#VCS:    git:git://git.freedesktop.org/git/dbus/dbus
92d167
Source0: https://dbus.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
92d167
Source1: 00-start-message-bus.sh
35902d
Source2: ssh-x-forwarding.csh
35902d
Source3: ssh-x-forwarding.sh
a0d93f
Source4: dbus-kill-process-with-session
587f6c
Source5: dbus-systemd-sysusers.conf
92d167
Patch0: 0001-tools-Use-Python3-for-GetAllMatchRules.patch
6958e4
# https://bugzilla.redhat.com/show_bug.cgi?id=1725570
6958e4
Patch1: dbus-1.12.8-fix-CVE-2019-12749.patch
3dddcf
# https://bugzilla.redhat.com/show_bug.cgi?id=1851997
3dddcf
Patch2: dbus-1.12.8-fix-CVE-2020-12049.patch
dc3909
# https://bugzilla.redhat.com/show_bug.cgi?id=1839753
dc3909
Patch3: dbus-1.12.8-fix-fd-limit-change.patch
4a88b0
# https://bugzilla.redhat.com/show_bug.cgi?id=2133645
4a88b0
Patch4: dbus-1.20.8-CVE-2022-42010.patch
4a88b0
# https://bugzilla.redhat.com/show_bug.cgi?id=2133639
4a88b0
Patch5: dbus-1.20.8-CVE-2022-42011.patch
4a88b0
# https://bugzilla.redhat.com/show_bug.cgi?id=2133633
4a88b0
Patch6: dbus-1.20.8-CVE-2022-42012.patch
92d167
92d167
BuildRequires: autoconf-archive
92d167
BuildRequires: libtool
92d167
BuildRequires: audit-libs-devel >= 0.9
92d167
BuildRequires: libX11-devel
92d167
BuildRequires: libcap-ng-devel
92d167
BuildRequires: pkgconfig(expat)
92d167
BuildRequires: pkgconfig(libselinux) >= %{libselinux_version}
92d167
BuildRequires: pkgconfig(libsystemd)
92d167
BuildRequires: pkgconfig(systemd)
92d167
BuildRequires: doxygen
92d167
# For Ducktype documentation.
92d167
BuildRequires: /usr/bin/ducktype
92d167
BuildRequires: /usr/bin/yelp-build
92d167
# For building XML documentation.
92d167
BuildRequires: /usr/bin/xsltproc
92d167
BuildRequires: xmlto
92d167
%if %{with cmake}
92d167
# For AutoReq cmake-filesystem.
92d167
BuildRequires: cmake
92d167
%endif
92d167
92d167
#For macroized scriptlets.
92d167
%{?systemd_requires}
92d167
BuildRequires:    systemd
92d167
92d167
# Note: These is only required for --with-tests; when bootstrapping, you can
92d167
# pass --without-tests.
92d167
%if %{with tests}
92d167
BuildRequires: pkgconfig(gio-2.0) >= 2.40.0
92d167
BuildRequires: python3-dbus
92d167
BuildRequires: python3-gobject
92d167
%endif
92d167
%if %{with check}
92d167
BuildRequires: /usr/bin/Xvfb
92d167
%endif
92d167
92d167
Requires: %{name}-daemon = %{epoch}:%{version}-%{release}
92d167
92d167
%description
92d167
D-BUS is a system for sending messages between applications. It is
92d167
used both for the system-wide message bus service, and as a
92d167
per-user-login-session messaging facility.
92d167
92d167
%package common
92d167
Summary:        D-BUS message bus configuration
92d167
Group:          System Environment/Libraries
92d167
BuildArch:      noarch
a0d93f
Requires:       /usr/bin/systemctl
92d167
92d167
%description common
92d167
The %{name}-common package provides the configuration and setup files for D-Bus
92d167
implementations to provide a System and User Message Bus.
92d167
92d167
%package daemon
92d167
Summary:        D-BUS message bus
92d167
Group:          System Environment/Libraries
92d167
Requires(pre):  /usr/sbin/useradd
92d167
Requires:       libselinux%{?_isa} >= %{libselinux_version}
92d167
Requires:       dbus-common = %{epoch}:%{version}-%{release}
92d167
Requires:       dbus-libs%{?_isa} = %{epoch}:%{version}-%{release}
92d167
Requires:       dbus-tools = %{epoch}:%{version}-%{release}
92d167
92d167
%description daemon
92d167
D-BUS is a system for sending messages between applications. It is
92d167
used both for the system-wide message bus service, and as a
92d167
per-user-login-session messaging facility.
92d167
92d167
%package tools
92d167
Summary:        D-BUS Tools and Utilities
92d167
Group:          Development/Libraries
92d167
Requires:       dbus-libs%{?_isa} = %{epoch}:%{version}-%{release}
92d167
92d167
%description tools
92d167
Tools and utilities to interact with a running D-Bus Message Bus, provided by
92d167
the reference implementation.
92d167
92d167
%package libs
92d167
Summary: Libraries for accessing D-BUS
92d167
Group: Development/Libraries
92d167
92d167
%description libs
92d167
This package contains lowlevel libraries for accessing D-BUS.
92d167
92d167
%package devel
92d167
Summary: Development files for D-BUS
92d167
Group: Development/Libraries
92d167
# The server package can be a different architecture.
92d167
Requires: %{name}-daemon = %{epoch}:%{version}-%{release}
92d167
# For xml directory ownership.
92d167
Requires: xml-common
92d167
92d167
%description devel
92d167
This package contains libraries and header files needed for
92d167
developing software that uses D-BUS.
92d167
92d167
%package tests
92d167
Summary: Tests for the %{name}-daemon package
92d167
Group: Development/Libraries
92d167
Requires: %{name}-daemon%{?_isa} = %{epoch}:%{version}-%{release}
92d167
92d167
%description tests
92d167
The %{name}-tests package contains tests that can be used to verify
92d167
the functionality of the installed %{name}-daemon package.
92d167
92d167
%package x11
92d167
Summary: X11-requiring add-ons for D-BUS
92d167
Group: Development/Libraries
92d167
# The server package can be a different architecture.
92d167
Requires: %{name}-daemon = %{epoch}:%{version}-%{release}
a0d93f
# Used by SSH daemon helper script.
a0d93f
Requires: /usr/bin/gio
92d167
92d167
%description x11
92d167
D-BUS contains some tools that require Xlib to be installed, those are
92d167
in this separate package so server systems need not install X.
92d167
92d167
92d167
%prep
6958e4
%autosetup -p1
92d167
92d167
92d167
%build
92d167
# Avoid rpath.
92d167
if test -f autogen.sh; then env NOCONFIGURE=1 ./autogen.sh; else autoreconf --verbose --force --install; fi
92d167
92d167
# Call configure here (before the extra directories for the multiple builds
92d167
# have been created) to ensure that the hardening flag hack is applied to
92d167
# ltmain.sh
92d167
%configure %{dbus_common_config_opts} --disable-doxygen-docs %--enable-ducktype-docs --enable-xml-docs --disable-asserts
92d167
make distclean
92d167
92d167
mkdir build
92d167
pushd build
92d167
# See /usr/lib/rpm/macros
92d167
%global _configure ../configure
92d167
%configure %{dbus_common_config_opts} --disable-doxygen-docs --enable-ducktype-docs --enable-xml-docs --disable-asserts
92d167
make V=1 %{?_smp_mflags}
92d167
popd
92d167
92d167
%if %{with check}
92d167
mkdir build-check
92d167
pushd build-check
92d167
%configure %{dbus_common_config_opts} --enable-asserts --enable-verbose-mode --enable-tests
92d167
make V=1 %{?_smp_mflags}
92d167
popd
92d167
%endif
92d167
92d167
92d167
%install
92d167
pushd build
92d167
make install DESTDIR=%{buildroot} INSTALL="install -p"
92d167
popd
92d167
92d167
# Delete python2 code
92d167
rm -f %{buildroot}/%{_pkgdocdir}/examples/GetAllMatchRules.py
92d167
92d167
# Delete docs
92d167
rm -f %{buildroot}/%{_pkgdocdir}/examples/*.conf
92d167
rm -f %{buildroot}/%{_datadir}/gtk-doc
92d167
92d167
find %{buildroot} -name '*.a' -type f -delete
92d167
find %{buildroot} -name '*.la' -type f -delete
92d167
92d167
%if ! %{with cmake}
92d167
rm -rf %{buildroot}%{_libdir}/cmake
92d167
%endif
92d167
587f6c
rm -f %{buildroot}%{_sysusersdir}/dbus.conf
587f6c
92d167
install -Dp -m755 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/00-start-message-bus.sh
35902d
install -Dp -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/ssh-x-forwarding.csh
35902d
install -p -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/
a0d93f
install -Dp -m755 %{SOURCE4} %{buildroot}%{_libexecdir}/dbus-1/dbus-kill-process-with-session
587f6c
install -Dp -m644 %{SOURCE5} %{buildroot}%{_sysusersdir}/dbus.conf
92d167
92d167
# Obsolete, but still widely used, for drop-in configuration snippets.
92d167
install --directory %{buildroot}%{_sysconfdir}/dbus-1/session.d
92d167
install --directory %{buildroot}%{_sysconfdir}/dbus-1/system.d
92d167
92d167
install --directory %{buildroot}%{_datadir}/dbus-1/interfaces
92d167
92d167
# Make sure that when somebody asks for D-Bus under the name of the
92d167
# old SysV script, that he ends up with the standard dbus.service name
92d167
# now.
92d167
ln -s dbus.service %{buildroot}%{_unitdir}/messagebus.service
92d167
92d167
## %find_lang %{gettext_package}
92d167
92d167
install --directory %{buildroot}/var/lib/dbus
3dddcf
install --directory %{buildroot}/run/dbus
92d167
92d167
install -pm 644 -t %{buildroot}%{_pkgdocdir} \
92d167
    doc/introspect.dtd doc/introspect.xsl doc/system-activation.txt
92d167
92d167
# Shell wrapper for installed tests, modified from Debian package.
92d167
cat > dbus-run-installed-tests <
92d167
#!/bin/sh
92d167
# installed-tests wrapper for dbus. Outputs TAP format because why not
92d167
92d167
set -e
92d167
92d167
timeout="timeout 300s"
92d167
ret=0
92d167
i=0
92d167
tmpdir=\$(mktemp --directory --tmpdir dbus-run-installed-tests.XXXXXX)
92d167
92d167
for t in %{_libexecdir}/dbus-1/installed-tests/dbus/test-*; do
92d167
    i=\$(( \$i + 1 ))
92d167
    echo "# \$i - \$t ..."
92d167
    echo "x" > "\$tmpdir/result"
92d167
    ( set +e; \$timeout \$t; echo "\$?" > "\$tmpdir/result" ) 2>&1 | sed 's/^/# /'
92d167
    e="\$(cat "\$tmpdir/result")"
92d167
    case "\$e" in
92d167
        (0)
92d167
            echo "ok \$i - \$t"
92d167
            ;;
92d167
        (77)
92d167
            echo "ok \$i # SKIP \$t"
92d167
            ;;
92d167
        (*)
92d167
            echo "not ok \$i - \$t (\$e)"
92d167
            ret=1
92d167
            ;;
92d167
    esac
92d167
done
92d167
92d167
rm -rf tmpdir
92d167
echo "1..\$i"
92d167
exit \$ret
92d167
EOF
92d167
92d167
install -pm 755 -t %{buildroot}%{_libexecdir}/dbus-1 dbus-run-installed-tests
92d167
92d167
92d167
%if %{with check}
92d167
%check
92d167
pushd build-check
92d167
92d167
# TODO: better script for this...
92d167
export DISPLAY=42
92d167
{ Xvfb :${DISPLAY} -nolisten tcp -auth /dev/null >/dev/null 2>&1 &
92d167
  trap "kill -15 $! || true" 0 HUP INT QUIT TRAP TERM; };
92d167
if ! env DBUS_TEST_SLOW=1 make check; then
92d167
    echo "Tests failed, finding all Automake logs..." 1>&2;
92d167
    find . -type f -name '*.trs' | while read trs; do cat ${trs}; cat ${trs%%.trs}.log; done
92d167
    echo  "Exiting abnormally due to make check failure above" 1>&2;
92d167
    exit 1;
92d167
fi
92d167
popd
92d167
%endif
92d167
92d167
92d167
%pre daemon
92d167
# Add the "dbus" user and group
92d167
/usr/sbin/groupadd -r -g %{dbus_user_uid} dbus 2>/dev/null || :
92d167
/usr/sbin/useradd -c 'System message bus' -u %{dbus_user_uid} -g %{dbus_user_uid} \
92d167
    -s /sbin/nologin -r -d '/' dbus 2> /dev/null || :
92d167
92d167
%post daemon
92d167
%systemd_post dbus.service dbus.socket
92d167
%systemd_user_post dbus.service dbus.socket
92d167
92d167
%post libs -p /sbin/ldconfig
92d167
92d167
%preun daemon
92d167
%systemd_preun dbus.service dbus.socket
92d167
%systemd_user_preun dbus.service dbus.socket
92d167
92d167
%postun daemon
92d167
%systemd_postun dbus.service dbus.socket
92d167
%systemd_user_postun dbus.service dbus.socket
92d167
92d167
%postun libs -p /sbin/ldconfig
92d167
92d167
92d167
%files
92d167
# The 'dbus' package is only retained for compatibility purposes. It will
92d167
# eventually be removed and then replaced by 'Provides: dbus' in the
92d167
# dbus-daemon package. It will then exclusively be used for other packages to
92d167
# describe their dependency on a system and user bus. It does not pull in any
92d167
# particular dbus *implementation*, nor any libraries. These should be pulled
92d167
# in, if required, via explicit dependencies.
92d167
92d167
%files common
92d167
%dir %{_sysconfdir}/dbus-1
92d167
%dir %{_sysconfdir}/dbus-1/session.d
92d167
%dir %{_sysconfdir}/dbus-1/system.d
92d167
%config %{_sysconfdir}/dbus-1/session.conf
92d167
%config %{_sysconfdir}/dbus-1/system.conf
92d167
%dir %{_datadir}/dbus-1
92d167
%{_datadir}/dbus-1/session.conf
92d167
%{_datadir}/dbus-1/system.conf
92d167
%{_datadir}/dbus-1/services
92d167
%{_datadir}/dbus-1/system-services
92d167
%{_datadir}/dbus-1/interfaces
92d167
%{_sysusersdir}/dbus.conf
92d167
92d167
%files daemon
92d167
# Strictly speaking, we could remove the COPYING from this subpackage and 
92d167
# just have it be in libs, because dbus Requires dbus-libs.
92d167
%{!?_licensedir:%global license %%doc}
92d167
%license COPYING
92d167
%doc AUTHORS ChangeLog HACKING NEWS README
92d167
%exclude %{_pkgdocdir}/diagram.*
92d167
%exclude %{_pkgdocdir}/introspect.*
92d167
%exclude %{_pkgdocdir}/system-activation.txt
92d167
%exclude %{_pkgdocdir}/*.html
92d167
%ghost %dir /run/%{name}
92d167
%dir %{_localstatedir}/lib/dbus/
92d167
%{_bindir}/dbus-daemon
92d167
%{_bindir}/dbus-cleanup-sockets
92d167
%{_bindir}/dbus-run-session
92d167
%{_bindir}/dbus-test-tool
92d167
%{_mandir}/man1/dbus-cleanup-sockets.1*
92d167
%{_mandir}/man1/dbus-daemon.1*
92d167
%{_mandir}/man1/dbus-run-session.1*
92d167
%{_mandir}/man1/dbus-test-tool.1*
92d167
%dir %{_libexecdir}/dbus-1
92d167
# See doc/system-activation.txt in source tarball for the rationale
92d167
# behind these permissions
92d167
%attr(4750,root,dbus) %{_libexecdir}/dbus-1/dbus-daemon-launch-helper
92d167
%exclude %{_libexecdir}/dbus-1/dbus-run-installed-tests
92d167
%{_tmpfilesdir}/dbus.conf
92d167
%{_unitdir}/dbus.service
92d167
%{_unitdir}/dbus.socket
92d167
%{_unitdir}/messagebus.service
92d167
%{_unitdir}/multi-user.target.wants/dbus.service
92d167
%{_unitdir}/sockets.target.wants/dbus.socket
92d167
%{_userunitdir}/dbus.service
92d167
%{_userunitdir}/dbus.socket
92d167
%{_userunitdir}/sockets.target.wants/dbus.socket
92d167
92d167
%files tools
92d167
%{!?_licensedir:%global license %%doc}
92d167
%license COPYING
92d167
%{_bindir}/dbus-send
92d167
%{_bindir}/dbus-monitor
92d167
%{_bindir}/dbus-update-activation-environment
92d167
%{_bindir}/dbus-uuidgen
92d167
%{_mandir}/man1/dbus-monitor.1*
92d167
%{_mandir}/man1/dbus-send.1*
92d167
%{_mandir}/man1/dbus-update-activation-environment.1*
92d167
%{_mandir}/man1/dbus-uuidgen.1*
92d167
92d167
%files libs
92d167
%{!?_licensedir:%global license %%doc}
92d167
%license COPYING
92d167
%{_libdir}/*dbus-1*.so.*
92d167
92d167
%files tests
92d167
%{_libexecdir}/dbus-1/installed-tests
92d167
%{_libexecdir}/dbus-1/dbus-run-installed-tests
92d167
%{_datadir}/installed-tests
92d167
92d167
%files x11
92d167
%{_bindir}/dbus-launch
a0d93f
%{_libexecdir}/dbus-1/dbus-kill-process-with-session
92d167
%{_mandir}/man1/dbus-launch.1*
35902d
%{_sysconfdir}/profile.d/ssh-x-forwarding.*
92d167
%{_sysconfdir}/X11/xinit/xinitrc.d/00-start-message-bus.sh
92d167
92d167
%files devel
92d167
%{_datadir}/xml/dbus-1
92d167
%{_libdir}/lib*.so
92d167
%dir %{_libdir}/dbus-1.0
92d167
%if %{with cmake}
92d167
%{_libdir}/cmake/DBus1
92d167
%endif
92d167
%{_libdir}/dbus-1.0/include/
92d167
%{_libdir}/pkgconfig/dbus-1.pc
92d167
%{_includedir}/*
92d167
92d167
%changelog
4a88b0
* Wed Oct 19 2022 David King <dking@redhat.com> - 1:1.12.8-24
4a88b0
- Fix CVE-2022-42010 (#2133645)
4a88b0
- Fix CVE-2022-42011 (#2133639)
4a88b0
- Fix CVE-2022-42011 (#2133633)
4a88b0
4a88b0
* Tue Sep 06 2022 Ray Strode <rstrode@redhat.com> - 1:1.12.8-23
4a88b0
- Address race for very short running sessions in SSH
4a88b0
  session monitoring script.
4a88b0
  Related: #2089362
4a88b0
587f6c
* Tue Aug 09 2022 Ray Strode <rstrode@redhat.com> - 1:1.12.8-22
587f6c
- Use hangup signal instead of termination signal to
587f6c
  kill sesssion monitoring script to appeach tcsh.
587f6c
  Related: #2089362
587f6c
587f6c
* Mon Aug 08 2022 David King <dking@redhat.com> - 1:1.12.8-20
587f6c
- Override sysusers configuration (#2090397)
587f6c
587f6c
* Thu Jun 16 2022 Ray Strode <rstrode@redhat.com> - 1:1.12.8-19
587f6c
- Ensure SSH session monitoring script is cleaned up when the
587f6c
  session exits.
587f6c
  Resolves: #2089362
587f6c
a0d93f
* Mon Dec 06 2021 Ray Strode <rstrode@redhat.com> - 1.12.8-18
a0d93f
- Ensure session bus started for SSH sessions gets used by those
a0d93f
  sessions.
a0d93f
  Related: #1940067
a0d93f
a0d93f
* Mon Nov 08 2021 David King <dking@redhat.com> - 1:1.12.8-17
a0d93f
- Improve SSH session bus starting (#1940067)
a0d93f
a0d93f
* Thu Jun 10 2021 David King <dking@redhat.com> - 1:1.12.8-16
a0d93f
- Add Conflicts on older redhat-release versions (#1941642)
a0d93f
a0d93f
* Wed May 26 2021 David King <dking@redhat.com> - 1:1.12.8-15
a0d93f
- Packaging updates from Fedora (#1941642)
a0d93f
dc3909
* Tue Apr 27 2021 David King <dking@redhat.com> - 1:1.12.8-14
dc3909
- Fix dbus-launch call in sh snippet (#1940348)
dc3909
dc3909
* Tue Mar 23 2021 David King <dking@redhat.com> - 1:1.12.8-13
dc3909
- Fix raising hard fd limit (#1839753)
dc3909
35902d
* Mon Nov 23 2020 David King <dking@redhat.com> - 1:1.12.8-12
35902d
- Install X11 SSH forwarding snippets (#1874282)
35902d
3dddcf
* Tue Jun 30 2020 David King <dking@redhat.com> - 1:1.12.8-11
3dddcf
- Fix CVE-2020-12049 (#1851997)
3dddcf
3dddcf
* Mon Apr 06 2020 David King <dking@redhat.com> - 1:1.12.8-10
3dddcf
- Improve permissions on ghosted /run/dbus (#1797833)
3dddcf
6958e4
* Thu Aug 01 2019 David King <dking@redhat.com> - 1:1.12.8-9
6958e4
- Ensure that patches are applied (#1725570)
6958e4
6958e4
* Tue Jul 09 2019 David King <dking@redhat.com> - 1:1.12.8-8
6958e4
- Fix CVE-2019-12749 (#1725570)
6958e4
92d167
* Wed Oct 24 2018 Martin Pitt <mpitt@redhat.com> - 1:1.12.8-7
92d167
- Fix useradd dependency of dbus-daemon rhbz#1634496
92d167
92d167
* Thu Oct 18 2018 Martin Pitt <mpitt@redhat.com>
92d167
- Drop unpublished -doc package to fix FTBFS rhbz#1640736
92d167
- Add dist-git smoketest rhbz#1625683
92d167
- Move dbus system user creation to correct package rhbz#1634496
92d167
92d167
* Sat Aug 11 2018 Troy Dawson <tdawson@redhat.com>
92d167
- BuildRequire python3-gobject instead of pygobject3
92d167
- Related: bug#1614611
92d167
92d167
* Tue Jul 31 2018 Colin Walters <walters@verbum.org> - 1:1.12.8-5
92d167
- More python3
92d167
92d167
* Tue Jul 31 2018 Colin Walters <walters@verbum.org> - 1:1.12.8-4
92d167
- Use python3-dbus to drop python2 deps
92d167
92d167
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.12.8-3
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
92d167
92d167
* Wed May 16 2018 David Herrmann <dh.herrmann@gmail.com> - 1:1.12.8-2
92d167
- Extract 'dbus-tools' package from 'dbus-daemon' to provide all command-line
92d167
  utilities independent of the actual message bus. They are valid to be used
92d167
  with independent message-bus implementations, so they should not needlessly
92d167
  pull in dbus-daemon.
92d167
92d167
* Wed May 16 2018 David Herrmann <dh.herrmann@gmail.com> - 1:1.12.8-1
92d167
- Extract 'dbus-common' package from 'dbus-daemon' to provide XML configuration
92d167
  and setup files as independent package ready for alternative Message Bus
92d167
  implementations to be used.
92d167
92d167
* Wed May 16 2018 David Herrmann <dh.herrmann@gmail.com> - 1:1.12.8-1
92d167
- Turn 'dbus' package into 'dbus-daemon' package, but keep 'dbus' for
92d167
  compatibility around and make it pull in the new 'dbus-daemon' package.
92d167
92d167
* Mon Apr 30 2018 David King <amigadave@amigadave.com> - 1:1.12.8-1
92d167
- Update to 1.12.8 (#1556590)
92d167
92d167
* Tue Feb 20 2018 Adam Jackson <ajax@redhat.com> - 1:1.12.0-3
92d167
- Don't Require: xorg-x11-xinit. We don't actually need it, and newer
92d167
  filesystem packages own the directory for us.
92d167
92d167
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.12.0-2
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
92d167
92d167
* Mon Oct 30 2017 David King <amigadave@amigadave.com> - 1:1.12.0-1
92d167
- Update to 1.12.0
92d167
92d167
* Mon Oct 23 2017 David King <amigadave@amigadave.com> - 1:1.11.22-1
92d167
- Update to 1.11.22
92d167
92d167
* Tue Oct 03 2017 David King <amigadave@amigadave.com> - 1:1.11.20-1
92d167
- Update to 1.11.20
92d167
- Allow cmake support to be disabled (#1497257)
92d167
92d167
* Wed Sep 27 2017 David King <amigadave@amigadave.com> - 1:1.11.18-1
92d167
- Update to 1.11.18
92d167
92d167
* Sun Aug 06 2017 Björn Esser <besser82@fedoraproject.org> - 1:1.11.16-4
92d167
- Rebuilt for AutoReq cmake-filesystem
92d167
92d167
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.11.16-3
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
92d167
92d167
* Sat Jul 29 2017 Florian Weimer <fweimer@redhat.com> - 1:1.11.16-2
92d167
- Rebuild with binutils fix for ppc64le (#1475636)
92d167
92d167
* Fri Jul 28 2017 David King <amigadave@amigadave.com> - 1:1.11.16-1
92d167
- Update to 1.11.16
92d167
92d167
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.11.14-2
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
92d167
92d167
* Thu Jun 29 2017 David King <amigadave@amigadave.com> - 1:1.11.14-1
92d167
- Update to 1.11.14
92d167
92d167
* Fri Apr 07 2017 David King <amigadave@amigadave.com> - 1:1.11.12-1
92d167
- Update to 1.11.12
92d167
92d167
* Thu Mar 02 2017 David King <amigadave@amigadave.com> - 1:1.11.10-2
92d167
- Own session.d and system.d directories (#1285033)
92d167
92d167
* Fri Feb 17 2017 David King <amigadave@amigadave.com> - 1:1.11.10-1
92d167
- Update to 1.11.10
92d167
92d167
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.11.8-2
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
92d167
92d167
* Tue Nov 29 2016 David King <amigadave@amigadave.com> - 1:1.11.8-1
92d167
- Update to 1.11.8
92d167
92d167
* Tue Oct 11 2016 David King <amigadave@amigadave.com> - 1:1.11.6-1
92d167
- Update to 1.11.6
92d167
- Use systemd user unit macros
92d167
92d167
* Tue Aug 16 2016 David King <amigadave@amigadave.com> - 1:1.11.4-1
92d167
- Update to 1.11.4
92d167
92d167
* Wed Mar 16 2016 David King <amigadave@amigadave.com> - 1:1.11.2-1
92d167
- Update to 1.11.2
92d167
92d167
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.11.0-2
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
92d167
92d167
* Thu Dec 03 2015 David King <amigadave@amigadave.com> - 1:1.11.0-1
92d167
- Update to 1.11.0
92d167
- Fix sending of audit events (#1278602)
92d167
92d167
* Wed Dec 02 2015 David King <amigadave@amigadave.com> - 1:1.10.6-1
92d167
- Update to 1.10.6
92d167
92d167
* Sat Nov 21 2015 David King <amigadave@amigadave.com> - 1:1.10.4-1
92d167
- Update to 1.10.4
92d167
92d167
* Mon Nov 02 2015 David King <amigadave@amigadave.com> - 1:1.10.2-1
92d167
- Update to 1.10.2
92d167
92d167
* Sun Oct 25 2015 David King <amigadave@amigadave.com> - 1:1.10.0-4
92d167
- Inject session bus address into user bus environment (#1274700)
92d167
92d167
* Fri Sep 04 2015 David King <amigadave@amigadave.com> - 1:1.10.0-3
92d167
- Enable Ducktype documentation
92d167
92d167
* Mon Aug 31 2015 Kay Sievers <kay@redhat.com> - 1:1.10.0-2
92d167
- add --enable-user-session to ship systemd user bus units
92d167
92d167
* Wed Aug 26 2015 David King <amigadave@amigadave.com> - 1:1.10.0-1
92d167
- Update to 1.10.0
92d167
92d167
* Thu Aug 20 2015 David King <amigadave@amigadave.com> - 1:1.9.20-3
92d167
- Adjust configure calls to make LDFLAGS patch unneccesary
92d167
92d167
* Fri Aug 14 2015 Adam Jackson <ajax@redhat.com> 1:1.9.20-2
92d167
- Link libdbus with -z now
92d167
92d167
* Tue Aug 11 2015 David King <amigadave@amigadave.com> - 1:1.9.20-1
92d167
- Update to 1.9.20
92d167
92d167
* Mon Jul 27 2015 David King <amigadave@amigadave.com> - 1:1.9.18-1
92d167
- Update to 1.9.18
92d167
92d167
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.9.16-2
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
92d167
92d167
* Thu May 14 2015 David King <amigadave@amigadave.com> - 1:1.9.16-1
92d167
- Update to 1.9.16
92d167
92d167
* Thu Apr 23 2015 David King <amigadave@amigadave.com> - 1:1.9.14-1
92d167
- Update to 1.9.14
92d167
- Update man page globs in files section
92d167
- Build tests in a separate build directory
92d167
- Enable installed tests, with new -tests subpackage
92d167
- Allow extra dependencies for tests to be disabled independently of check
92d167
92d167
* Mon Mar 16 2015 Than Ngo <than@redhat.com> - 1:1.8.16-2
92d167
- bump release and rebuild so that koji-shadow can rebuild it
92d167
  against new gcc on secondary arch
92d167
92d167
* Mon Feb 09 2015 David King <amigadave@amigadave.com> - 1:1.8.16-1
92d167
- Update to 1.8.16
92d167
- Fixes CVE-2015-0245 (fd.o#88811)
92d167
92d167
* Mon Jan 05 2015 David King <amigadave@amigadave.com> - 1:1.8.14-1
92d167
- Update to 1.8.14
92d167
92d167
* Thu Dec 18 2014 David King <amigadave@amigadave.com> - 1:1.8.12-3
92d167
- Relax subpackage dependencies (#1175837)
92d167
92d167
* Wed Dec 03 2014 David King <amigadave@amigadave.com> - 1:1.8.12-2
92d167
- Drop bindir patch, and update to comply with UsrMove
92d167
- Correct license description for multiple licenses
92d167
- Use macroized systemd scriptlets (#850083)
92d167
- Add some more documentation from the upstream tarball
92d167
- Tighten subpackage dependencies by using %%{?_isa}
92d167
- Use --with-tests to conditionalize test dependencies
92d167
- Use /run instead of /var/run
92d167
- Remove obsolete dbus.target.wants (#1084087)
92d167
92d167
* Wed Nov 26 2014 David King <amigadave@amigadave.com> - 1:1.8.12-1
92d167
- Update to 1.8.12 (#1168438)
92d167
- Fixes CVE-2014-3635 (fd.o#83622)
92d167
- Fixes CVE-2014-3636 (fd.o#82820)
92d167
- Fixes CVE-2014-3637 (fd.o#80559)
92d167
- Fixes CVE-2014-3638 (fd.o#81053)
92d167
- Fixes CVE-2014-3639 (fd.o#80919)
92d167
- Fixes CVE-2014-7824 (fd.o#85105)
92d167
92d167
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.6-3
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
92d167
92d167
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 1:1.8.6-2
92d167
- fix license handling
92d167
92d167
* Thu Jul 10 2014 Colin Walters <walters@verbum.org> - 1:1.8.6-1
92d167
- New upstream version
92d167
- Fixes CVE-2014-3477 (fd.o#80163)
92d167
- Fixes CVE-2014-3533 (fd.o#79694)
92d167
92d167
* Tue Jun 10 2014 Colin Walters <walters@verbum.org> - 1:1.8.4-2
92d167
- New upstream version:
92d167
- Fixes CVE-2014-3477 (fd.o#78979): "local DoS in dbus-daemon"
92d167
- Drop "make check" for now, per http://lists.freedesktop.org/archives/dbus/2014-June/016223.html
92d167
- BR systemd-devel
92d167
92d167
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.18-4
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
92d167
92d167
* Tue Jan 21 2014 Ville Skyttä <ville.skytta@iki.fi> - 1:1.6.18-3
92d167
- Adapt to unversioned docdirs; don't ship all docs in main package.
92d167
- Fix bogus dates in %%changelog and tabs vs spaces warning.
92d167
92d167
* Fri Dec 20 2013 Colin Walters <walters@verbum.org> - 1:1.6.18-2
92d167
- Test rebuild to see if we are affected by cast-align warnings now.
92d167
92d167
* Mon Nov 11 2013 Colin Walters <walters@verbum.org> - 1:1.6.18-1
92d167
- New upstream version
92d167
- Added backported patch which should fix the test suite; thanks to
92d167
  Yanko Kaneti for the suggestion.
92d167
92d167
* Wed Jul 24 2013 Colin Walters <walters@verbum.org> - 1:1.6.12-4
92d167
- Add patch to fix test-marshal on s390.
92d167
92d167
* Thu Jul 18 2013 Colin Walters <walters@verbum.org> - 1:1.6.12-3
92d167
- Find all logs automake has hidden and cat them for visibility
92d167
  into the mock logs.
92d167
92d167
* Thu Jul 18 2013 Colin Walters <walters@verbum.org> - 1:1.6.12-2
92d167
- Enable all upstream tests
92d167
  Resolves: #955532
92d167
  This is fairly hacky; a much better replacement would be
92d167
  something like the InstalledTests system.  But we have to live
92d167
  with rpm and stuff for now...
92d167
92d167
* Mon Jun 17 2013 Colin Walters <walters@verbum.org> - 1:1.6.12-1
92d167
- New upstream release
92d167
- CVE-2013-2168
92d167
92d167
* Thu Apr 18 2013 Matthias Clasen <mclasen@redhat.com> - 1:1.6.8-5
92d167
- Hardened build
92d167
92d167
* Tue Feb 05 2013 Colin Walters <walters@redhat.com> - 1:1.6.8-4
92d167
- Add patch from Matej Cepl to enable check section, modified by me
92d167
  to use common configure opts.
92d167
92d167
* Sun Oct 14 2012 Rex Dieter <rdieter@fedoraproject.org> - 1:1.6.8-3
92d167
- minor .spec cleanups
92d167
- tighten lib deps via %%{?_isa}
92d167
- drop old Conflicts/Obsoletes/patches
92d167
92d167
* Wed Oct  3 2012 Bill Nottingham <notting@redhat.com> - 1:1.6.8-2
92d167
- Drop systemd-sysv-convert in trigger, and resulting dependency (#852822)
92d167
92d167
* Fri Sep 28 2012 Colin Walters <walters@verbum.org> - 1:1.6.8-1
92d167
- 1.6.8
92d167
92d167
* Fri Sep 28 2012 Colin Walters <walters@verbum.org> - 1:1.6.6-1
92d167
- 1.6.6
92d167
92d167
* Thu Sep 13 2012 Colin Walters <walters@verbum.org> - 1:1.6.0-3
92d167
- CVE-2012-3524
92d167
92d167
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.0-2
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
92d167
92d167
* Tue Jun  5 2012 Colin Walters <walters@verbum.org> - 1:1.6.0-1
92d167
- Update to 1.6.0
92d167
92d167
* Sun Apr 22 2012 Lennart Poettering <lpoetter@redhat.com> - 1:1.4.20-2
92d167
- Make D-Bus work in containers
92d167
92d167
* Fri Apr 13 2012 Colin Walters <walters@verbum.org>
92d167
- Update to 1.4.20; closes #806082
92d167
- Ensure /var/lib/dbus exists; this seems to have been
92d167
  dropped from upstream build rules.
92d167
- Adapt to documentation actually being installed
92d167
92d167
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.10-4
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
92d167
92d167
* Mon Aug 22 2011 Lennart Poettering <lpoetter@redhat.com> - 1:1.4.10-3
92d167
- Don't restart D-Bus on upgrades, dont' enable D-Bus, since it is statically enabled.
92d167
- https://bugzilla.redhat.com/show_bug.cgi?id=732426
92d167
92d167
* Wed Aug 03 2011 David Zeuthen <davidz@redhat.com> - 1:1.4.10-2
92d167
- Drop SysV support, #697523 (from Jóhann B. Guðmundsson <johannbg@gmail.com>)
92d167
92d167
* Thu Jun  2 2011 Colin Walters <walters@verbum.org> - 1:1.4.10-1
92d167
- New upstream version
92d167
- Drop XML docs patch which is now upstream
92d167
- Drop devhelp stuff; people should be using GDBus now.  If you
92d167
  don't, the raw doxygen is fine.
92d167
92d167
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.0-3
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
92d167
92d167
* Fri Jan 28 2011 Matthias Clasen <mclasen@redhat.com> - 1:1.4.0-2
92d167
- %%ghost /var/run content (#656571)
92d167
92d167
* Mon Sep  6 2010 Lennart Poettering <lpoetter@redhat.com> - 1:1.4.0-1
92d167
- New upstream release
92d167
92d167
* Thu Jul 29 2010 Lennart Poettering <lpoetter@redhat.com> - 1:1.3.2-0.1.885483%{?dist}
92d167
- Conversion from systemd-install to systemctl
92d167
92d167
* Fri Jul 9 2010 Lennart Poettering <lpoetter@redhat.com> - 1:1.3.2-0.0.885483
92d167
- git Snapshot with systemd activation
92d167
92d167
* Wed Jun 23 2010 Lennart Poettering <lpoetter@redhat.com> - 1:1.3.1-1
92d167
- New upstream release
92d167
92d167
* Wed Mar 24 2010 Colin Walters <walters@verbum.org> - 1:1.2.24-1
92d167
- New upstream release
92d167
- Drop upstreamed patch
92d167
92d167
* Mon Mar 22 2010 Colin Walters <walters@verbum.org> - 1:1.2.22-2
92d167
- Add patch to fix syslog crasher
92d167
92d167
* Wed Mar 17 2010 Colin Walters <walters@verbum.org> - 1:1.2.22-1
92d167
- New upstream release
92d167
92d167
* Wed Feb 03 2010 Colin Walters <walters@verbum.org> - 1:1.2.20-1
92d167
- New upstream release
92d167
- Actually add start-early.patch
92d167
92d167
* Tue Feb 02 2010 Colin Walters <walters@verbum.org> - 1:1.2.18-1
92d167
- New upstream release
92d167
  Drop all upstreamed patches.
92d167
- start-early.patch had both bindir changes and start-early; the
92d167
  latter was upstreamed, so start-early is now bindir.patch.
92d167
  Ideally later get this partial-bindir stuff upstream.
92d167
92d167
* Thu Jan 21 2010 Colin Walters <walters@verbum.org> - 1:1.2.16-11
92d167
- Drop dbus-libs requiring dbus; this was unnecessary for programs
92d167
  which happened to speak the dbus protocol but don't require
92d167
  the daemon.
92d167
  Note that libdbus does support autolaunching dbus-daemon in
92d167
  the session as an emergency fallback for legacy situations; however,
92d167
  these cases were likely to have dbus installed already (via comps).
92d167
  If they don't, well one turned to the wrong page in the choose your
92d167
  own adventure book.
92d167
92d167
* Tue Jan 12 2010 Matthias Clasen <mclasen@redhat.com> - 1:1.2.16-10
92d167
- Don't link libdub against libcap-ng
92d167
92d167
* Fri Dec 18 2009 Ray Strode <rstrode@redhat.com> - 1:1.2.16-9
92d167
- Fix activation of daemons (#545267)
92d167
- Fix reload memleak (fdo #24697)
92d167
- Don't forget about pending activations on reload (fdo #24350)
92d167
- Fix reload race (fdo #21597)
92d167
92d167
* Wed Oct  7 2009 Matthias Clasen <mclasen@redhat.com> - 1:1.2.16-8
92d167
- Drop capabilities (#518541)
92d167
92d167
* Wed Oct  7 2009 Matthias Clasen <mclasen@redhat.com> - 1:1.2.16-7
92d167
- Add missing diagrams to the docs (#527650)
92d167
92d167
* Thu Oct  1 2009 Matthias Clasen <mclasen@redhat.com> - 1:1.2.16-6
92d167
- Fix timeout accounting
92d167
92d167
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1:1.2.16-5
92d167
- rebuilt with new audit
92d167
92d167
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.16-4
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
92d167
92d167
* Thu Jul 23 2009 Colin Walters <walters@redhat.co> - 1:1.2.16-3
92d167
- Remove conflicting -U option to useradd
92d167
92d167
* Wed Jul 22 2009 Colin Walters <walters@redhat.com> - 1:1.2.16-2
92d167
- Explicitly add a dbus group id, fixes dbus files getting a
92d167
  random group id in cases where the RPM install order varies.
92d167
  Fixes https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=458183
92d167
92d167
* Tue Jul 14 2009 Colin Walters <walters@redhat.com> - 1:1.2.16-1
92d167
- Upstream 1.2.16
92d167
- Remove inotify patch, now upstreamed
92d167
- Remove timeout patch, obsolete with upstream change to infinite
92d167
  timeout maximum by default
92d167
92d167
* Sat Jun 27 2009 Matthias Clasen <mclasen@redhat.com> - 1:1.2.14-2
92d167
- Don't leak inotify fd (#505338)
92d167
92d167
* Wed Apr 22 2009 Colin Walters <walters@verbum.org> - 1:1.2.14-1
92d167
- CVE-2009-1189
92d167
  * Update to 1.2.14
92d167
92d167
* Thu Mar 12 2009 Colin Walters <walters@verbum.org> - 1:1.2.12-1
92d167
- Switch to non-permissive branch:
92d167
  http://fedoraproject.org/wiki/Features/DBusPolicy
92d167
92d167
* Fri Feb 27 2009 Matthias Clasen <mclasen@redhat.com> - 1:1.2.4.4permissive-4
92d167
- Mark -doc content as %%doc
92d167
92d167
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> - 1:1.2.4.4permissive-2
92d167
- Make -doc noarch
92d167
92d167
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.4.4permissive-2
92d167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
92d167
92d167
* Tue Jan 06 2009 Colin Walters <walters@redhat.com> - 1:1.2.4.4.permissive-1
92d167
- New upstream
92d167
92d167
* Thu Dec 18 2008 Colin Walters <walters@redhat.com> - 1:1.2.4.2.permissive-1
92d167
- New upstream
92d167
92d167
* Fri Dec 12 2008 Colin Walters <walters@redhat.com> - 1:1.2.4-2
92d167
- Revert to upstream 1.2.4, add epoch
92d167
92d167
* Thu Dec 11 2008 Colin Walters <walters@redhat.com> - 1.2.8-4
92d167
- And drop it again, needs more work
92d167
92d167
* Wed Dec 10 2008 Colin Walters <walters@redhat.com> - 1.2.8-3
92d167
- Add back working syslog patch
92d167
92d167
* Tue Dec 09 2008 Colin Walters <walters@redhat.com> - 1.2.8-2
92d167
- Remove accidentally added syslog patch
92d167
92d167
* Tue Dec 09 2008 Colin Walters <walters@redhat.com> - 1.2.8-1
92d167
- New upstream 1.2.8
92d167
  Allows signals by default.
92d167
92d167
* Fri Dec 05 2008 Colin Walters <walters@redhat.com> - 1.2.6-1
92d167
- New upstream 1.2.6
92d167
92d167
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 1.2.4-2
92d167
- Tweak descriptions
92d167
92d167
* Mon Oct 06 2008 Colin Walters <walters@redhat.com> - 1.2.4-1
92d167
- New upstream 1.2.4
92d167
92d167
* Thu Sep 25 2008 David Zeuthen <davidz@redhat.com> - 1.2.3-2%{?dist}
92d167
- Avoid using noreplace for files that aren't really config files
92d167
92d167
* Wed Aug 06 2008 Colin Walters <walters@redhat.com> - 1.2.3-1
92d167
- New upstream 1.2.2
92d167
- Drop patches that were upstreamed
92d167
92d167
* Wed Jul 23 2008 Matthias Clasen <mclasen@redhat.com> - 1.2.1-7
92d167
- Own /usr/share/dbus-1/interfaces
92d167
92d167
* Fri Jul 18 2008 Matthias Clasen <mclasen@redhat.com> - 1.2.1-6
92d167
- Add a patch from upstream git that adds a method
92d167
  for changing the activation environment on the session bus
92d167
92d167
* Thu Jul 17 2008 Casey Dahlin <cdahlin@redhat.com> - 1.2.1-5
92d167
- Patch to increase max method timeout
92d167
92d167
* Thu May 29 2008 Casey Dahlin <cdahlin@redhat.com> - 1.2.1-4
92d167
- Patches for fd.o bugs 15635, 15571, 15588, 15570
92d167
92d167
* Mon May 12 2008 Ray Strode <rstrode@redhat.com> - 1.2.1-3
92d167
- drop last patch after discussion on dbus list
92d167
92d167
* Mon May 12 2008 Ray Strode <rstrode@redhat.com> - 1.2.1-2
92d167
- ensure uuid is created at post time
92d167
92d167
* Fri Apr 04 2008 John (J5) Palmieri <johnp@redhat.com> - 1.2.1-1
92d167
- update to latest upstream
92d167
- major version change is really a maint release for 1.1.20
92d167
  please read the NEWS file in the source for more information
92d167
92d167
* Wed Feb 27 2008 David Zeuthen <davidz@redhat.com> - 1.1.20-1%{?dist}
92d167
- Update to latest upstream release. Includes fix for CVE-2008-0595.
92d167
- Drop some patches that went upstream already
92d167
92d167
* Wed Feb 20 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.1.4-6
92d167
- Really rebuild against new libcap
92d167
92d167
* Sun Feb 17 2008 Adam Tkac <atkac redhat com> - 1.1.4-5
92d167
- rebuild against new libcap
92d167
92d167
* Tue Feb  5 2008 Matthias Clasen <mclasen@redhat.com> - 1.1.4-4
92d167
- Fix a dbus-launch problem (#430412)
92d167
92d167
* Mon Feb  4 2008 Ray Strode <rstrode@redhat.com> - 1.1.4-3
92d167
- Start message bus from xinitrc.d instead of hard coding it
92d167
at the end of Xsession
92d167
92d167
* Mon Feb  4 2008 Matthias Clasen <mclasen@redhat.com> - 1.1.4-2
92d167
- Make it build against the latest gcc/glibc
92d167
92d167
* Thu Jan 17 2008 John (J5) Palmieri <johnp@redhat.com> - 1.1.4-1
92d167
- new upstream version
92d167
- fixes inotify patch which was consuming 100% cpu and memory
92d167
92d167
* Wed Jan 16 2008 John (J5) Palmieri <johnp@redhat.com> - 1.1.3-1
92d167
- new upstream version which obsoletes a number of our patches
92d167
- doc section added for the devhelp docs
92d167
92d167
* Thu Nov 15 2007 John (J5) Palmieri <johnp@redhat.com> - 1.1.2-9
92d167
- clean up spec file as per the merge review (#225676)
92d167
92d167
* Thu Oct 25 2007 Bill Nottingham <notting@redhat.com> - 1.1.2-8
92d167
- have -libs obsolete older versions of the main package so that yum upgrades work
92d167
92d167
* Thu Oct  4 2007 Matthias Clasen <mclasen@redhat.com> - 1.1.2-7
92d167
- Make the daemon a PIE executable  (#210039)
92d167
92d167
* Fri Sep 14 2007 Bill Nottingham <notting@redhat.com> - 1.1.2-6%{?dist}
92d167
- fix daemon abort when SELinux denies passing on a message (#283231)
92d167
92d167
* Fri Sep 14 2007 Dan Walsh <dwalsh@redhat.com> - 1.1.2-5%{?dist}
92d167
- Reverse we_were_root check to setpcap if we were root.  Also only init
92d167
audit if we were root.  So error dbus message will not show up when policy
92d167
reload happens.  dbus -session will no longer try to send audit message,
92d167
only system will.
92d167
92d167
* Tue Aug 28 2007 David Zeuthen <davidz@redhat.com> - 1.1.2-4%{?dist}
92d167
- Make dbus require dbus-libs (#261721)
92d167
92d167
* Mon Aug 27 2007 Adel Gadllah <adel.gadllah@gmail.com> - 1.1.2-3
92d167
- Add libs to a libs subpackage
92d167
- Update license tag
92d167
92d167
* Wed Aug 01 2007 David Zeuthen <davidz@redhat.com> - 1.1.2-2%{?dist}
92d167
- Move system bus activation helper to /{lib,lib64}/dbus-1. Also set
92d167
  the correct mode and permissions.
92d167
- Own the directory /usr/share/dbus-1/system-services
92d167
- Delete the diretory /{lib,lib64}/dbus-1.0 as it's not used
92d167
- Pass 'dbus' instead of 81 as --with-dbus-user; otherwise the setuid
92d167
  system bus activation helper fails
92d167
92d167
* Sat Jul 28 2007 Matthias Clasen <mclasen@redhat.com> - 1.1.2-1
92d167
- Update to 1.1.2
92d167
92d167
* Fri Jul  6 2007 Matthias Clasen <mclasen@redhat.com> - 1.1.1-3
92d167
- Add LSB header to init script (#246902)
92d167
92d167
* Thu Jun 28 2007 Ray Strode <rstrode@redhat.com> - 1.1.1-2
92d167
- include session.d directory in package manifest
92d167
92d167
* Thu Jun 28 2007 Ray Strode <rstrode@redhat.com> - 1.1.1-1
92d167
- Update to 1.1.1
92d167
92d167
* Fri Jun 22 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.2-6
92d167
- Don't require libxml-python needlessly (#245300)
92d167
92d167
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.2-5
92d167
- Require pkgconfig in -devel, not in -x11 (#244385)
92d167
92d167
* Sat Apr 14 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.2-4
92d167
- Move the dbus-launch man page to the x11 subpackage
92d167
92d167
* Thu Apr 12 2007 David Zeuthen <davidz@redhat.com> - 1.0.2-3
92d167
- Start SELinux thread after setuid call (#221168)
92d167
92d167
* Wed Mar 28 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.2-2
92d167
- Require pkgconfig in the -devel package
92d167
92d167
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.2-1
92d167
- Update to 1.0.2
92d167
- Drop obsolete patches
92d167
- Fix directory ownership issues (#233753)
92d167
92d167
* Fri Dec 15 2006 David Zeuthen <davidz@redhat.com> - 1.0.1-3%{?dist}
92d167
- CVE-2006-6107: D-Bus denial of service
92d167
92d167
* Sun Nov 26 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.1-2
92d167
- Include docs, and make them show up in devhelp
92d167
92d167
* Mon Nov 20 2006 Ray Strode <rstrode@redhat.com> - 1.0.1-1
92d167
- Update to 1.0.1
92d167
- Apply patch from Thiago Macieira <thiago@kde.org> to
92d167
  fix failed assertion in threading implementation
92d167
- Drop some crazy looking build time speed optimization
92d167
92d167
* Tue Nov 14 2006 John (J5) Palmieri <johnp@redhat.com> - 1.0.0-2
92d167
- add patch to fix dbus_threads_init_default
92d167
92d167
* Mon Nov 13 2006 John (J5) Palmieri <johnp@redhat.com> - 1.0.0-1
92d167
- update to D-Bus 1.0.0 "Blue Bird"
92d167
- build with verbose mode on but tests and asserts off
92d167
92d167
* Sun Nov 12 2006 Ray Strode <rstrode@redhat.com> - 0.95-3
92d167
- dont let dbus-launch session sitter crash in the
92d167
  non-autolaunch code path (bug 214649)
92d167
92d167
* Mon Nov 06 2006 John (J5) Palmieri <johnp@redhat.com> - 0.95-2
92d167
- Add /var/lib/dbus directory to %%files
92d167
92d167
* Fri Nov 03 2006 John (J5) Palmieri <johnp@redhat.com> - 0.95-1
92d167
- Update to D-Bus 1.0 RC 3 (0.95)
92d167
- don't build with tests on
92d167
92d167
* Sat Oct 14 2006 John (J5) Palmieri <johnp@redhat.com> - 0.94-1
92d167
- Update to D-Bus 1.0 RC 2 (0.94)
92d167
92d167
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 0.93-3
92d167
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
92d167
92d167
* Tue Sep 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.93-2
92d167
- Add a Requires for libxml2-python (#201877)
92d167
92d167
* Thu Sep 14 2006 John (J5) Palmieri <johnp@redhat.com> - 0.93-1
92d167
- Updated from upstream D-Bus 1.0 RC 1 (0.93)
92d167
92d167
* Wed Sep 6 2006 Dan Walsh <dwalsh@redhat.com> - 0.92-2
92d167
- Only audit on the system bus
92d167
92d167
* Fri Aug 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.92-1
92d167
- Update to 0.92
92d167
- remove old patches
92d167
92d167
* Sat Jul 22 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-8
92d167
- add patch to fix timeout removal assertion
92d167
92d167
* Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-7
92d167
- add patch to fix taking a connection ref when it is locked
92d167
92d167
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-6
92d167
- change the arch-deps.h include directory to /usr/lib[64] instead of /lib[64]
92d167
  in the dbus-1.pc file after compile
92d167
92d167
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-5
92d167
- Move arch include file from lib to libdir
92d167
92d167
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-4
92d167
- add patch that pregenerates the xml introspect file so d-bus doesn't
92d167
  have to be running suring the build.
92d167
92d167
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-3
92d167
- s/--libdir=\/lib/--libdir=%%{_lib}/ in configure stage
92d167
- add / before %%{_lib}
92d167
92d167
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-2
92d167
- Remove some remnants of the GLIB bindings from configure.in
92d167
92d167
* Mon Jul 17 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-1
92d167
- Update to upstream 0.90
92d167
- Split out bindings
92d167
92d167
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.62-1.1
92d167
- rebuild
92d167
92d167
* Mon Jun 12 2006 John (J5) Palmieri <johnp@redhat.com> - 0.62-1
92d167
- Update to upstream 0.62
92d167
- Remove mono for s390s
92d167
92d167
* Tue Jun  6 2006 Matthias Clasen <mclasen@redhat.com> 0.61-6
92d167
- Rebuild
92d167
92d167
* Wed May 17 2006 Karsten Hopp <karsten@redhat.de> 0.61-5.2
92d167
- add buildrequires libICE-devel, libSM-devel, libcap-devel
92d167
- change buildrequires form libX11 to libX11-devel
92d167
92d167
* Mon May 15 2006 John (J5) Palmieri <johnp@redhat.com> - 0.61-5.1
92d167
- Bump and rebuild.  Add a BR and R for libX11
92d167
92d167
* Tue Apr 25 2006 John (J5) Palmieri <johnp@redhat.com> - 0.61-5
92d167
- Backport patch from dbus-connection.c
92d167
  - Allows interfaces to be NULL in the message header as per the spec
92d167
  - Fixes a problem with pendings calls blocking on a data starved socket
92d167
92d167
* Mon Apr 17 2006 John (J5) Palmieri <johnp@redhat.com> 0.61-4
92d167
- New audit patch
92d167
92d167
* Fri Feb 24 2006 John (J5) Palmieri <johnp@redhat.com> 0.61-3
92d167
- ABI hasn't changed so add patch that makes dbus-sharp think
92d167
  it is still 0.60 (mono uses hard version names so any change
92d167
  means apps need to recompile)
92d167
92d167
* Fri Feb 24 2006 John (J5) Palmieri <johnp@redhat.com> 0.61-2
92d167
- Make sure chkconfig rests the priorities so we can start earlier
92d167
92d167
* Fri Feb 24 2006 John (J5) Palmieri <johnp@redhat.com> 0.61-1
92d167
- Upgrade to upstream version 0.61
92d167
- remove python callchain patch
92d167
- update avc patch
92d167
92d167
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.60-7.2
92d167
- bump again for double-long bug on ppc(64)
92d167
92d167
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.60-7.1
92d167
- rebuilt for new gcc4.1 snapshot and glibc changes
92d167
92d167
* Mon Jan 23 2006 John (J5) Palmieri <johnp@redhat.com> 0.60-7
92d167
- Add patch to fix the python callchain
92d167
- Symlink dbus-send to /usr/bin because some applications
92d167
  look for it there
92d167
92d167
* Fri Jan 20 2006 John (J5) Palmieri <johnp@redhat.com> 0.60-6
92d167
- Fix up patch to init script so it refrences /bin not /usr/bin
92d167
92d167
* Fri Jan 20 2006 John (J5) Palmieri <johnp@redhat.com> 0.60-5
92d167
- move base libraries and binaries to /bin and /lib so they can be started
92d167
  before /usr is mounted on network mounted /usr systems
92d167
- have D-Bus start early
92d167
92d167
* Thu Jan 19 2006 Alexander Larsson <alexl@redhat.com> 0.60-4
92d167
- mono now built on s390x
92d167
92d167
* Mon Jan  9 2006 Alexander Larsson <alexl@redhat.com> 0.60-3
92d167
- Don't exclude non-mono arches
92d167
92d167
* Mon Jan  9 2006 Alexander Larsson <alexl@redhat.com> - 0.60-2
92d167
- Add dbus-sharp sub-package
92d167
92d167
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 0.60-1.1
92d167
- rebuilt
92d167
92d167
* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.60-1
92d167
- upgrade to 0.60
92d167
92d167
* Thu Sep 08 2005 John (J5) Palmieri <johnp@redhat.com> - 0.50-1
92d167
- upgrade to 0.50
92d167
92d167
* Mon Aug 29 2005 John (J5) Palmieri <johnp@redhat.com> - 0.36.2-1
92d167
- upgrade to 0.36.2 which fixes an exploit where
92d167
  users can attach to another user's session bus (CAN-2005-0201)
92d167
92d167
* Wed Aug 24 2005 John (J5) Palmieri <johnp@redhat.com> - 0.36.1-1
92d167
- Upgrade to dbus-0.36.1
92d167
- Install all files to lib64/ on 64bit machines
92d167
92d167
* Tue Aug 23 2005 John (J5) Palmieri <johnp@redhat.com> - 0.36-1
92d167
- Upgrade to dbus-0.36
92d167
- Split modules that go into %%{_lib}/python2.4/site-packages/dbus
92d167
and those that go into %%{python_sitelib}/dbus (they differ on 64bit)
92d167
- Renable Qt bindings since packages in core can use them
92d167
92d167
* Mon Jul 18 2005 John (J5) Palmieri <johnp@redhat.com> - 0.35.2-1
92d167
- Upgrade to dbus-0.35.2
92d167
- removed dbus-0.34-kill-babysitter.patch
92d167
- removed dbus-0.34-python-threadsync.patch
92d167
- removed dbus-0.23-selinux-avc-audit.patch
92d167
- added dbus-0.35.2-selinux-avc-audit.patch
92d167
- take out restarts on upgrade
92d167
92d167
* Tue Jun 28 2005 John (J5) Palmieri <johnp@redhat.com> - 0.34-1
92d167
- Upgrade to dbus-0.34
92d167
- added dbus-0.34-kill-babysitter.patch
92d167
- added dbus-0.34-python-threadsync.patch
92d167
- remove dbus-0.32-print_child_pid.patch
92d167
- remove dbus-0.32-deadlock-fix.patch
92d167
- remove dbus-0.33-types.patch
92d167
92d167
* Wed Jun  8 2005 John (J5) Palmieri <johnp@redhat.com> - 0.33-4
92d167
- Add new libaudit patch from Steve Grub and enable in configure
92d167
  (Bug #159218)
92d167
92d167
* Mon May 23 2005 Bill Nottingham <notting@redhat.com> - 0.33-3
92d167
- remove static libraries from python bindings
92d167
92d167
* Sun May 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.33-2
92d167
- Backport patch from CVS that fixes int32's being marshaled as
92d167
uint16's in the python bindings
92d167
92d167
* Mon Apr 25 2005 John (J5) Palmieri <johnp@redhat.com> - 0.33-1
92d167
- update to upstream 0.33
92d167
- renable selinux audit patch
92d167
92d167
* Tue Apr 12 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-6
92d167
- Added patch to fix deadlocks when using recursive g_mains
92d167
92d167
* Tue Apr 12 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-5
92d167
- replace selinux_init patch with selinux_chroot_workaround patch
92d167
  to work around bad selinux interactions when using chroots
92d167
  on the beehive build machines
92d167
92d167
* Mon Apr 11 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-4
92d167
- add print_child_pid patch which make sure we prin the child's pid if we fork
92d167
92d167
* Thu Apr  7 2005 David Zeuthen <davidz@redhat.com> - 0.32-3
92d167
- add fix for glib infinite loop (fdo #2889)
92d167
92d167
* Thu Mar 31 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-2
92d167
- add selinux-init patch to fix dbus from segfaulting when
92d167
  building on machines that don't have selinux enabled
92d167
92d167
* Thu Mar 31 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-1
92d167
- update to upstream version 0.32
92d167
92d167
* Wed Mar 23 2005 John (J5) Palmieri <johnp@redhat.com> - 0.31-4
92d167
- Pyrex has been patched to generate gcc4.0 complient code
92d167
- Rebuild for gcc4.0
92d167
92d167
* Wed Mar 16 2005 John (J5) Palmieri <johnp@redhat.com> - 0.31-3
92d167
- change compat-gcc requirement to compat-gcc-32
92d167
- rebuild with gcc 3.2
92d167
92d167
* Tue Mar 08 2005 John (J5) Palmieri <johnp@redhat.com> - 0.31-2
92d167
- Remove precompiled init script and let the sources generate it
92d167
92d167
* Mon Mar 07 2005 John (J5) Palmieri <johnp@redhat.com> - 0.31-1
92d167
- update to upstream version 0.31
92d167
- take out user has same id patch (merged upstream)
92d167
- udi patch updated
92d167
- dbus-daemon-1 renamed to dbus-daemon
92d167
- dbus-glib-tool renamed to dbus-binding-tool
92d167
- force gcc33 because pyrex generate improper lvalue code
92d167
- disable audit patch for now
92d167
92d167
* Tue Feb 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-4
92d167
- Explicitly pass in the pid file location to ./configure instead of
92d167
  letting it guess based on the build enviornment
92d167
92d167
* Mon Jan 31 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-3
92d167
- Add patch to fix random users from connecting to a users session bus
92d167
92d167
* Fri Jan 21 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-2
92d167
- Add Steve Grubb's SE-Linux audit patch (Bug# 144920)
92d167
92d167
* Fri Jan 21 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-1
92d167
- Update to upstream version 0.23
92d167
- Drop all patches except for the UDI patch as they have been
92d167
  integrated upstream
92d167
- List of API changes:
92d167
      * add setgroups() to drop supplementary groups
92d167
      * removed dbus_bug_get_with_g_main since it's been replaced by dbus_g_bus_get
92d167
      * added support for int64 and uint64 to the python bindings
92d167
      * use SerivceOwnerChanges signal instead of ServiceCreated and ServiceDeleted
92d167
92d167
* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 0.22-12
92d167
- rebuild against python 2.4
92d167
92d167
* Tue Nov 02 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Add a requires for glib2-devel in the devel package
92d167
- Add SE-Linux backport from Colin Walters that fixes
92d167
  messages getting lost in SE-Linux contexts
92d167
92d167
* Wed Oct 13 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Bump up release and rebuild
92d167
92d167
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com>
92d167
- Run /sbin/ldconfig for glib sub-package (bug #134062).
92d167
92d167
* Wed Sep 22 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Fixed patch to use dbus-1 instead of dbus-1.0
92d167
- (configure.in): Exported just the datadir instead of
92d167
  the full path to the dbus datadir for consistency
92d167
92d167
* Wed Sep 22 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Adding patch to move /usr/lib/dbus-1.0/services to
92d167
  /usr/share/dbus-1.0/services
92d167
92d167
* Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- reverting BuildRequires: redhat-release because of issues with build system
92d167
- added precompiled version of the messagebus init script
92d167
92d167
* Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- changed /etc/redhat-release to the package redhat-release
92d167
92d167
* Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- added python int64 patch from davidz
92d167
92d167
* Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- added BuildRequires: /etc/redhat-release (RH Bug #132436)
92d167
92d167
* Wed Aug 18 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Added Steve Grubb's spec file patch (RH Bug #130201)
92d167
92d167
* Mon Aug 16 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Disabled dbus-gtk since dbus-viewer doesn't do anything right now
92d167
92d167
* Mon Aug 16 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Moved dbus-viewer to new dbus-gtk package so that dbus-glib
92d167
  no longer requires X or GTK libraries. (RH Bug #130029)
92d167
92d167
* Thu Aug 12 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Update to new 0.22 release
92d167
92d167
* Thu Aug 05 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Added BuildRequires for libselinux-devel and Requires for libselinux
92d167
92d167
* Mon Aug 02 2004 Colin Walters <walters@redhat.com>
92d167
- Add SE-DBus patch
92d167
92d167
* Fri Jul 30 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Added lib64 workaround for python bindings installing to
92d167
  the wrong lib directory on 64 bit archs
92d167
92d167
* Fri Jul 30 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Updated console-auth patch
92d167
- rebuild
92d167
92d167
* Thu Jul 22 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Update to upstream CVS build
92d167
- Added console-auth patch
92d167
92d167
* Fri Jun 25 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Workaround added to fix gcc-3.4 bug on ia64
92d167
92d167
* Fri Jun 25 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- require new Pyrex version and see if it builds this time
92d167
92d167
* Fri Jun 25 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- rebuild with updated Pyrex (0.9.2.1)
92d167
92d167
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
92d167
- rebuilt
92d167
92d167
* Fri Jun 04 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Moved dbus-viewer, dbus-monitor and dbus-glib-tool
92d167
  into the dbus-glib package so that the main dbus
92d167
  package does not depend on glib (Bug #125285)
92d167
92d167
* Thu Jun 03 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- rebuilt
92d167
92d167
* Thu May 27 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- added my Python patch
92d167
- took out the qt build requires
92d167
- added a gtk+ build requires
92d167
92d167
* Fri Apr 23 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- Changed build requirement to version 0.9-3 of Pyrex
92d167
  to fix problem with builing on x86_64
92d167
92d167
* Tue Apr 20 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- update to upstream 0.21
92d167
- removed dbus-0.20-varargs.patch patch (fixed upstream)
92d167
92d167
* Mon Apr 19 2004 John (J5) Palmieri <johnp@redhat.com>
92d167
- added a dbus-python package to generate python bindings
92d167
- added Pyrex build dependacy
92d167
92d167
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
92d167
- rebuilt
92d167
92d167
* Wed Feb 25 2004 Bill Nottingham <notting@redhat.com> 0.20-4
92d167
- fix dbus error functions on x86-64 (#116324)
92d167
- add prereq (#112027)
92d167
92d167
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
92d167
- rebuilt
92d167
92d167
* Fri Feb 13 2004 Tim Waugh <twaugh@redhat.com>
92d167
- Conflict with cups prior to configuration file change, so that the
92d167
  %%postun service condrestart works.
92d167
92d167
* Wed Feb 11 2004 Havoc Pennington <hp@redhat.com> 0.20-2
92d167
- rebuild in fc2, cups now updated
92d167
92d167
* Wed Jan  7 2004 Bill Nottingham <notting@redhat.com> 0.20-1
92d167
- update to upstream 0.20
92d167
92d167
* Thu Oct 16 2003 Havoc Pennington <hp@redhat.com> 0.13-6
92d167
- hmm, dbus doesn't support uids in the config file. fix.
92d167
92d167
* Thu Oct 16 2003 Havoc Pennington <hp@redhat.com> 0.13-5
92d167
- put uid instead of username in the config file, to keep things working with name change
92d167
92d167
* Thu Oct 16 2003 Havoc Pennington <hp@redhat.com> 0.13-4
92d167
- make subpackages require the specific release, not just version, of base package
92d167
92d167
* Thu Oct 16 2003 Havoc Pennington <hp@redhat.com> 0.13-3
92d167
- change system user "messagebus" -> "dbus" to be under 8 chars
92d167
92d167
* Mon Sep 29 2003 Havoc Pennington <hp@redhat.com> 0.13-2
92d167
- see if removing qt subpackage for now will get us through the build system,
92d167
  qt bindings not useful yet anyway
92d167
92d167
* Sun Sep 28 2003 Havoc Pennington <hp@redhat.com> 0.13-1
92d167
- 0.13 fixes a little security oops
92d167
92d167
* Mon Aug  4 2003 Havoc Pennington <hp@redhat.com> 0.11.91-3
92d167
- break the tiny dbus-launch that depends on X into separate package
92d167
  so a CUPS server doesn't need X installed
92d167
92d167
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
92d167
- rebuilt
92d167
92d167
* Sat May 17 2003 Havoc Pennington <hp@redhat.com> 0.11.91-1
92d167
- 0.11.91 cvs snap properly merges system.d
92d167
92d167
* Fri May 16 2003 Havoc Pennington <hp@redhat.com> 0.11.90-1
92d167
- build a cvs snap with a few more fixes
92d167
92d167
* Fri May 16 2003 Havoc Pennington <hp@redhat.com> 0.11-2
92d167
- fix a crash that was breaking cups
92d167
92d167
* Thu May 15 2003 Havoc Pennington <hp@redhat.com> 0.11-1
92d167
- 0.11
92d167
92d167
* Thu May 15 2003 Havoc Pennington <hp@redhat.com> 0.10.90-1
92d167
- use rc.d/init.d not init.d, bug #90192
92d167
- include the new man pages
92d167
92d167
* Fri Apr 11 2003 Havoc Pennington <hp@redhat.com> 0.9-1
92d167
- 0.9
92d167
- export QTDIR explicitly
92d167
- re-enable qt, the problem was most likely D-BUS configure
92d167
92d167
* Tue Apr  1 2003 Havoc Pennington <hp@redhat.com> 0.6.94-1
92d167
- update from CVS with a fix to set uid after gid
92d167
92d167
* Tue Apr  1 2003 Havoc Pennington <hp@redhat.com> 0.6.93-1
92d167
- new cvs snap that actually forks to background and changes
92d167
  user it's running as and so forth
92d167
- create our system user in pre
92d167
92d167
* Mon Mar 31 2003 Havoc Pennington <hp@redhat.com> 0.6.92-1
92d167
- fix for "make check" test that required a home directory
92d167
92d167
* Mon Mar 31 2003 Havoc Pennington <hp@redhat.com> 0.6.91-1
92d167
- disable qt for now because beehive hates me
92d167
- pull a slightly newer cvs snap that creates socket directory
92d167
- cat the make check log after make check fails
92d167
92d167
* Mon Mar 31 2003 Havoc Pennington <hp@redhat.com> 0.6.90-1
92d167
- initial build