From d67c32953596098ff0518b36e6fbf8b8c40b23ee Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 23 Nov 2011 13:46:21 -0500 Subject: [PATCH] Add explicit mention of the bundled libreplace https://fedorahosted.org/fpc/ticket/120 --- libtevent.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libtevent.spec b/libtevent.spec index 519d8a3..c860bed 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -6,7 +6,7 @@ Name: libtevent Version: 0.9.14 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Daemons Summary: The tevent library License: LGPLv3+ @@ -18,6 +18,8 @@ BuildRequires: libtalloc-devel >= 2.0.7 BuildRequires: python-devel BuildRequires: pytalloc-devel >= 2.0.7 +Provides: bundled(libreplace) + %description Tevent is an event system based on the talloc memory management library. Tevent has support for many event types, including timers, signals, and @@ -48,7 +50,9 @@ Python bindings for libtevent %setup -q -n tevent-%{version} %build -%configure --disable-rpath --bundled-libraries=NONE +%configure --disable-rpath \ + --bundled-libraries=NONE \ + --builtin-libraries=replace make %{?_smp_mflags} V=1 %install @@ -84,6 +88,10 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Wed Nov 23 2011 Stephen Gallagher - 0.9.14-2 +- Add explicit mention of the bundled libreplace +- https://fedorahosted.org/fpc/ticket/120 + * Wed Nov 09 2011 Stephen Gallagher - 0.9.14-1 - New upstream release - Required for building more recent versions of samba4