From dc75f35b6c9accf9c49e4977896c3d9f671ad317 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Thu, 27 May 2021 17:36:31 +0800 Subject: [PATCH] Add bc and systemd to BuildRequires --- setup.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.spec b/setup.spec index 0dc3352..2c0b969 100644 --- a/setup.spec +++ b/setup.spec @@ -1,7 +1,7 @@ Summary: A set of system configuration and setup files Name: setup Version: 2.13.7 -Release: 1 +Release: 2 License: Public Domain Group: System Environment/Base URL: https://pagure.io/setup/ @@ -9,6 +9,7 @@ Source0: http://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2 Patch0: support-filesystems-xfs.patch Patch1: source-cshlocal-when-login.patch BuildArch: noarch +BuildRequires: bc systemd BuildRequires: bash tcsh perl-interpreter #require system release for saner dependency order Requires: system-release @@ -116,7 +117,10 @@ end %{_tmpfilesdir}/%{name}.conf %changelog -* Sat Aug 29 2020 zoulin -2.13.7-1 +* Thu May 27 2021 panxiaohe - 2.13.7-2 +- Add bc and systemd to BuildRequires + +* Sat Aug 29 2020 zoulin - 2.13.7-1 - Type:enhancement - ID:NA - SUG:restart -- Gitee