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

Stephen Gallagher sgallagh at fedoraproject.org
Wed Nov 23 18:14:35 UTC 2011


commit a49c00f6c91e3d45ca16176af826b052284d42de
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Nov 23 13:15:01 2011 -0500

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

 libtalloc.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/libtalloc.spec b/libtalloc.spec
index 1890c09..333fe5a 100644
--- a/libtalloc.spec
+++ b/libtalloc.spec
@@ -6,7 +6,7 @@
 
 Name: libtalloc
 Version: 2.0.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Daemons
 Summary: The talloc library
 License: LGPLv3+
@@ -19,6 +19,8 @@ BuildRequires: libxslt
 BuildRequires: docbook-style-xsl
 BuildRequires: python-devel
 
+Provides: bundled(libreplace)
+
 # Patches
 
 %description
@@ -53,7 +55,7 @@ Development libraries for pytalloc
 %setup -q -n talloc-%{version}
 
 %build
-%configure --disable-rpath --bundled-libraries=NONE
+%configure --disable-rpath --bundled-libraries=NONE --builtin-libraries=replace
 make %{?_smp_mflags} V=1
 
 %install
@@ -101,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
 %postun -n pytalloc -p /sbin/ldconfig
 
 %changelog
+* Wed Nov 23 2011 Stephen Gallagher <sgallagh at redhat.com> - 2.0.7-2
+- Add explicit mention of the bundled libreplace
+- https://fedorahosted.org/fpc/ticket/120
+
 * Fri Nov 04 2011 Stephen Gallagher <sgallagh at redhat.com> - 2.0.7-1
 - New upstream release
 - Required for new Samba 4 alpha builds


More information about the scm-commits mailing list