Skip to content

Commit

Permalink
upgrade version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
happyfish100 committed Dec 28, 2023
1 parent ef7eedc commit 5a2ab20
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions FastCFS-auth.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%define CommitVersion %(echo $COMMIT_VERSION)

Name: FastCFS-auth
Version: 5.0.0
Version: 5.1.0
Release: 1%{?dist}
Summary: the auth client library and config files of FastCFS. FastCFS is a high performance cloud native distributed file system for databases, KVM and K8s
License: AGPL v3.0
Expand All @@ -14,9 +14,9 @@ Source: http://github.com/happyfish100/FastCFS/%{name}-%{version}.tar.gz

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

BuildRequires: libserverframe-devel >= 1.2.0
BuildRequires: libserverframe-devel >= 1.2.1
Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id
Requires: libserverframe >= 1.2.0
Requires: libserverframe >= 1.2.1
Requires: FastCFS-auth-server = %{version}-%{release}
Requires: %{FastCFSAuthClient} = %{version}-%{release}
Requires: %{FastCFSAuthConfig} >= 2.0.0
Expand All @@ -31,7 +31,7 @@ Requires: %{FastCFSAuthClient} = %{version}-%{release}
Summary: header files of FastCFS auth client

%package -n %{FastCFSAuthClient}
Requires: libserverframe >= 1.2.0
Requires: libserverframe >= 1.2.1
Summary: FastCFS auth client

%package -n %{FastCFSAuthConfig}
Expand Down
8 changes: 4 additions & 4 deletions FastCFS-vote.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%define CommitVersion %(echo $COMMIT_VERSION)

Name: FastCFS-vote
Version: 5.0.0
Version: 5.1.0
Release: 1%{?dist}
Summary: the vote client library and config files of FastCFS. FastCFS is a high performance cloud native distributed file system for databases, KVM and K8s
License: AGPL v3.0
Expand All @@ -14,9 +14,9 @@ Source: http://github.com/happyfish100/FastCFS/%{name}-%{version}.tar.gz

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

BuildRequires: libserverframe-devel >= 1.2.0
BuildRequires: libserverframe-devel >= 1.2.1
Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id
Requires: libserverframe >= 1.2.0
Requires: libserverframe >= 1.2.1
Requires: FastCFS-vote-server = %{version}-%{release}
Requires: %{FastCFSVoteClient} = %{version}-%{release}
Requires: %{FastCFSVoteConfig} >= 3.5.0
Expand All @@ -31,7 +31,7 @@ Requires: %{FastCFSVoteClient} = %{version}-%{release}
Summary: header files of FastCFS vote client

%package -n %{FastCFSVoteClient}
Requires: libserverframe >= 1.2.0
Requires: libserverframe >= 1.2.1
Summary: FastCFS vote client

%package -n %{FastCFSVoteConfig}
Expand Down
12 changes: 6 additions & 6 deletions FastCFS.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%define CommitVersion %(echo $COMMIT_VERSION)

Name: FastCFS
Version: 5.0.0
Version: 5.1.0
Release: 1%{?dist}
Summary: a high performance cloud native distributed file system for databases, KVM and K8s
License: AGPL v3.0
Expand All @@ -19,8 +19,8 @@ Source: http://github.com/happyfish100/FastCFS/%{name}-%{version}.tar.gz

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

BuildRequires: fastDIR-devel >= 5.0.0
BuildRequires: faststore-devel >= 5.0.0
BuildRequires: fastDIR-devel >= 5.1.0
BuildRequires: faststore-devel >= 5.1.0
BuildRequires: fuse3-devel >= 3.10.5
Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id
Requires: %{FastCFSFused} = %{version}-%{release}
Expand All @@ -42,8 +42,8 @@ Requires: %{FastCFSAPI} = %{version}-%{release}
Summary: FastCFS utils

%package -n %{FastCFSAPI}
Requires: fastDIR-client >= 5.0.0
Requires: faststore-client >= 5.0.0
Requires: fastDIR-client >= 5.1.0
Requires: faststore-client >= 5.1.0
Summary: FastCFS api library

%package -n %{FastCFSAPITests}
Expand All @@ -56,7 +56,7 @@ Requires: %{FastCFSAPI} = %{version}-%{release}
Summary: header files of FastCFS api library

%package -n %{FastCFSAuthServer}
Requires: fastDIR-client >= 5.0.0
Requires: fastDIR-client >= 5.1.0
Requires: FastCFS-auth-config >= 2.0.0
Summary: FastCFS auth server

Expand Down
2 changes: 1 addition & 1 deletion src/auth/common/auth_global.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#include "auth_global.h"

FCFSAuthGlobalVars g_fcfs_auth_global_vars = {
{5, 0, 0}
{5, 1, 0}
};
2 changes: 1 addition & 1 deletion src/common/fcfs_global.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#include "fcfs_global.h"

FCFSGlobalVars g_fcfs_global_vars = {
{5, 0, 0}
{5, 1, 0}
};
2 changes: 1 addition & 1 deletion src/vote/common/vote_global.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#include "vote_global.h"

FCFSVoteGlobalVars g_fcfs_vote_global_vars = {
{5, 0, 0}
{5, 1, 0}
};

0 comments on commit 5a2ab20

Please sign in to comment.