From 7c60e880c380cedbdfe94046f938f743259cad61 Mon Sep 17 00:00:00 2001 From: wuzhaomin Date: Mon, 11 Mar 2024 17:37:36 +0800 Subject: [PATCH] Modify the wrong date in the spec file --- rocksdb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rocksdb.spec b/rocksdb.spec index 02c7e60..aa2acb0 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -1,6 +1,6 @@ Name: rocksdb Version: 6.8.1 -Release: 3 +Release: 4 Summary: A Persistent Key-Value Store for Flash and RAM Storage License: GPLv2 and Apache 2.0 License @@ -98,7 +98,10 @@ install -D -m 0644 java/target/%{name}jni-%{version}-linux$(getconf LONG_BIT).ja %{_javadir}/%{name}jni/%{name}jni.jar %changelog -* Thu 01 Jul 2021 sunguoshuai - 6.8.1-3 +* Mon Mar 11 2024 wuzhaomin - 6.8.1-4 +- Modify error date + +* Thu Jul 01 2021 sunguoshuai - 6.8.1-3 - Some jar packs should provides local in case of build error * Thu May 06 2021 herengui - 6.8.1-2 -- Gitee