This commit is contained in:
Dennis Gilmore 2014-06-07 00:39:09 -05:00
parent f7a9e8df5c
commit 1ae7005ada

View File

@ -6,7 +6,7 @@
Name: libtdb
Version: 1.3.0
Release: 2%{?dist}
Release: 3%{?dist}
Group: System Environment/Daemons
Summary: The tdb library
License: LGPLv3+
@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
%postun -n python-tdb -p /sbin/ldconfig
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri May 23 2014 Adam Williamson <awilliam@redhat.com> - 1.3.0-2
- add a missing include to tdb.h (fixes builds against libtdb) (BSO #10625)