From 6ecb3c2f2d748e5d4647a4a789ec436196e55b13 Mon Sep 17 00:00:00 2001 From: zhanghua1831 Date: Wed, 25 Nov 2020 16:55:54 +0800 Subject: [PATCH] Set help package as motif package's install require --- motif.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/motif.spec b/motif.spec index 20a782d..8679b25 100644 --- a/motif.spec +++ b/motif.spec @@ -1,6 +1,6 @@ Name: motif Version: 2.3.4 -Release: 18 +Release: 19 Summary: Run-time libraries and programs License: LGPLv2+ URL: http://www.motifzone.net/ @@ -10,6 +10,7 @@ Source1: xmbind BuildRequires: automake, libtool, autoconf, flex, flex-static, byacc, pkgconfig, libjpeg-devel libpng-devel BuildRequires: libXft-devel libXmu-devel libXp-devel libXt-devel libXext-devel, xorg-x11-xbitmaps, perl-interpreter Requires: xorg-x11-xbitmaps, xorg-x11-xinit +Requires: %{name}-help = %{version}-%{release} Provides: openmotif = %{version}-%{release} Obsoletes: openmotif < %{version} Conflicts: lesstif <= 0.92.32-6 @@ -88,5 +89,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man*/* %changelog +* Sat Nov 07 2020 Ge Wang - 2.3.4-19 +- Set help package as motif package's install require + * Fri Nov 29 2019 openEuler Buildteam - 2.3.4-18 - Package init -- Gitee