add systemd to BuildRequires to use _tmpfilesdir macro

This commit is contained in:
panxiaohe 2021-06-04 10:10:22 +08:00
parent 948598689a
commit f2eb5a1684

View File

@ -1,7 +1,7 @@
Name: screen Name: screen
Epoch: 1 Epoch: 1
Version: 4.8.0 Version: 4.8.0
Release: 4 Release: 5
Summary: A full-screen window manager Summary: A full-screen window manager
License: GPLv3+ License: GPLv3+
URL: http://www.gnu.org/software/screen URL: http://www.gnu.org/software/screen
@ -15,6 +15,7 @@ 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: automake autoconf gcc ncurses-devel texinfo
BuildRequires: systemd
Requires: shadow-utils Requires: shadow-utils
Requires(preun): info Requires(preun): info
Requires(post): info Requires(post): info
@ -97,6 +98,9 @@ fi
%{_infodir}/screen.info* %{_infodir}/screen.info*
%changelog %changelog
* Fri Jun 4 2021 panxiaohe <panxiaohe@huawei.com> - 1:4.8.0-5
- add systemd to BuildRequires to use _tmpfilesdir macro
* Wed Mar 31 2021 panxiaohe <panxiaohe@huawei.com> - 1:4.8.0-4 * Wed Mar 31 2021 panxiaohe <panxiaohe@huawei.com> - 1:4.8.0-4
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA