From 192e66f6170646181fd3a697423573f14fb49b07 Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Thu, 12 Nov 2020 10:11:07 +0800 Subject: [PATCH] add help for Recommends (cherry picked from commit d007c7f015d4a7af01ca8c37d8ef41f9d733a38d) --- lockdev.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lockdev.spec b/lockdev.spec index d587d44..21a9731 100644 --- a/lockdev.spec +++ b/lockdev.spec @@ -3,7 +3,7 @@ Name: lockdev Version: 1.0.4 -Release: 0.31 +Release: 0.32 Summary: A library for locking devices License: LGPLv2 URL: https://alioth.debian.org/projects/lockdev/ @@ -13,6 +13,7 @@ Source0: lockdev-%{version}.20111007git.tar.gz Patch0: 0000-lockdev-euidaccess.patch Patch1: 0001-major-and-minor-functions-moved-to-sysmacros.h.patch +Recommends: %{name}-help = %{version}-%{release} Requires: shadow-utils glibc systemd BuildRequires: autoconf automake libtool perl-interpreter systemd perl(ExtUtils::MakeMaker) @@ -90,6 +91,9 @@ fi %{_mandir}/man8/* %changelog +* Thu Nov 12 2020 xinghe - 1.0.4-0.32 +- add help for Recommends + * Tue Oct 29 2019 mengxian - 1.0.4-0.31 - Type:NA - ID:NA