New upstream release 1.1.9
- Required for Samba 4 Beta 5 - Ensure rename target does not exist before deleting old record - Add parameter to avoid NULL format string flagged by -Werror=format
This commit is contained in:
parent
b92c441e53
commit
e9fffdd25a
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/ldb-1.1.4.tar.gz
|
/ldb-1.1.4.tar.gz
|
||||||
/ldb-1.1.6.tar.gz
|
/ldb-1.1.6.tar.gz
|
||||||
/ldb-1.1.8.tar.gz
|
/ldb-1.1.8.tar.gz
|
||||||
|
/ldb-1.1.9.tar.gz
|
||||||
|
12
libldb.spec
12
libldb.spec
@ -8,8 +8,8 @@
|
|||||||
%define tevent_version 0.9.15
|
%define tevent_version 0.9.15
|
||||||
|
|
||||||
Name: libldb
|
Name: libldb
|
||||||
Version: 1.1.8
|
Version: 1.1.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: A schema-less, ldap like, API and database
|
Summary: A schema-less, ldap like, API and database
|
||||||
Requires: libtalloc >= %{talloc_version}
|
Requires: libtalloc >= %{talloc_version}
|
||||||
@ -113,7 +113,7 @@ find $RPM_BUILD_ROOT -name "*.so*" -exec chmod -c +x {} \;
|
|||||||
# Install API docs
|
# Install API docs
|
||||||
cp -a apidocs/man/* $RPM_BUILD_ROOT/%{_mandir}
|
cp -a apidocs/man/* $RPM_BUILD_ROOT/%{_mandir}
|
||||||
|
|
||||||
# LDB 1.1.8 bug: remove manpage named after full
|
# LDB 1.1.8+ bug: remove manpage named after full
|
||||||
# file path
|
# file path
|
||||||
rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
||||||
|
|
||||||
@ -177,6 +177,12 @@ rm -rf %{buildroot}
|
|||||||
%postun -n pyldb -p /sbin/ldconfig
|
%postun -n pyldb -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 02 2012 Stephen Gallagher <sgallagh@redhat.com> - 1.1.9-1
|
||||||
|
- New upstream release 1.1.9
|
||||||
|
- Required for Samba 4 Beta 5
|
||||||
|
- Ensure rename target does not exist before deleting old record
|
||||||
|
- Add parameter to avoid NULL format string flagged by -Werror=format
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user