From 0d038748d4d9c9114906a3fbc492315a220bc3a2 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Tue, 20 Aug 2024 16:58:58 +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 46e9507..53dfd2d 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 -- Gitee