diff --git a/sources b/sources index fdb267d..6cae045 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemd-b67ecf2.tar.gz) = dd56dacdef54b085b5074e89ae9220d68c0e7ccc3c89d3edca93a6b3edf17f681b470957a3fc2050b9d8161801ff8bf7421b2efc69d9af9188b31aac523444f7 +SHA512 (systemd-511646b.tar.gz) = 3cc8ab1d30670a210a9186d6b5e6cc9c847544a6e24fd5fe5dd429f87f852fda978e2d338e795c67f07451eed324d62aa1383b833926872a4ca7fa02a0dd8c3c diff --git a/systemd.spec b/systemd.spec index f9ccc00..0928687 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,4 +1,4 @@ -%global commit b67ecf218e00b48e965db3417eb25698818e712c +%global commit 511646b8ac5c82f210b16920044465756913d238 %{?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: 241 -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 @@ -703,6 +703,9 @@ fi %files tests -f .file-list-tests %changelog +* Fri Aug 2 2019 Zbigniew Jędrzejewski-Szmek - 241-10.git511646b +- Fix systemd-networkd incompatibility with kernel >= 5.2 (#1718192) + * Sat Jul 20 2019 Zbigniew Jędrzejewski-Szmek - 241-9.gitb67ecf2 - Stop re-enabling systemd units on upgrade (#1706629) - Ignore bad rdrand output on AMD CPUs (#1729268)