From 2d19531a2d7c0e14902c94823827744cb8baab7a Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Thu, 12 Nov 2020 09:08:33 +0800 Subject: [PATCH] add help for Recommends (cherry picked from commit eba170730b1d6f925d8b2822669b5f47a43e7f8b) --- libinput.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libinput.spec b/libinput.spec index 32bc8c8..0d75995 100644 --- a/libinput.spec +++ b/libinput.spec @@ -3,12 +3,13 @@ # Name: libinput Version: 1.15.6 -Release: 1 +Release: 2 Summary: Input device management and event handling library License: MIT URL: https://www.freedesktop.org/wiki/Software/libinput/ Source0: https://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz +Recommends: %{name}-help = %{version}-%{release} BuildRequires: git-core gcc gcc-c++ python3-devel meson pkgconfig(libudev) pkgconfig(mtdev) pkgconfig(libevdev) pkgconfig(libwacom) %description @@ -87,6 +88,9 @@ pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3') %{_mandir}/man1/* %changelog +* Thu Nov 12 2020 xinghe - 1.15.6-2 +- add help for Recommends + * Sat Aug 15 2020 xinghe - 1.15.6-1 - update version to 1.15.6 -- Gitee