From 57b2b74b5c3eebcdc514f7b0c400797b72dc96a0 Mon Sep 17 00:00:00 2001 From: wangqia Date: Thu, 11 May 2023 10:29:53 +0800 Subject: [PATCH 1/3] fix noarch package built differently on different architectures --- libpfm.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libpfm.spec b/libpfm.spec index a8aecd3..99f77f4 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -3,7 +3,7 @@ Name: libpfm Version: 4.10.1 -Release: 9 +Release: 10 Summary: A user library help setup performance events for use with the perf_events Linux kernel interface. License: MIT URL: http://perfmon2.sourceforge.net/ @@ -35,7 +35,10 @@ Summary: Python bindings for libpfm %description -n python3-libpfm Python bindings for libpfm4 used for perf_events -%package_help +%package help +Summary: Python bindings for help +%description help +Python bindings for libpfm4 used for help %prep %autosetup -p1 @@ -69,6 +72,9 @@ make PREFIX=$RPM_BUILD_ROOT%{_prefix} LIBDIR=$RPM_BUILD_ROOT%{_libdir} \ %changelog +* Thu May 11 2023 wangqia - 4.10.1-10 +- fix noarch package built differently on different architectures + * Thu Nov 12 2020 xinghe - 4.10.1-9 - add help for Recommends -- Gitee From 2a1bda769cdf73e6d6ddfefa1f5cacbb6a87eec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=90=AA?= Date: Tue, 16 May 2023 07:31:17 +0000 Subject: [PATCH 2/3] update libpfm.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王琪 --- libpfm.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libpfm.spec b/libpfm.spec index 99f77f4..5f55eeb 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -36,9 +36,10 @@ Summary: Python bindings for libpfm Python bindings for libpfm4 used for perf_events %package help -Summary: Python bindings for help +Summary: Documents for %{name} + %description help -Python bindings for libpfm4 used for help +Man pages and other related documents for %{name}. %prep %autosetup -p1 -- Gitee From c500b6798fd30a4d00e5947ddae679a900df0554 Mon Sep 17 00:00:00 2001 From: wangqia Date: Tue, 16 May 2023 15:38:05 +0800 Subject: [PATCH 3/3] fix noarch package built differently on different architectures --- libpfm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpfm.spec b/libpfm.spec index 5f55eeb..a3082a5 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -73,7 +73,7 @@ make PREFIX=$RPM_BUILD_ROOT%{_prefix} LIBDIR=$RPM_BUILD_ROOT%{_libdir} \ %changelog -* Thu May 11 2023 wangqia - 4.10.1-10 +* Tue May 16 2023 wangqia - 4.10.1-10 - fix noarch package built differently on different architectures * Thu Nov 12 2020 xinghe - 4.10.1-9 -- Gitee