From c6f2762731803cb6108d04459a6e238139c7089a Mon Sep 17 00:00:00 2001 From: duyiwei Date: Tue, 1 Mar 2022 06:09:38 +0000 Subject: [PATCH] =?UTF-8?q?update=20systemd.spec=E2=80=94=E2=80=94change?= =?UTF-8?q?=20%systemd=5Frequires=20to=20%{=3Fsystemd=5Frequires}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 683d1a2bdf7d1fbeeb16364769564b291f1605c8) --- systemd.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/systemd.spec b/systemd.spec index e667da47..da0c87ed 100644 --- a/systemd.spec +++ b/systemd.spec @@ -20,7 +20,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 249 -Release: 8 +Release: 9 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -291,7 +291,7 @@ Systemd PAM module registers the session with systemd-logind. Summary: Systemd tools for portable services License: LGPLv2+ Requires: %{name} = %{version}-%{release} -%systemd_requires +%{?systemd_requires} %description portable Systemd tools to manage portable services. The feature is still @@ -307,7 +307,7 @@ https://systemd.io/PORTABLE_SERVICES Summary: Systemd tools for userdbd services License: LGPLv2+ Requires: %{name} = %{version}-%{release} -%systemd_requires +%{?systemd_requires} %description userdbd systemd-userdbd is a system service that multiplexes user/group lookups to @@ -318,7 +318,7 @@ Most of systemd-userdbd's functionality is accessible through the userdbctl(1) c Summary: Systemd tools for pstore services License: LGPLv2+ Requires: %{name} = %{version}-%{release} -%systemd_requires +%{?systemd_requires} %description pstore systemd-pstore.service is a system service that archives the contents @@ -1699,6 +1699,9 @@ fi %{_unitdir}/systemd-userdbd.socket %changelog +* Tue Mar 1 2022 duyiwei - 249-9 +- change %systemd_requires to %{?systemd_requires} + * Tue Feb 22 2022 xujing - 249-8 - temporarily disable test-seccomp and ensure some features disabled -- Gitee