diff --git a/libtar.spec b/libtar.spec index 46e9507b579839075ee5f27dcf24d9cedaf1ac30..53dfd2de012fd138275b36e6f569b33a567867fa 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 @@ -32,6 +32,7 @@ Libraries and header files of %{name} are all in the %{name}-devel package. %package help Summary: Help manual for %{name} +Buildarch: noarch %description help The %{name}-help package conatins man manual etc @@ -74,6 +75,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/*.3* %changelog +* Tue Aug 20 2024 dongzhenshu - 1.2.20-26 +- Add 'Buildarch: noarch' to the help subpackage + * Thu Nov 24 2022 shixuantong - 1.2.20-25 - fix memory leak and use-after-free bugs of struct TAR *t