From 777d78c39a408652aab4d9ed9ad855313f3dc291 Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Thu, 12 Nov 2020 10:33:05 +0800 Subject: [PATCH] add help for Recommends --- lttng-ust.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lttng-ust.spec b/lttng-ust.spec index 4719851..7b1dec3 100644 --- a/lttng-ust.spec +++ b/lttng-ust.spec @@ -1,12 +1,13 @@ Name: lttng-ust Version: 2.10.1 -Release: 7 +Release: 8 Summary: LTTng Userspace Tracer library License: LGPLv2 and GPLv2 and MIT URL: https://lttng.org Source0: https://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2 +Recommends: %{name}-help = %{version}-%{release} BuildRequires: python2 libuuid-devel texinfo autoconf automake libtool BuildRequires: userspace-rcu-devel >= 0.8.0 @@ -58,6 +59,9 @@ make check %{_docdir}/%{name}/* %changelog +* Thu Nov 12 2020 xinghe - 2.10.1-8 +- add help for Recommends + * Fri Aug 21 2020 yuboyun - 2.10.1-7 - Type: bugfix - ID: NA -- Gitee