From a49c00f6c91e3d45ca16176af826b052284d42de Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 23 Nov 2011 13:15:01 -0500 Subject: [PATCH] Add explicit mention of the bundled libreplace https://fedorahosted.org/fpc/ticket/120 --- libtalloc.spec | 10 ++++++++-- 1 file 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 - 2.0.7-2 +- Add explicit mention of the bundled libreplace +- https://fedorahosted.org/fpc/ticket/120 + * Fri Nov 04 2011 Stephen Gallagher - 2.0.7-1 - New upstream release - Required for new Samba 4 alpha builds