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