[libtevent] Add explicit mention of the bundled libreplace https://fedorahosted.org/fpc/ticket/120

Stephen Gallagher sgallagh at fedoraproject.org
Wed Nov 23 18:45:56 UTC 2011


commit d67c32953596098ff0518b36e6fbf8b8c40b23ee
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Nov 23 13:46:21 2011 -0500

    Add explicit mention of the bundled libreplace
    https://fedorahosted.org/fpc/ticket/120

 libtevent.spec |   12 ++++++++++--
 1 files 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 <sgallagh at redhat.com> - 0.9.14-2
+- Add explicit mention of the bundled libreplace
+- https://fedorahosted.org/fpc/ticket/120
+
 * Wed Nov 09 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.9.14-1
 - New upstream release
 - Required for building more recent versions of samba4


More information about the scm-commits mailing list