Your message dated Mon, 26 Oct 2015 19:18:54 +0000
with message-id <[email protected]>
and subject line Bug#799396: fixed in dbus 1.10.2-1
has caused the Debian Bug report #799396,
regarding dbus: please "touch /var/run/reboot-required" on upgrade
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
799396: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799396
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dbus
Version: 1.10.0-3
Severity: wishlist

Dear Maitainer,

Please "touch /var/run/reboot-required" on upgrade to notify
unattended-upgrades that it should reboot the computer.

"notify-reboot-required" is a Ubuntu-only and most
of this infrastrure is not anymore shipped in Debian
(e.g. "KDE Kingston update notifier"),
but the minimal /var/run/reboot-required interface is still
supported by U-U as a fallback.

unattended-upgrade also already install a similar hook for kernel updates:
https://github.com/mvo5/unattended-upgrades/blob/debian/sid/kernel/postinst.d
/unattended-upgrades


@dbus.postinst
    if pidof -c /bin/dbus-daemon /usr/bin/dbus-daemon >/dev/null; then
        echo "A reboot is required to replace the running dbus-daemon." >&2
        echo "Please reboot the system when convenient." >&2

        # trigger an update notification which recommends to reboot
        [ -x /usr/share/update-notifier/notify-reboot-required ] && \
            /usr/share/update-notifier/notify-reboot-required || true
+       touch /var/run/reboot-required
    fi



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (450, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/6 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages dbus depends on:
ii  adduser       3.113+nmu3
ii  libapparmor1  2.9.2-3
ii  libaudit1     1:2.4.4-1
ii  libc6         2.19-19
ii  libcap-ng0    0.7.6-1
ii  libdbus-1-3   1.10.0-3
ii  libexpat1     2.1.0-7
ii  libselinux1   2.3-2+b1
ii  libsystemd0   225-1
ii  lsb-base      9.20150826

dbus recommends no packages.

Versions of packages dbus suggests:
ii  dbus-x11  1.10.0-3

Versions of packages dbus is related to:
ii  dbus-x11      1.10.0-3
ii  systemd       225-1
ii  systemd-sysv  225-1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: dbus
Source-Version: 1.10.2-1

We believe that the bug you reported is fixed in the latest version of
dbus, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon McVittie <[email protected]> (supplier of updated dbus package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 26 Oct 2015 13:37:05 +0000
Source: dbus
Binary: dbus dbus-udeb dbus-x11 libdbus-1-3 libdbus-1-3-udeb dbus-1-doc 
libdbus-1-dev dbus-1-dbg dbus-tests dbus-user-session
Architecture: source
Version: 1.10.2-1
Distribution: unstable
Urgency: medium
Maintainer: Utopia Maintenance Team 
<[email protected]>
Changed-By: Simon McVittie <[email protected]>
Description:
 dbus       - simple interprocess messaging system (daemon and utilities)
 dbus-1-dbg - simple interprocess messaging system (debug symbols)
 dbus-1-doc - simple interprocess messaging system (documentation)
 dbus-tests - simple interprocess messaging system (test infrastructure)
 dbus-udeb  - simple interprocess messaging system (minimal runtime) (udeb)
 dbus-user-session - simple interprocess messaging system (systemd --user 
integration)
 dbus-x11   - simple interprocess messaging system (X11 deps)
 libdbus-1-3 - simple interprocess messaging system (library)
 libdbus-1-3-udeb - simple interprocess messaging system (minimal library) 
(udeb)
 libdbus-1-dev - simple interprocess messaging system (development headers)
Closes: 799396
Changes:
 dbus (1.10.2-1) unstable; urgency=medium
 .
   * New upstream stable release 1.10.2
   * Touch /var/run/reboot-required on upgrade, even if neither
     reboot-notifier nor update-notifier-common is installed.
     Various other tools look for this file. (Closes: #799396)
   * Allow dbus-daemon (<< 1.9.18) to reload bus setup and configuration
     again (follow-up for #793519). This means that if an upgrade
     from jessie to stretch pulls in a new system service, dbus-daemon
     will load the configuration that allows that system service to work,
     even before the system has been rebooted to use the new dbus-daemon.
     - if /etc/dbus-1/s*.conf have been modified, move them to
       /etc/dbus-1/s*.conf.dpkg-bak; if not, delete them
     - patch /usr/share/dbus-1/s*.conf to include
       /etc/dbus-1/s*.conf.dpkg-bak instead of /etc/dbus-1/s*.conf
     - add new symlinks /etc/dbus-1/s*.conf -> /usr/share/dbus-1/s*.conf
       so that the old dbus-daemon will load the new bus setup
   * Remove Breaks and upgrade code for versions older than oldstable
Checksums-Sha1:
 3c46f7530feb35742884ac07ee205afd679b8f6b 2924 dbus_1.10.2-1.dsc
 a7bb0e44bb3551b2e607c5a1f927244bec5b8f0a 1948031 dbus_1.10.2.orig.tar.gz
 5ef8947372224248ddb0ed02dcc051e7e725d18e 44084 dbus_1.10.2-1.debian.tar.xz
Checksums-Sha256:
 de4e8e3c806246fecb007dc80acb8c6cca9c7b16c2fbe533bac541b6652bf376 2924 
dbus_1.10.2-1.dsc
 aef3f49595df09b0824433ee993cda748ede93693a719a831562ae1616b6bb9e 1948031 
dbus_1.10.2.orig.tar.gz
 20670e0dd6cf72dc3775d2b09fc8b5c71ab6fbf2284222d3f39fb03e641843c5 44084 
dbus_1.10.2-1.debian.tar.xz
Files:
 b6dea3787716baefacdb3e74a548ede6 2924 admin optional dbus_1.10.2-1.dsc
 2428919cc77b8d0028d65ee4d5dbef31 1948031 admin optional dbus_1.10.2.orig.tar.gz
 06c03dc97c3def573a678b293f58400e 44084 admin optional 
dbus_1.10.2-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJWLnlEAAoJEE3o/ypjx8yQvg8QAIi7sQIjAtQpLPWXFc0RWf+Y
aH/m/lgqCLPSbEsdX0+FUM9EcAKrHZGiUWIcj/AWDyfZxwCUqSfRfheCJcpxttaA
4Ga9qNWf22V72yeLJZrKgkNGbKtZFfCKHmxnXU16o0wr9j8gbnND3bvZS2jvYZyY
7gLl1HOCn8Ll2QAJYILNmLv3PBdCkpsGkxSL9g1Ye9EfZauZxIDpRqzRMOAZ5W1p
jwx79tTXRv6Qzeocu4Ou2TOYirN8DIM2s7KY6t87Hx5znqWG8qC1GBKqfnB6HTgd
CMC/hFY9CejpmF/0gbYNJDtXDTmhp9uBuvA4wwDsKtHIwGDrGKGQOKawdOIk0I5Y
tV977T8Lv20U5q9BJj7nc3haSC21zXokqdgzjBpNbAEqHwe+rVjL68Xxti3dt+Rf
qNtlQucASFZu8gv6UHRRv5BBKiKMW69Vbm1dxtoV9kKsWKAI/4m73x+O2Gt9hHHI
kxkXBTCFypCOEDeGfgSuQEqNeanH2OJeaaSEPDv6C5o/A0KpvQl4tihYssfCu6qe
CBrOfnnwXelTvPmu1fLr/h0MTNZQ7RNjV9Y85yM6QzvSo2rXvsVlaysHnzeeLELa
NAU9qEb0jMy1oJFBqJzdqdy1zKFf+EWJyB7DpUvlRhr5AbNsdGkMVN086jDPluPt
K4Kk2hK4Oj7glUMWJtU1
=BXxZ
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-utopia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-utopia-maintainers

Reply via email to