forked from pool/obs-service-source_validator
update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=123
This commit is contained in:
parent
2d9dc65cef
commit
56cea06994
6
_service
6
_service
@ -1,5 +1,5 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
|
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
@ -7,12 +7,12 @@
|
|||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="manual">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">bz2</param>
|
<param name="compression">bz2</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="manual">
|
||||||
<param name="basename">obs-service-source_validator</param>
|
<param name="basename">obs-service-source_validator</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
|
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
|
||||||
<param name="changesrevision">b5941812e4d48350a00dfdf8d3c5ce3e74025ade</param></service></servicedata>
|
<param name="changesrevision">47d9bcf27f2060d645b08ffaf382ec601bcc5801</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: obs-service-source-validator
|
Source: obs-service-source-validator
|
||||||
Version: 0.19-0
|
Version: 0.20-0
|
||||||
Binary: obs-service-source-validator
|
Binary: obs-service-source-validator
|
||||||
Maintainer: Hib Eris <hib@hiberis.nl>
|
Maintainer: Hib Eris <hib@hiberis.nl>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56baf2f8cd51492ba67ddb38a942b9b98b9df48e302254804b6b6f6504697dbd
|
|
||||||
size 59222
|
|
3
obs-service-source_validator-0.20.tar.bz2
Normal file
3
obs-service-source_validator-0.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3dce4959ec7306abd4dc17cd8cc59882461475fc08b3defbfd2d850a8ddb15a2
|
||||||
|
size 59228
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 11 10:30:06 UTC 2020 - adrian@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.20:
|
||||||
|
* One .changes file per package is enough
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:27:40 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
Fri Dec 6 08:27:40 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package obs-service-source_validator
|
# spec file for package obs-service-source_validator
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,8 +20,8 @@ Name: obs-service-source_validator
|
|||||||
Summary: An OBS source service: running all the osc source-validator checks
|
Summary: An OBS source service: running all the osc source-validator checks
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: https://github.com/openSUSE/obs-service-source_validator
|
URL: https://github.com/openSUSE/obs-service-source_validator
|
||||||
Version: 0.19
|
Version: 0.20
|
||||||
Release: 0
|
Release: 0
|
||||||
# use osc service dr to update
|
# use osc service dr to update
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user