Accepting request 318673 from home:seife:OpenStack:Master
fix rhel deps by depending on /usr/sbin/update-alternatives OBS-URL: https://build.opensuse.org/request/show/318673 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=42
This commit is contained in:
parent
c03ce0eab6
commit
193c43458f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 24 21:02:54 UTC 2015 - seife+obs@b1-systems.com
|
||||
|
||||
- fix rhel deps by depending on /usr/sbin/update-alternatives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 09 23:03:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-coverage
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -32,8 +32,8 @@ BuildRequires: python-setuptools
|
||||
#BuildRequires: python-nose
|
||||
Requires: python-setuptools
|
||||
Requires: python-xml
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(post): /usr/sbin/update-alternatives
|
||||
Requires(postun): /usr/sbin/update-alternatives
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user