From d066629ed6ee8f10760b2c4d92f8001c77cd8103 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Tue, 20 Aug 2024 17:04:59 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- libtar.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libtar.spec b/libtar.spec index 5020855..c82cee9 100644 --- a/libtar.spec +++ b/libtar.spec @@ -1,6 +1,6 @@ Name: libtar Version: 1.2.20 -Release: 22 +Release: 23 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-23 +- Add 'Buildarch: noarch' to the help subpackage + * Thu Nov 24 2022 shixuantong - 1.2.20-22 - fix memory leak and use-after-free bugs of struct TAR *t -- Gitee