From 1004df3515f95378b657452fba57e7a531d8235a Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Thu, 3 Nov 2022 18:01:30 +0800 Subject: [PATCH] fix doc package installation Signed-off-by: Bo Ren --- krb5.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/krb5.spec b/krb5.spec index c81173e..f1a0c0c 100644 --- a/krb5.spec +++ b/krb5.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 %global WITH_DIRSRV 1 # Set this so that find-lang.sh will recognize the .po files. @@ -271,7 +271,6 @@ interface is not considered stable. %package doc Summary: Documents for %{name} BuildArch: noarch -Requires: %{name} = %{version}-%{release} %description doc Doc pages for %{name}. @@ -707,6 +706,9 @@ exit 0 %doc README NOTICE %changelog +* Thu Nov 3 2022 Bo Ren - 1.18.2-14.0.2 +- fix doc package installation + * Tue Jul 19 2022 Bo Ren - 1.18.2-14.0.1 - Add doc sub package -- Gitee