[ubuntu/groovy-proposed] systemd 245.6-3ubuntu1 (Accepted)

Balint Reczey rbalint at ubuntu.com
Wed Jul 15 15:02:13 UTC 2020


systemd (245.6-3ubuntu1) groovy; urgency=medium

  * Merge to Ubuntu from Debian unstable
    - Dropped changes:
      * Enable EFI/bootctl on armhf.

systemd (245.6-3) unstable; urgency=medium

  [ Dan Streetman ]
  * d/t/upstream: capture new merged 'system.journal' from tests.
    https://github.com/systemd/systemd/pull/15281
  * d/t/upstream: use --directory or --file param for journalctl.
    Properly tell journalctl if the journal to parse is a dir or file.
  * d/t/storage: check for ext2 or ext4 fs when using crypttab 'tmp' option.
    https://github.com/systemd/systemd/pull/15853

  [ Martin Pitt ]
  * debian/tests/localed-locale: Fix for environments without en_US.UTF-8.
    Unconditionally back up/restore locale configuration files and generate
    en_US.UTF-8. Previously the test failed in environments which have some
    locale other than en_US.UTF-8 in /etc/default/locale.
    Also fix the assertion of /etc/locale.conf not being present after
    localectl. This only applies to Debian/Ubuntu tests, not upstream ones.

  [ Dimitri John Ledkov ]
  * Enable EFI/bootctl on armhf.

systemd (245.6-2ubuntu2) groovy; urgency=medium

  [ Balint Reczey ]
  * debian/tests/tests-in-lxd: Work around snapd.seeded.service hanging
    File: debian/tests/tests-in-lxd
    https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=04a3342ff533b234ccb1a1020f6d854ab0acd053

  [ Dimitri John Ledkov ]
  * ubuntu: enable CET on amd64.
    File: debian/rules
    https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=cc42a377e7e8c372124bcf43d9f4fb9c169f4292

  [ Dan Streetman ]
  * Lock swap blockdevice while calling mkswap (LP: #1838329)
    Files:
    - debian/patches/lp1838329/0001-blockdev-propagate-one-more-unexpected-error.patch
    - debian/patches/lp1838329/0003-dissect-use-log_debug_errno-where-appropriate.patch
    - debian/patches/lp1838329/0004-blockdev-add-helper-for-locking-whole-block-device.patch
    - debian/patches/lp1838329/0005-makefs-lock-device-while-we-operate.patch
    - debian/patches/lp1838329/0006-makefs-normalize-logging-a-bit.patch
    - debian/patches/lp1838329/0007-cryptsetup-generator-use-systemd-makefs-for-implemen.patch
    https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=652a148cf1d3ecfa93cfee288c152c90caee3ac6

systemd (245.6-2ubuntu1) groovy; urgency=medium

  * Merge to Ubuntu from Debian unstable
    - Dropped changes:
      * dhclient-exit-hooks.d/timesyncd: Act only when systemd-timesyncd is enabled
  * hwdb: Mask rfkill event from intel-hid on HP platforms (LP: #1883846)
    File: debian/patches/hwdb-Mask-rfkill-event-from-intel-hid-on-HP-platforms.patch
    https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=c705323d61b9cd4e36ceb92e236cd6e9ba4c1b1a
  * debian/tests/tests-in-lxd: Show debugging info about reason of skipping test
    File: debian/tests/tests-in-lxd
    https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=1c835ca2d4f6d09977525d781d224a87ba7cde24
  * debian/tests/tests-in-lxd: Drop workaround removing fstab from the container
    (LP: #1886430)
    File: debian/tests/tests-in-lxd
    https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=f13213af98fa4c27c5f7e58c511b9691bb56065a

systemd (245.6-2) unstable; urgency=medium

  [ Dan Streetman ]
  * 40-vm-hotadd.rules: check offline before onlining memory/cpus.
    The kernel will return EINVAL if the memory or cpu is already online,
    which is harmless, but adds a confusing error to the log. Avoid the error
    message by only onlining if the memory or cpu is currently offline.
    (LP: #1876018)

  [ Michael Biebl ]
  * d/t/boot-and-services: use canonical name for NetworkManager service
  * Fix build with libmicrohttpd 0.9.71.
    The return type of callbacks was changed from int to an enum.

  [ Youfu Zhang ]
  * fsckd: avoid useless CR displayed on console (LP: #1692353)

  [ Balint Reczey ]
  * dhclient-exit-hooks.d/timesyncd: Act only when systemd-timesyncd is available.
    Otherwise the hook script might trigger an error if the
    systemd-timesyncd package is uninstalled but not purged. (LP: #1873031)

Date: Wed, 15 Jul 2020 16:38:45 +0200
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/systemd/245.6-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 15 Jul 2020 16:38:45 +0200
Source: systemd
Architecture: source
Version: 245.6-3ubuntu1
Distribution: groovy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Launchpad-Bugs-Fixed: 1692353 1838329 1873031 1876018 1883846 1886430
Changes:
 systemd (245.6-3ubuntu1) groovy; urgency=medium
 .
   * Merge to Ubuntu from Debian unstable
     - Dropped changes:
       * Enable EFI/bootctl on armhf.
 .
 systemd (245.6-3) unstable; urgency=medium
 .
   [ Dan Streetman ]
   * d/t/upstream: capture new merged 'system.journal' from tests.
     https://github.com/systemd/systemd/pull/15281
   * d/t/upstream: use --directory or --file param for journalctl.
     Properly tell journalctl if the journal to parse is a dir or file.
   * d/t/storage: check for ext2 or ext4 fs when using crypttab 'tmp' option.
     https://github.com/systemd/systemd/pull/15853
 .
   [ Martin Pitt ]
   * debian/tests/localed-locale: Fix for environments without en_US.UTF-8.
     Unconditionally back up/restore locale configuration files and generate
     en_US.UTF-8. Previously the test failed in environments which have some
     locale other than en_US.UTF-8 in /etc/default/locale.
     Also fix the assertion of /etc/locale.conf not being present after
     localectl. This only applies to Debian/Ubuntu tests, not upstream ones.
 .
   [ Dimitri John Ledkov ]
   * Enable EFI/bootctl on armhf.
 .
 systemd (245.6-2ubuntu2) groovy; urgency=medium
 .
   [ Balint Reczey ]
   * debian/tests/tests-in-lxd: Work around snapd.seeded.service hanging
     File: debian/tests/tests-in-lxd
     https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=04a3342ff533b234ccb1a1020f6d854ab0acd053
 .
   [ Dimitri John Ledkov ]
   * ubuntu: enable CET on amd64.
     File: debian/rules
     https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=cc42a377e7e8c372124bcf43d9f4fb9c169f4292
 .
   [ Dan Streetman ]
   * Lock swap blockdevice while calling mkswap (LP: #1838329)
     Files:
     - debian/patches/lp1838329/0001-blockdev-propagate-one-more-unexpected-error.patch
     - debian/patches/lp1838329/0003-dissect-use-log_debug_errno-where-appropriate.patch
     - debian/patches/lp1838329/0004-blockdev-add-helper-for-locking-whole-block-device.patch
     - debian/patches/lp1838329/0005-makefs-lock-device-while-we-operate.patch
     - debian/patches/lp1838329/0006-makefs-normalize-logging-a-bit.patch
     - debian/patches/lp1838329/0007-cryptsetup-generator-use-systemd-makefs-for-implemen.patch
     https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=652a148cf1d3ecfa93cfee288c152c90caee3ac6
 .
 systemd (245.6-2ubuntu1) groovy; urgency=medium
 .
   * Merge to Ubuntu from Debian unstable
     - Dropped changes:
       * dhclient-exit-hooks.d/timesyncd: Act only when systemd-timesyncd is enabled
   * hwdb: Mask rfkill event from intel-hid on HP platforms (LP: #1883846)
     File: debian/patches/hwdb-Mask-rfkill-event-from-intel-hid-on-HP-platforms.patch
     https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=c705323d61b9cd4e36ceb92e236cd6e9ba4c1b1a
   * debian/tests/tests-in-lxd: Show debugging info about reason of skipping test
     File: debian/tests/tests-in-lxd
     https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=1c835ca2d4f6d09977525d781d224a87ba7cde24
   * debian/tests/tests-in-lxd: Drop workaround removing fstab from the container
     (LP: #1886430)
     File: debian/tests/tests-in-lxd
     https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=f13213af98fa4c27c5f7e58c511b9691bb56065a
 .
 systemd (245.6-2) unstable; urgency=medium
 .
   [ Dan Streetman ]
   * 40-vm-hotadd.rules: check offline before onlining memory/cpus.
     The kernel will return EINVAL if the memory or cpu is already online,
     which is harmless, but adds a confusing error to the log. Avoid the error
     message by only onlining if the memory or cpu is currently offline.
     (LP: #1876018)
 .
   [ Michael Biebl ]
   * d/t/boot-and-services: use canonical name for NetworkManager service
   * Fix build with libmicrohttpd 0.9.71.
     The return type of callbacks was changed from int to an enum.
 .
   [ Youfu Zhang ]
   * fsckd: avoid useless CR displayed on console (LP: #1692353)
 .
   [ Balint Reczey ]
   * dhclient-exit-hooks.d/timesyncd: Act only when systemd-timesyncd is available.
     Otherwise the hook script might trigger an error if the
     systemd-timesyncd package is uninstalled but not purged. (LP: #1873031)
Checksums-Sha1:
 614690329c3f9d983ff9fd5e4b5c853aa68cd4f3 5284 systemd_245.6-3ubuntu1.dsc
 397a864ec43bdb9054df01987357444529a99518 9022866 systemd_245.6.orig.tar.gz
 6dd52c4b4261abea2b14a47299f944510d236d9d 214240 systemd_245.6-3ubuntu1.debian.tar.xz
 a9e86b0451dc2a5c5f758d0cbdc63ae4fba1731b 12110 systemd_245.6-3ubuntu1_source.buildinfo
Checksums-Sha256:
 f81f7d86126646b9b768bb5111749cd3e1f52b190413ac0bee42ae5c0dff04e2 5284 systemd_245.6-3ubuntu1.dsc
 f58424fd2d105503f836ff7d099d762901fb40347de993fce7373d65ff640f5b 9022866 systemd_245.6.orig.tar.gz
 db72031fc4037550468e6661ee74491f056b8897199aeb9eb8a2fc9d81f6bf94 214240 systemd_245.6-3ubuntu1.debian.tar.xz
 f05b8bc60e4d3e01f4d3a5cca5667d52291ba962b3c5a52e3d53600b8c046e29 12110 systemd_245.6-3ubuntu1_source.buildinfo
Files:
 9df62d6f260ac92d2bae6b2a3e49a432 5284 admin optional systemd_245.6-3ubuntu1.dsc
 1eb3ca8f77978cc52dea6293467211a8 9022866 admin optional systemd_245.6.orig.tar.gz
 1bf068a49924e98dc088c7f0e950771d 214240 admin optional systemd_245.6-3ubuntu1.debian.tar.xz
 f33e71614073cc6bc3fc173f544c908f 12110 admin optional systemd_245.6-3ubuntu1_source.buildinfo
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>

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

iQIzBAEBCgAdFiEEI/PvTgXX55rLQUfDg6KBkWslS0UFAl8PGckACgkQg6KBkWsl
S0XNxw//b8d7MSR8GxJ5GAoemOHw6Jbb51mu9VdoJJiGiiPJ9KsuSF+0WpYxsPxT
kILs0yAkoR7ztwpeKRrw1E+Q66NLdlSi9fxVv2oDhaPuiZDIUfRThJcVbVujdaEE
WXm+lR6HH02I5z+GGoMIjv+zJ29zGBA2Ni6lwdaxPeCHGW8xmpuUzhxYbNDBxRvS
7levci8kgdy4GyjXc8nEfxpQ5oasUOyipbpRNNHgPJKNg+YRCmyuNlC8Sng+jLEf
xXatZANUtVrbzKmoWw4FTDL1qqqU65vrnYx6JuPloz7UVoGnJpHTp21TKOJGxE7z
hcRBg2Z2hZvxEaBsiwq0CloVhZZh3Ss75JlNnyzdr52Cn4lnpMv+j1ZyxzfFsq/6
cztFTuym5EMaiHrYJzPXx6PcXrObaSdKTIr1oXhfVwZjF1O/J2dHOrSWKjNJFLtS
J4cd5QHkz0Ii0I418XTkpJ2XWJh1ddCZSwAtDFfKEzZPsMSSm1bVmz6x1Mzcc9St
BXuYRZ4biU4Fh5mY8qrC7k8F87UJhPdQXqEipLwZjV/qMHguxwM2eN56GT+LvLpC
0egYwmfUF2na+vT1fDgNmRv1rjiYJLlxQeG1f/kHNZxtfMYBy0mUoZBCFORwNf2f
ajCQXGP4KQvdYmSeIwiybWzPPLrN4MKHC3GdBCSJRn6QpFg/2jM=
=fJ4p
-----END PGP SIGNATURE-----


More information about the Groovy-changes mailing list