From 53572d9fb12ee33387d20d66c476d53065ade884 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Mon, 19 Aug 2024 11:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E2=80=9Cpackage=5Fhelp=E2=80=9D?= =?UTF-8?q?=E5=AE=8F=E6=9B=BF=E6=8D=A2help=E5=AD=90=E5=8C=85=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mtx.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mtx.spec b/mtx.spec index b883101..7aa69ea 100644 --- a/mtx.spec +++ b/mtx.spec @@ -1,6 +1,6 @@ Name: mtx Version: 1.3.12 -Release: 21 +Release: 22 Summary: generic magtape exerciser License: GPLv2 URL: http://mtx.sourceforge.net/ @@ -13,13 +13,9 @@ mtx is a native linux media changer tool, it controls SCSI media changer devices The mtx command controls single or multi-drive SCSI media changers such as tape changers, autoloaders, tape libraries, or optical media jukeboxes -%package help -Summary: This package contains help documents +%package_help Requires: %{name} = %{version}-%{release} -%description help -Files for help with mtx. - %prep %autosetup -n %{name}-%{version} -p1 chmod a-x contrib/config_sgen_solaris.sh contrib/mtx-changer @@ -41,6 +37,9 @@ chmod a-x contrib/config_sgen_solaris.sh contrib/mtx-changer %{_mandir}/man1/* %changelog +* Mon Aug 19 2024 Pan Zhang - 1.3.12-22 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Nov 26 2019 gulining - 1.3.12-21 - change patch level -- Gitee