Accepting request 416758 from openSUSE:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/416758 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=31
This commit is contained in:
commit
a039c09ac4
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="version">git-master</param>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">f4aaf50fd98105daf0405a0d0f7824fbb723e1ac</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">67456b7400afa5c2c03d7701682470296497751a</param></service><service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">49c9462599650ab6a6d122b9156c732187cf99ea</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54325b838b99adbd35aadcbb32cba4a7c8f3a198c62ed8a8e7755fa636614085
|
||||
size 37157
|
3
obs-service-tar_scm-0.6.0.1469628830.67456b7.tar.gz
Normal file
3
obs-service-tar_scm-0.6.0.1469628830.67456b7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a6857171b0c9ddcf4757fbd2dc0e7de9034998eccb9df2a7107e31c6821be7d
|
||||
size 37098
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 27 15:33:18 UTC 2016 - adrian@suse.de
|
||||
|
||||
- fix mtime handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 27 15:31:10 UTC 2016 - adrian@suse.de
|
||||
|
||||
- Update to version 0.6.0.1469628830.67456b7:
|
||||
* pep8 fixes/workarounds
|
||||
* make yaml dependency optional for travis
|
||||
* Add an option 'master' to submodules to fetch the latest mater branch.
|
||||
* do not set files back to 1970...
|
||||
* transfer mtime via obsinfo
|
||||
* create needed sub directories for cache handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 11:32:29 UTC 2016 - adrian@suse.de
|
||||
|
||||
|
@ -20,18 +20,18 @@
|
||||
%define seperate_build 0
|
||||
|
||||
%if "%seperate_build" == "1"
|
||||
%define version_unconverted 0.6.0~pre.1467360725.f4aaf50
|
||||
%define version_unconverted 0.6.0.1469628830.67456b7
|
||||
|
||||
Name: obs-service-obs_scm
|
||||
%else
|
||||
%define version_unconverted 0.6.0~pre.1467360725.f4aaf50
|
||||
%define version_unconverted 0.6.0.1469628830.67456b7
|
||||
|
||||
Name: obs-service-%{service}
|
||||
#Obsoletes: obs-service-obs_scm
|
||||
Provides: obs-service-obs_scm = %version-%release
|
||||
%endif
|
||||
Provides: obs-service-tar = %version-%release
|
||||
Version: 0.6.0.1467889501.49c9462
|
||||
Version: 0.6.0.1469628830.67456b7
|
||||
Release: 0
|
||||
Summary: An OBS source service: checkout or update a tar ball from svn/git/hg
|
||||
License: GPL-2.0+
|
||||
@ -40,7 +40,7 @@ Url: https://github.com/openSUSE/obs-service-%{service}
|
||||
Source: obs-service-tar_scm-%{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
|
||||
#Patch0: 0001-Debianization-disable-running-mercurial-tests.patch
|
||||
BuildRequires: bzr
|
||||
BuildRequires: git-core
|
||||
BuildRequires: mercurial
|
||||
|
Loading…
x
Reference in New Issue
Block a user