forked from pool/obs-service-tar_scm
hotfix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=182
This commit is contained in:
parent
69c2eed74f
commit
e5d5da055c
@ -5,4 +5,4 @@
|
||||
<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="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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:646c3ca0c218e3c50fa971e1bc87233ba0262103d51778dc83e08aee91b91ee0
|
||||
size 51608
|
3
obs-service-tar_scm-0.7.0.1499247812.42fa499.tar.gz
Normal file
3
obs-service-tar_scm-0.7.0.1499247812.42fa499.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:576e9ef529354b49f4495f48bf5198d67d339043a435188b7408f3c3fb8482e5
|
||||
size 59827
|
@ -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
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
%bcond_without obs_scm_testsuite
|
||||
|
||||
Name: obs-service-tar_scm
|
||||
%define version_unconverted 0.7.0.1497870887.fa1750b
|
||||
Version: 0.7.0.1497870887.fa1750b
|
||||
%define version_unconverted 0.7.0.1499247812.42fa499
|
||||
Version: 0.7.0.1499247812.42fa499
|
||||
Release: 0
|
||||
Summary: An OBS source service: create tar ball from svn/git/hg
|
||||
License: GPL-2.0+
|
||||
@ -135,12 +135,14 @@ resources and packages them.
|
||||
%setup -q -n obs-service-tar_scm-%version
|
||||
|
||||
%build
|
||||
%py_compile %{buildroot}
|
||||
|
||||
%install
|
||||
make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}"
|
||||
|
||||
%if %{with obs_scm_testsuite}
|
||||
%if 0%{?suse_version} >= 1220
|
||||
|
||||
%check
|
||||
# No need to run PEP8 tests here; that would require a potentially
|
||||
# brittle BuildRequires: python-pep8, and any style issues are already
|
||||
|
Loading…
x
Reference in New Issue
Block a user