diff --git a/README.md b/README.md index b7ccc5d..e71964d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -network service framework library extract from FastDFS +this network service framework library extract from FastDFS diff --git a/libserverframe.spec b/libserverframe.spec index f1b71c1..e7c718e 100644 --- a/libserverframe.spec +++ b/libserverframe.spec @@ -2,7 +2,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: libserverframe -Version: 1.0.10 +Version: 1.1.0 Release: 1%{?dist} Summary: mc common framework library License: GPL @@ -12,9 +12,9 @@ Source: http://github.com/happyfish100/libfastcommon/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libfastcommon-devel >= 1.0.29 +BuildRequires: libfastcommon-devel >= 1.0.44 Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id -Requires: libfastcommon >= 1.0.29 +Requires: libfastcommon >= 1.0.44 %description common framework library commit version: %{CommitVersion}