forked from pool/python-python-memcached
Accepting request 664273 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/664273 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-memcached?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 9 22:14:36 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>
|
||||||
|
|
||||||
|
- Use proper memcached path on Red Hat platforms
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 8 13:56:44 UTC 2018 - tchvatal@suse.com
|
Wed Aug 8 13:56:44 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@@ -64,7 +64,11 @@ sed -i \
|
|||||||
%python_install
|
%python_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
|
/usr/bin/memcached -dv -P $PWD/memcached.pid
|
||||||
|
%else
|
||||||
/usr/sbin/memcached -dv -P $PWD/memcached.pid
|
/usr/sbin/memcached -dv -P $PWD/memcached.pid
|
||||||
|
%endif
|
||||||
%python_expand nosetests-%{$python_bin_suffix}
|
%python_expand nosetests-%{$python_bin_suffix}
|
||||||
kill -9 $(cat $PWD/memcached.pid)
|
kill -9 $(cat $PWD/memcached.pid)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user