Accepting request 318752 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/318752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2015-07-28 09:42:39 +00:00 committed by Git OBS Bridge
commit 40eca6f404
2 changed files with 8 additions and 3 deletions

View File

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

View File

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