From cee75eb63ea8f7dde9dbcf1a8d29ca29cb37f33c Mon Sep 17 00:00:00 2001 From: wangkaiyuan Date: Mon, 7 Nov 2022 05:43:26 +0000 Subject: [PATCH] Fix doc package installation Signed-off-by: wangkaiyuan --- smartmontools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/smartmontools.spec b/smartmontools.spec index e499e68..ce2aa1a 100644 --- a/smartmontools.spec +++ b/smartmontools.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 Summary: Tools for monitoring SMART capable hard disks Name: smartmontools @@ -42,7 +42,7 @@ failure. %package doc Summary: Documents for %{name} BuildArch: noarch -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} %description doc Doc pages for %{name}. @@ -123,6 +123,9 @@ fi %doc TODO examplescripts smartd.conf %changelog +* Mon Nov 07 2022 wangkaiyuan - 1:7.1-1.0.2 +- Fix doc package installation + * Mon Jul 18 2022 Xiaoping Liu - 1:7.1-1.0.1 - Add doc sub package -- Gitee