diff --git a/userspace-rcu.changes b/userspace-rcu.changes index 6b2a021..e828ad9 100644 --- a/userspace-rcu.changes +++ b/userspace-rcu.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 23 11:08:07 UTC 2012 - jengelh@inai.de + +- Exclusively ship shared library +- Strip redundant tags/sections from specfile + ------------------------------------------------------------------- Thu Mar 29 10:59:43 CET 2012 - pascal.bleser@opensuse.org diff --git a/userspace-rcu.spec b/userspace-rcu.spec index ca5912f..0e4603f 100644 --- a/userspace-rcu.spec +++ b/userspace-rcu.spec @@ -59,16 +59,13 @@ accesses to detect grace periods after which memory reclamation is possible. %setup -q %build -%configure --disable-silent-rules +%configure --disable-silent-rules --disable-static %__make %{?_smp_mflags} %install %makeinstall -%__rm "%{buildroot}%{_libdir}"/*.{a,la} - -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} +rm "%buildroot/%_libdir"/*.la %post -n liburcu%{soname} -p /sbin/ldconfig %postun -n liburcu%{soname} -p /sbin/ldconfig