1
0
Adrian Schröter 2017-07-09 11:09:20 +00:00 committed by Git OBS Bridge
parent 69c2eed74f
commit e5d5da055c
5 changed files with 13 additions and 6 deletions

View File

@ -5,4 +5,4 @@
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param> <param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
<param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm"> <param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm">
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param> <param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
<param name="changesrevision">fa1750b7f620aee1f85304514daf712f18bb035b</param></service></servicedata> <param name="changesrevision">42fa499ea9026c9e03be4e7d3d9030258ea0eff1</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:646c3ca0c218e3c50fa971e1bc87233ba0262103d51778dc83e08aee91b91ee0
size 51608

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:576e9ef529354b49f4495f48bf5198d67d339043a435188b7408f3c3fb8482e5
size 59827

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 9 11:08:37 UTC 2017 - adrian@suse.de
- hotfix runtime of obs_scm
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 19 11:16:11 UTC 2017 - adrian@suse.de Mon Jun 19 11:16:11 UTC 2017 - adrian@suse.de

View File

@ -19,8 +19,8 @@
%bcond_without obs_scm_testsuite %bcond_without obs_scm_testsuite
Name: obs-service-tar_scm Name: obs-service-tar_scm
%define version_unconverted 0.7.0.1497870887.fa1750b %define version_unconverted 0.7.0.1499247812.42fa499
Version: 0.7.0.1497870887.fa1750b Version: 0.7.0.1499247812.42fa499
Release: 0 Release: 0
Summary: An OBS source service: create tar ball from svn/git/hg Summary: An OBS source service: create tar ball from svn/git/hg
License: GPL-2.0+ License: GPL-2.0+
@ -135,12 +135,14 @@ resources and packages them.
%setup -q -n obs-service-tar_scm-%version %setup -q -n obs-service-tar_scm-%version
%build %build
%py_compile %{buildroot}
%install %install
make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}" make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}"
%if %{with obs_scm_testsuite} %if %{with obs_scm_testsuite}
%if 0%{?suse_version} >= 1220 %if 0%{?suse_version} >= 1220
%check %check
# No need to run PEP8 tests here; that would require a potentially # No need to run PEP8 tests here; that would require a potentially
# brittle BuildRequires: python-pep8, and any style issues are already # brittle BuildRequires: python-pep8, and any style issues are already