Accepting request 489044 from home:favogt:branches:openSUSE:Tools
Needed for 42.3. OBS-URL: https://build.opensuse.org/request/show/489044 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=164
This commit is contained in:
parent
959948e7a2
commit
225a7d6c12
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 07:17:45 UTC 2017 - fvogt@suse.com
|
||||
|
||||
- Only BuildRequire packages needed for testsuite if the testsuite
|
||||
is enabled
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 13 16:35:38 UTC 2017 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
@ -30,10 +30,10 @@ Source: %{name}-%{version}.tar.gz
|
||||
# Fix build on Ubuntu by disabling mercurial tests, not applied in rpm
|
||||
# based distributions
|
||||
#Patch0: 0001-Debianization-disable-running-mercurial-tests.patch
|
||||
%if %{with obs_scm_testsuite}
|
||||
BuildRequires: bzr
|
||||
BuildRequires: git-core
|
||||
BuildRequires: mercurial
|
||||
BuildRequires: python >= 2.6
|
||||
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
||||
BuildRequires: PyYAML
|
||||
%else
|
||||
@ -43,6 +43,8 @@ BuildRequires: python-dateutil
|
||||
BuildRequires: python-lxml
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: subversion
|
||||
%endif
|
||||
BuildRequires: python >= 2.6
|
||||
Requires: bzr
|
||||
Requires: git-core
|
||||
Requires: mercurial
|
||||
|
Loading…
x
Reference in New Issue
Block a user