!43 [sync] PR-42: include all patches in the source package
From: @openeuler-sync-bot Reviewed-by: @SuperSix173 Signed-off-by: @SuperSix173
This commit is contained in:
commit
5978adbd43
@ -1,15 +1,12 @@
|
|||||||
Name: userspace-rcu
|
Name: userspace-rcu
|
||||||
Version: 0.14.0
|
Version: 0.14.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Userspace read-copy-update library
|
Summary: Userspace read-copy-update library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://liburcu.org
|
URL: http://liburcu.org
|
||||||
Source0: http://lttng.org/files/urcu/%{name}-%{version}.tar.bz2
|
Source0: http://lttng.org/files/urcu/%{name}-%{version}.tar.bz2
|
||||||
Patch1 : userspace-rcu-0.13.0-sw.patch
|
Patch0001: userspace-rcu-0.13.0-sw.patch
|
||||||
|
Patch0002: add-loongarch.patch
|
||||||
%ifarch loongarch64
|
|
||||||
Patch0000: add-loongarch.patch
|
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig gcc gcc-c++ autoconf automake make libtool
|
BuildRequires: pkgconfig gcc gcc-c++ autoconf automake make libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -27,7 +24,11 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Development files for %{name}
|
Development files for %{name}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%setup -n %{name}-%{version}
|
||||||
|
%patch -P0001 -p1
|
||||||
|
%ifarch loonarch64
|
||||||
|
%patch -P0002 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
@ -69,6 +70,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 19 2024 wangxiao <wangxiao184@h-partners.com> - 0.14.0-2
|
||||||
|
- include all patches in the source package
|
||||||
|
|
||||||
* Wed Jan 24 2024 liuchao <liuchao173@huawei.com> - 0.14.0-1
|
* Wed Jan 24 2024 liuchao <liuchao173@huawei.com> - 0.14.0-1
|
||||||
- upgrade to 0.14.0:
|
- upgrade to 0.14.0:
|
||||||
- Fix: urcu-bp: only teardown call-rcu worker in destructor
|
- Fix: urcu-bp: only teardown call-rcu worker in destructor
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user