From 4cd6c9924e24f74ca4ef705f053fac9285f58708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Tue, 17 Dec 2024 14:52:09 +0800 Subject: [PATCH] include all patches in the source --- userspace-rcu.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/userspace-rcu.spec b/userspace-rcu.spec index 90afa9c..7786e5e 100644 --- a/userspace-rcu.spec +++ b/userspace-rcu.spec @@ -1,15 +1,13 @@ Name: userspace-rcu Version: 0.13.0 -Release: 5 +Release: 6 Summary: Userspace read-copy-update library License: LGPLv2+ URL: http://liburcu.org Source0: http://lttng.org/files/urcu/%{name}-%{version}.tar.bz2 Patch1: userspace-rcu-0.13.0-sw.patch -%ifarch loongarch64 Patch0000: add-loongarch.patch -%endif BuildRequires: pkgconfig perl-Test-Harness autoconf automake libtool %description @@ -27,7 +25,12 @@ Requires: %{name} = %{version}-%{release} Development files for %{name} %prep -%autosetup -n %{name}-%{version} -p1 +%setup -n %{name}-%{version} +%patch -P 1 -p1 + +%ifarch loongarch64 +%patch -P 0000 -p1 +%endif %build autoreconf -vif @@ -69,6 +72,9 @@ make check %changelog +* Tue Dec 17 2024 shenzhongwei - 0.13.0-6 +- include all patches in the source + * Mon Nov 14 2022 huajingyun - 0.13.0-5 - Add support loongarch -- Gitee