Add explicit mention of the bundled libreplace

https://fedorahosted.org/fpc/ticket/120
This commit is contained in:
Stephen Gallagher 2011-11-23 13:15:01 -05:00
parent e5a177549f
commit a49c00f6c9

View File

@ -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@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@redhat.com> - 2.0.7-1
- New upstream release
- Required for new Samba 4 alpha builds