From 2651d87a99ce4900b2ee4238299bd6b477540e96 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Fri, 6 Nov 2020 14:40:21 +0800 Subject: [PATCH] set help package as ltrace package's install require --- ltrace.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ltrace.spec b/ltrace.spec index 07178bb..072498f 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,6 +1,6 @@ name: ltrace Version: 0.7.91 -Release: 30 +Release: 31 Summary: Trace the Library and System Calls a Program Makes License: GPLv2+ @@ -30,6 +30,7 @@ Patch9001: bugfix-0001-ltrace-byteswap-instruction-in-arm-be8-mode.patch Patch9002: bugfix-for-use-after-free-about-soname.patch BuildRequires: elfutils-devel dejagnu libselinux-devel autoconf automake libtool +Requires: %{name}-help = %{version}-%{release} %description Ltrace is a program that runs the specified command until it exits. It @@ -73,6 +74,9 @@ autoreconf -i %{_mandir}/man5/ltrace.conf.5* %changelog +* Fri Nov 06 2020 Ge Wang - 0.7.91-31 +- Set help packge as ltrace package's install require + * Tue Aug 18 2020 senlin - 0.7.91-30 - add release for update -- Gitee