From 90fccd0c43452043e2e41b7fe800969918d992f9 Mon Sep 17 00:00:00 2001 From: liuxiaoping Date: Mon, 7 Nov 2022 13:48:15 +0800 Subject: [PATCH] fix doc package installation --- smartmontools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/smartmontools.spec b/smartmontools.spec index e499e68..3677f13 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 7 2022 Xiaoping Liu - 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