From 4d6b947613d99fa33567ee4a1fe58069181f7f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 23 Jul 2021 17:05:52 +0200 Subject: [PATCH] Version 249.2 --- sources | 2 +- systemd.spec | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 48ed297..ab61f73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemd-249.1.tar.gz) = e2c1dd39fc3b9a1a9c2aee4317dc1b2aa66cc47d0275fa4fa8214a9b43e37fd737daf1562db9aa94892128918473bad73cc16a6f0c657498389c3dadb6cf87de +SHA512 (systemd-249.2.tar.gz) = 4f42a0b93156529a464545361436fa98193e12a7e0809315b9fdedbcf33b81dd2037acac27fb0dfefcb2679bc49ebb6da4d152ecb4b15db797c81f7ca4588a11 diff --git a/systemd.spec b/systemd.spec index 8ad60b3..1139190 100644 --- a/systemd.spec +++ b/systemd.spec @@ -30,7 +30,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd %if %{without inplace} -Version: 249.1 +Version: 249.2 Release: 1%{?dist} %else # determine the build information from local checkout @@ -997,8 +997,13 @@ fi %files standalone-sysusers -f .file-list-standalone-sysusers %changelog +* Fri Jul 23 2021 Zbigniew Jędrzejewski-Szmek - 249.2-1 +- Latest bugfix release (a minor hwdb regression bugfix, and correction + to kernel commandline handling when reexecuting PID 1 in a container) + * Fri Jul 23 2021 Michael Catanzaro - 249.2-1 - Build with -Ddefault-dns-over-tls=opportunistic + (https://fedoraproject.org/wiki/Changes/DNS_Over_TLS, #1889901) * Tue Jul 20 2021 Zbigniew Jędrzejewski-Szmek - 249.1-1 - Various minor documentation and correctness fixes.