14
0

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:
2019-01-15 08:12:19 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 0 deletions

View File

@@ -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

View File

@@ -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)