Skip to content

Commit

Permalink
upgrade version to V5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
happyfish100 committed Mar 11, 2024
1 parent bbb9b87 commit a89e3e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions fastDIR.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%define CommitVersion %(echo $COMMIT_VERSION)

Name: fastDIR
Version: 5.2.0
Version: 5.3.0
Release: 1%{?dist}
Summary: high performance distributed directory service
License: AGPL v3.0
Expand All @@ -15,7 +15,7 @@ Source: http://github.com/happyfish100/fastDIR/%{name}-%{version}.tar.gz

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: libserverframe-devel >= 1.2.2
BuildRequires: libserverframe-devel >= 1.2.3
BuildRequires: FastCFS-vote-devel >= 5.0.0
BuildRequires: FastCFS-auth-devel >= 5.0.0
Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id
Expand All @@ -27,9 +27,9 @@ high performance distributed directory service
commit version: %{CommitVersion}

%package -n %{FastDIRServer}
Requires: libserverframe >= 1.2.2
Requires: libfastrdma >= 1.0.1
Requires: libfdirstorage >= 1.1.6
Requires: libserverframe >= 1.2.3
Requires: libfastrdma >= 1.0.2
Requires: libfdirstorage >= 1.1.7
Requires: FastCFS-auth-client >= 5.0.0
Requires: FastCFS-vote-client >= 5.0.0
Requires: FastCFS-auth-config >= 2.0.0
Expand All @@ -38,8 +38,8 @@ Requires: %{FastDIRConfig} >= 1.0.0
Summary: FastDIR server

%package -n %{FastDIRClient}
Requires: libserverframe >= 1.2.2
Requires: libfastrdma >= 1.0.1
Requires: libserverframe >= 1.2.3
Requires: libfastrdma >= 1.0.2
Requires: FastCFS-auth-client >= 5.0.0
Requires: FastCFS-auth-config >= 2.0.0
Requires: %{FastDIRConfig} >= 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/common/fdir_global.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#include "fdir_global.h"

FDIRGlobalVars g_fdir_global_vars = {
{5, 2, 0}
{5, 3, 0}
};

0 comments on commit a89e3e4

Please sign in to comment.