From 8702625eec6d0e1b96a490e4dcd9d5b3470480ef Mon Sep 17 00:00:00 2001 From: fr4nk2 Date: Mon, 20 Mar 2023 14:30:12 +0800 Subject: [PATCH] Rename man file from systool.1.gz to systool.1.zst --- sysfsutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sysfsutils.spec b/sysfsutils.spec index cbd6e0b..2c3f91f 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global so_major_version 2 %global so_minor_version 0 @@ -67,7 +67,7 @@ find %{buildroot} -type f -name "*.la" -delete %license COPYING cmd/GPL %doc CREDITS docs/libsysfs.txt %{_bindir}/systool -%{_mandir}/man1/systool.1.gz +%{_mandir}/man1/systool.1.zst %{abidir}/systool-option.list %files doc @@ -89,6 +89,9 @@ find %{buildroot} -type f -name "*.la" -delete %changelog +* Mon Mar 20 2023 Guyu Wang - 2.1.1-4 +- Rename man file from systool.1.gz to systool.1.zst + * Thu Oct 20 2022 mgb01105731 - 2.1.1-3 - optimise spec file -- Gitee