From 43bfcc6567b862e9d32367451aebf7edb9cbfe9b Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Thu, 17 Sep 2020 14:21:32 +0800 Subject: [PATCH] Add %{epoch} to Requires of devhelp-devel, to resolve installing problem --- devhelp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devhelp.spec b/devhelp.spec index 5679228..5f2bd34 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -1,7 +1,7 @@ Name: devhelp Epoch: 1 Version: 3.30.1 -Release: 3 +Release: 4 Summary: GTK API documentation browser License: GPLv2+ @@ -19,7 +19,7 @@ A browser to show API documentation generated by gtk-doc. %package devel Summary: Include development library when using devhelp -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} %description devel Development packages contains header files and library that can be used for embedding devhelp into other applications. @@ -73,6 +73,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/gedit/plugins/__pycache__ %{_mandir}/man1/devhelp.1* %changelog +* Thu Sep 17 2020 chengzihan - 1:3.30.1-4 +- Add %{epoch} to Requires of devhelp-devel, to resolve installing problem. + * Tue Dec 31 2019 yanzhihua - 1:3.30.1-3 - Modify spec