Accepting request 617027 from openSUSE:Tools

- Update to version 0.17:
  * make path for helpers variable
  * fix for #bsc985980

OBS-URL: https://build.opensuse.org/request/show/617027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=47
This commit is contained in:
Yuchen Lin 2018-06-22 11:12:23 +00:00 committed by Git OBS Bridge
commit 0e6b46b32c
7 changed files with 18 additions and 13 deletions

View File

@ -3,13 +3,7 @@
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<!--
<param name="version">git-master</param>
<param name="versionformat">0.7+git%cd.%h</param>
<param name="revision">master</param>
-->
<param name="version">0.16</param>
<param name="revision">0.16</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -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">ed812b3823ebb72aa9c328ed947434ec5594177d</param></service></servicedata>
<param name="changesrevision">6af88519d471178cd3e6ae1ac25b2522b5f64a13</param></service></servicedata>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-source-validator
Version: 0.16-0
Version: 0.17-0
Binary: obs-service-source-validator
Maintainer: Hib Eris <hib@hiberis.nl>
Architecture: all

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jun 14 15:22:48 UTC 2018 - fschreiner@suse.de
- Update to version 0.17:
* make path for helpers variable
* fix for #bsc985980
-------------------------------------------------------------------
Tue May 15 13:33:14 UTC 2018 - ro@suse.de

View File

@ -21,7 +21,7 @@ Summary: An OBS source service: running all the osc source-validator chec
License: GPL-2.0-or-later
Group: Development/Tools/Building
Url: https://github.com/openSUSE/obs-service-source_validator
Version: 0.16
Version: 0.17
Release: 0
# use osc service dr to update
Source: %{name}-%{version}.tar.bz2
@ -33,6 +33,7 @@ Requires: gnupg2
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: build
Requires: /usr/bin/xmllint
Requires: build
Requires: perl-TimeDate
@ -58,6 +59,9 @@ used via project wide defined services.
%install
%makeinstall
%check
make test
%files
%defattr(-,root,root)
%doc COPYING