enable testing for fedora
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=326
This commit is contained in:
parent
c2afb48621
commit
5a28fe5246
@ -29,7 +29,7 @@
|
|||||||
%define nsuffix -test
|
%define nsuffix -test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} >= 1220 && "%{flavor}" == "test"
|
%if ( 0%{?fedora_version} || ( 0%{?suse_version} && 0%{?suse_version} >= 1220)) && "%{flavor}" == "test"
|
||||||
%bcond_without obs_scm_testsuite
|
%bcond_without obs_scm_testsuite
|
||||||
%else
|
%else
|
||||||
%bcond_with obs_scm_testsuite
|
%bcond_with obs_scm_testsuite
|
||||||
@ -136,7 +136,11 @@ Source: %{pkg_name}-%{version}.tar.gz
|
|||||||
BuildRequires: %{locale_package}
|
BuildRequires: %{locale_package}
|
||||||
BuildRequires: %{pkg_name} = %{version}
|
BuildRequires: %{pkg_name} = %{version}
|
||||||
BuildRequires: %{use_python}-keyring
|
BuildRequires: %{use_python}-keyring
|
||||||
|
%if 0%{?fedora_version}
|
||||||
|
BuildRequires: %{use_python}-keyrings-alt
|
||||||
|
%else
|
||||||
BuildRequires: %{use_python}-keyrings.alt
|
BuildRequires: %{use_python}-keyrings.alt
|
||||||
|
%endif
|
||||||
BuildRequires: %{use_python}-six
|
BuildRequires: %{use_python}-six
|
||||||
BuildRequires: bzr
|
BuildRequires: bzr
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
|
Loading…
x
Reference in New Issue
Block a user