From 0d02ffdfb40eef91a740037da40a4dfb0276bf8a Mon Sep 17 00:00:00 2001 From: znzjugod Date: Thu, 13 Apr 2023 06:45:19 +0000 Subject: [PATCH 1/2] update mcelog.spec. Signed-off-by: znzjugod --- mcelog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcelog.spec b/mcelog.spec index c8b26a8..6b43c92 100644 --- a/mcelog.spec +++ b/mcelog.spec @@ -15,7 +15,7 @@ Source1: mce-inject-%{mce_inject_ver}.tar.bz2 Source2: aer-inject-%{aer_inject_ver}.tar.bz2 Source3: mcelog.conf ExclusiveArch: i686 x86_64 -BuildRequires: bison flex systemd gcc psmisc +BuildRequires: bison flex systemd gcc Requires(post): systemd Requires(preun): systemd Requires(postun): systemd -- Gitee From ee427f2e98ec32796787241d618af91872a0f079 Mon Sep 17 00:00:00 2001 From: znzjugod Date: Thu, 13 Apr 2023 07:07:18 +0000 Subject: [PATCH 2/2] update mcelog.spec. Signed-off-by: znzjugod --- mcelog.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcelog.spec b/mcelog.spec index 6b43c92..28f8b5d 100644 --- a/mcelog.spec +++ b/mcelog.spec @@ -5,7 +5,7 @@ Name: mcelog Version: 179 -Release: 4 +Release: 5 Epoch: 3 Summary: Linux kernel machine check handling middleware License: GPLv2 @@ -15,7 +15,7 @@ Source1: mce-inject-%{mce_inject_ver}.tar.bz2 Source2: aer-inject-%{aer_inject_ver}.tar.bz2 Source3: mcelog.conf ExclusiveArch: i686 x86_64 -BuildRequires: bison flex systemd gcc +BuildRequires: bison flex systemd gcc psmisc Requires(post): systemd Requires(preun): systemd Requires(postun): systemd -- Gitee