Accepting request 703881 from home:GeoDerp:redflower

- Modified .spec file to better suit Fedora OS (let's just assume all Fedora versions has python 3)

OBS-URL: https://build.opensuse.org/request/show/703881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=100
This commit is contained in:
Stephan Kulow 2019-05-23 12:15:33 +00:00 committed by Git OBS Bridge
parent 0e5a650455
commit cdcacffe77
4 changed files with 10 additions and 4 deletions

View File

@ -4,4 +4,4 @@
<param name="changesrevision">eaedc529acba421821e0e5dcb4956c66e7f315a9</param></service>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/obs-service-set_version.git</param>
<param name="changesrevision">1a1f5313c47d568dab814a0a827788d4924bf648</param></service></servicedata>
<param name="changesrevision">74b26c829341eb4e0c3fff7c0585e8168eed76b9</param></service></servicedata>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02be35a2b0a5d4bf14d6c8b1b85bfed33708de7789502884553293780634b0da
size 15219
oid sha256:53b58e449ac91b66763cfde526003164ca81da3b0a7daff930e30a6c55e2e7f9
size 14827

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 16 15:13:14 UTC 2019 - John Whately <john+OpenSuse@whately.me>
- Modified .spec file to better suit Fedora OS (let's just assume all Fedora versions has python 3)
-------------------------------------------------------------------
Thu May 16 13:11:28 UTC 2019 - FSchreiner@suse.com

View File

@ -19,7 +19,7 @@
%bcond_without obs_scm_testsuite
%define service set_version
%if 0%{?suse_version} > 1315 || 0%{?fedora} > 29
%if 0%{?suse_version} > 1315 || 0%{?fedora_version}
%define use_python python3
%else
%define use_python python
@ -51,6 +51,7 @@ Requires: python
Recommends: %{use_python}-packaging
%endif
%description
This is a source service for openSUSE Build Service.