1
0

- Switch to obs_scm with buildtime compression

- Update to version 20190312:
  * prepare_spec: try to keep rich deps unbroken (bsc#1125035)

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-format_spec_file?expand=0&rev=185
This commit is contained in:
Stephan Kulow 2019-03-13 06:16:23 +00:00 committed by Git OBS Bridge
parent 3992623912
commit a5d7326952
8 changed files with 37 additions and 13 deletions

View File

@ -1,17 +1,21 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/openSUSE/obs-service-format_spec_file.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="version">git-master</param>
<param name="versionformat">%ad</param>
<param name="revision">master</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">bz2</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">coolo@suse.com</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">bz2</param>
<param name="file">*.tar</param>
</service>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/obs-service-format_spec_file.git</param>
<param name="changesrevision">edda1ae4db7e81096945fe4e4a4e57d9324262fa</param></service></servicedata>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-format-spec-file
Version: 20180820
Version: 20190312
Binary: obs-service-format-spec-file
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: all

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d24d69c9acb13fc2825ceebb57993773bb713833a745b32baa6ed4fab474187
size 114187

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Mar 13 06:16:06 UTC 2019 - Stephan Kulow <coolo@suse.com>
- Switch to obs_scm with buildtime compression
-------------------------------------------------------------------
Wed Mar 13 06:07:40 UTC 2019 - coolo@suse.com
- Update to version 20190312:
* prepare_spec: try to keep rich deps unbroken (bsc#1125035)
-------------------------------------------------------------------
Mon Aug 20 07:22:07 UTC 2018 - tchvatal@suse.com

View File

@ -0,0 +1,5 @@
name: obs-service-format_spec_file
version: 20190312
mtime: 1552422217
commit: 35587133015223bf9aee2af0f5b4446b6643a15b

View File

@ -1,7 +1,7 @@
#
# spec file for package obs-service-format_spec_file
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: obs-service-format_spec_file
Version: 20180820
Version: 20190312
Release: 0
Summary: An OBS source service: reformats a spec file to SUSE standard
License: GPL-2.0-only