From 3d36ec25907dda7b5ae409e19b0b5dd89f357202 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 22 Jun 2016 11:41:02 -0400 Subject: [PATCH] Re-add rpath removing --- userspace-rcu.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/userspace-rcu.spec b/userspace-rcu.spec index 6f9b096..ade3520 100644 --- a/userspace-rcu.spec +++ b/userspace-rcu.spec @@ -1,7 +1,7 @@ Name: userspace-rcu Version: 0.9.2 -Release: 1%{?dist} -Summary: RCU (read-copy-update) implementation in user space +Release: 2%{?dist} +Summary: RCU (read-copy-update) implementation in user-space Group: System Environment/Libraries License: LGPLv2+ @@ -9,6 +9,7 @@ URL: http://liburcu.org Source0: http://lttng.org/files/urcu/%{name}-%{version}.tar.bz2 BuildRequires: pkgconfig BuildRequires: perl-Test-Harness +BuildRequires: autoconf automake libtool %description This data synchronization library provides read-side access which scales @@ -32,6 +33,9 @@ developing applications that use %{name}. %build +# Reinitialize libtool with the fedora version to remove Rpath +autoreconf -vif + %configure --disable-static V=1 make %{?_smp_mflags} @@ -63,6 +67,9 @@ make check %changelog +* Wed Jun 22 2016 Michael Jeanson - 0.9.2-2 +- Re-add rpath removing + * Tue Jun 21 2016 Michael Jeanson - 0.9.2-1 - New upstream release - Dropped aarch64 patch merged upstream