diff --git a/file.spec b/file.spec index 003811b66213a66fee4fa73ae823929a1d7d9d72..ba62f31ce74e8e87f9089a3e0f6455766e2734e3 100644 --- a/file.spec +++ b/file.spec @@ -1,6 +1,6 @@ Name: file Version: 5.39 -Release: 8 +Release: 9 Summary: A tool to identify the type of a particular file type License: BSD URL: http://www.darwinsys.com/file/ @@ -39,12 +39,7 @@ Obsoletes: %{name}-static This package contains files needed to develop applications that use file header files and libmagic library -%package help -Summary: Including man files for file -Requires: man - -%description help -This contains man files for the using of file +%package_help %package -n python2-magic Summary: Python 2 bindings for the libmagic API @@ -155,6 +150,9 @@ make check %{python3_sitelib}/__pycache__/* %changelog +* Tue Aug 20 2024 Haofeng Liu 5.39-9 +- Replaced declaration of help subpackage with the 'package_help' macro + * Tue Apr 9 2024 tangyuchen - 5.39-8 - fix a memory leak problem