From f2eb5a168400a51774289f5eac09c09578192cab Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Fri, 4 Jun 2021 10:10:22 +0800 Subject: [PATCH] add systemd to BuildRequires to use _tmpfilesdir macro --- screen.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/screen.spec b/screen.spec index 9508cf9..5a49b43 100644 --- a/screen.spec +++ b/screen.spec @@ -1,7 +1,7 @@ Name: screen Epoch: 1 Version: 4.8.0 -Release: 4 +Release: 5 Summary: A full-screen window manager License: GPLv3+ URL: http://www.gnu.org/software/screen @@ -12,9 +12,10 @@ Patch1: screen-4.3.1-screenrc.patch Patch2: screen-E3.patch Patch3: screen-4.3.1-suppress_remap.patch Patch4: screen-4.3.1-crypt.patch -Patch5: backport-CVE-2021-26937.patch +Patch5: backport-CVE-2021-26937.patch BuildRequires: automake autoconf gcc ncurses-devel texinfo +BuildRequires: systemd Requires: shadow-utils Requires(preun): info Requires(post): info @@ -97,13 +98,16 @@ fi %{_infodir}/screen.info* %changelog -* Wed Mar 31 2021 panxiaohe - 1:4.8.0-4 +* Fri Jun 4 2021 panxiaohe - 1:4.8.0-5 +- add systemd to BuildRequires to use _tmpfilesdir macro + +* Wed Mar 31 2021 panxiaohe - 1:4.8.0-4 - Type:bugfix - ID:NA - SUG:NA - DESC:fix wrong changelog -* Fri Feb 26 2021 lirui - 1:4.8.0-3 +* Fri Feb 26 2021 lirui - 1:4.8.0-3 - Type:bugfix - ID:NA - SUG:NA -- Gitee