From 8d520b37f992c200cbb9e9b4a5ba4209acdaba4a Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Feb 07 2019 18:42:20 +0000 Subject: Fix large memory usage by systemd-journald --- diff --git a/sources b/sources index 692c194..5854cee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemd-e339eae.tar.gz) = 1347c1b888b5ece550ed903989ba15422d12010e83bb9b82112ca3234248e8a0d4ca797d1be8dc696ed8c9de3ac14174939f78b22d1d4a87faffb13674bbf936 +SHA512 (systemd-4dc7dce.tar.gz) = faeb2f575250a87cf33b994ec2480edecb9e7691327f5d51482a64612731946f3d951f5dec75f3bf9cf7eb96eab0602a351cb728426cef80e73e306f10dcc9bd diff --git a/systemd.spec b/systemd.spec index e2fd30e..69f2d2c 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,4 +1,4 @@ -%global commit e339eaeac99642061166374e2246a1732ca49c0e +%global commit 4dc7dce5cb9f61e135c5d5434a2e0ffc21439775 %{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})} %global stable 1 @@ -15,7 +15,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 239 -Release: 9%{?commit:.git%{shortcommit}}%{?dist} +Release: 10%{?commit:.git%{shortcommit}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: System and Service Manager @@ -691,6 +691,10 @@ fi %files tests -f .file-list-tests %changelog +* Thu Feb 7 2019 Zbigniew Jędrzejewski-Szmek - 239-10.git4dc7dce +- Fix large memory usage by systemd-journald (#1665931) +- Some minor fixes to systemd-nspawn, udevadm, documentation and logging + * Fri Jan 25 2019 Adam Williamson - 239-9.gite339eae - Requires(post) openssl-libs to fix live image build machine-id issue See: https://pagure.io/dusty/failed-composes/issue/960