From 1a83c88326a62472877d5c0e10a9a66cbaa94752 Mon Sep 17 00:00:00 2001 From: licunlong Date: Fri, 31 Dec 2021 09:58:25 +0800 Subject: [PATCH] Fix testcase: test-copy, and test-os-util --- systemd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 65945d6..6f7a73e 100644 --- a/systemd.spec +++ b/systemd.spec @@ -16,7 +16,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 243 -Release: 50 +Release: 51 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -1529,6 +1529,9 @@ fi %exclude /usr/share/man/man3/* %changelog +* Fri Dec 31 2021 licunlong - 243-51 +- Fix testcase: test-copy, and test-os-util. + * Fri Dec 3 2021 yangmingtai - 243-50 - re-check new epoll events when a child event is queued -- Gitee