forked from pool/python-python-memcached
Accepting request 664177 from home:jbrownell:branches:devel:languages:python
- Use proper memcached path on Red Hat platforms OBS-URL: https://build.opensuse.org/request/show/664177 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-memcached?expand=0&rev=28
This commit is contained in:
committed by
Git OBS Bridge
parent
52457b3eb9
commit
9616e9ea9f
@@ -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
|
||||
|
||||
|
@@ -64,7 +64,11 @@ sed -i \
|
||||
%python_install
|
||||
|
||||
%check
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
/usr/bin/memcached -dv -P $PWD/memcached.pid
|
||||
%else
|
||||
/usr/sbin/memcached -dv -P $PWD/memcached.pid
|
||||
%endif
|
||||
%python_expand nosetests-%{$python_bin_suffix}
|
||||
kill -9 $(cat $PWD/memcached.pid)
|
||||
|
||||
|
Reference in New Issue
Block a user