From 6c9082aba42890bbbdd985eb0ac45e259f646889 Mon Sep 17 00:00:00 2001 From: small_leek Date: Fri, 21 Aug 2020 10:32:15 +0800 Subject: [PATCH] add release for update --- libldb.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libldb.spec b/libldb.spec index 5c3dabf..a0321fb 100644 --- a/libldb.spec +++ b/libldb.spec @@ -6,7 +6,7 @@ Name: libldb Version: 2.0.8 -Release: 2 +Release: 3 Summary: A schema-less, ldap like, API and database Requires: libtalloc%{?_isa} >= %{talloc_version} Requires: libtdb%{?_isa} >= %{tdb_version} @@ -150,6 +150,12 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_* %{_mandir}/man1/ldbsearch.1.* %changelog +* Tue Aug 21 2020 openEuler Buildteam - 2.0.8-3 +- Type:rebuild +- ID:NA +- SUG:NA +- DESC:rebuild for requirement package update + * Fri Mar 20 2020 songnannan - 2.0.8-2 - add gdb in buildrequires -- Gitee