diff --git a/python-memcached.spec b/python-memcached.spec index a7acb28..a5f7137 100644 --- a/python-memcached.spec +++ b/python-memcached.spec @@ -1,6 +1,6 @@ Name: python-memcached Version: 1.59 -Release: 1 +Release: 2 Summary: A Python memcached client library License: Python URL: https://github.com/linsomniac/python-memcached @@ -12,7 +12,7 @@ BuildArch: noarch %bcond_without check -%{?with_python3:BuildRequires: python3-devel,python3-setuptools,python3-six,python3-nose} +%{?with_python3:BuildRequires: python3-devel,python3-setuptools,python3-six} # Required for running test suite %if %{with check} @@ -54,15 +54,11 @@ Summary: %{summary} %py3_install -%check -pidfile=$(mktemp) -memcached -d -P $pidfile - -%{__python3} -m nose - -kill $(cat $pidfile) %changelog +* Mon Jan 10 2022 yanglongkang - 1.59-2 +- delete python-nose Buildrequires + * Thu Jul 15 2021 huangtianhua 1.59-1 - Upgrade to 1.59 to support OpenStack-W