diff --git a/sysfsutils.spec b/sysfsutils.spec index cbd6e0b120e07ef2df541ed4d6a339b95c505026..2c3f91f46207744653e33440b600d5c0f67e9e1d 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