From 7f30c171008e7dc589b6654427ab5ca68da984fd Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 27 Mar 2023 15:43:32 +0800 Subject: [PATCH] Del Specific Fields --- libldb.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libldb.spec b/libldb.spec index 711fd26..15024e2 100644 --- a/libldb.spec +++ b/libldb.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %ifarch aarch64 x86_64 %bcond_without lmdb %else @@ -111,7 +111,6 @@ Development files for the Python bindings for the LDB library %autosetup -n ldb-%{version} -p1 %build -# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1217376 export python_LDFLAGS="" %configure --disable-rpath \ @@ -223,6 +222,9 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_* %endif %changelog +* Mon Mar 27 2023 mgb01105731 - 2.7.1-2 +- Del Specific Fields + * Wed Mar 8 2023 Funda Wang - 2.7.1-1 - New version 2.7.1 -- Gitee