forked from pool/obs-service-source_validator
Accepting request 511375 from home:scarabeus_iv:branches:openSUSE:Tools
- Update to version 0.6+git20170719.d4384e5: * Don't complain about Debian manpages files missing in *.spec * Add README.md file * Fix service run mode check for localonly * Add 80-multibuild_xor_multispec: only multibuild OR multispec is supported * extract GPG_OPTIONS variable for multiple runs * For signature verification, use trust model "always" - Update to version 0.6+git20170715.607b861: * - support obspcio also in osc case * Remove provides and obsoletes from the spec OBS-URL: https://build.opensuse.org/request/show/511375 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=82
This commit is contained in:
parent
606f1fbd1f
commit
1593be722f
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
|
||||
<param name="changesrevision">e11c2948adf7a3ab41525203b83564587df602c7</param></service></servicedata>
|
||||
<param name="changesrevision">080473b4ecd78ef7d7e36f1de0a14a7aa245d76d</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-source-validator
|
||||
Version: 0.6+git20170111.82ea590
|
||||
Version: 0.6+git20170719.d4384e5-0
|
||||
Binary: obs-service-source-validator
|
||||
Maintainer: Hib Eris <hib@hiberis.nl>
|
||||
Architecture: all
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80accac64e7b319f4d58456d5a1356487e21b18fa40b48fa968c5ff8647b1c36
|
||||
size 20883
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:818b5924d3ab0f3e06e62a71383584ac5ca4116d51becfdc7f6fce5feb73f238
|
||||
size 21146
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 19 09:08:06 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Update to version 0.6+git20170719.d4384e5:
|
||||
* Don't complain about Debian manpages files missing in *.spec
|
||||
* Add README.md file
|
||||
* Fix service run mode check for localonly
|
||||
* Add 80-multibuild_xor_multispec: only multibuild OR multispec is supported
|
||||
* extract GPG_OPTIONS variable for multiple runs
|
||||
* For signature verification, use trust model "always"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 15 12:43:06 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Update to version 0.6+git20170715.607b861:
|
||||
* - support obspcio also in osc case
|
||||
* Remove provides and obsoletes from the spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 13:26:20 UTC 2017 - adrian@suse.de
|
||||
|
||||
|
@ -20,7 +20,8 @@ Name: obs-service-source_validator
|
||||
Summary: An OBS source service: running all the osc source-validator checks
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Version: 0.6+git20170111.82ea590
|
||||
Url: https://github.com/openSUSE/obs-service-source_validator
|
||||
Version: 0.6+git20170719.d4384e5
|
||||
Release: 0
|
||||
# use osc service dr to update
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -51,6 +52,7 @@ used via project wide defined services.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
:
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
Loading…
x
Reference in New Issue
Block a user