diff --git a/libtar.spec b/libtar.spec index 46e9507b579839075ee5f27dcf24d9cedaf1ac30..e4aa238772db44b0f40e18c8404f385b53cb335b 100644 --- a/libtar.spec +++ b/libtar.spec @@ -1,6 +1,6 @@ Name: libtar Version: 1.2.20 -Release: 25 +Release: 26 Summary: Library for manipulating tar files from within C programs. License: BSD URL: http://repo.or.cz/libtar.git @@ -30,11 +30,7 @@ Requires: %{name} = %{version}-%{release} %description devel Libraries and header files of %{name} are all in the %{name}-devel package. -%package help -Summary: Help manual for %{name} - -%description help -The %{name}-help package conatins man manual etc +%package_help %prep %autosetup -n %{name}-v%{version} -p1 @@ -74,6 +70,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Mon Aug 19 2024 dongzhenshu - 1.2.20-25 +- Replaced declaration of help subpackage with the 'package_help' macro + * Thu Nov 24 2022 shixuantong - 1.2.20-25 - fix memory leak and use-after-free bugs of struct TAR *t