forked from pool/obs-service-source_validator
- Update to version 0.17:
* make path for helpers variable * fix for #bsc985980 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=114
This commit is contained in:
parent
2dc2ef3f6f
commit
260ca03355
8
_service
8
_service
@ -3,13 +3,7 @@
|
|||||||
<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>
|
||||||
<!--
|
<param name="versionformat">@PARENT_TAG@</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="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
@ -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">ed812b3823ebb72aa9c328ed947434ec5594177d</param></service></servicedata>
|
<param name="changesrevision">6af88519d471178cd3e6ae1ac25b2522b5f64a13</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.16-0
|
Version: 0.17-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:5580ebe898fe2a920da48432a720751a0fc9b985a2c0581816d0442e9b56ca09
|
|
||||||
size 59035
|
|
3
obs-service-source_validator-0.17.tar.bz2
Normal file
3
obs-service-source_validator-0.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6cd6375844252d098e51bc2d77698c129b6bbabb3cc088aad296a7ca39849630
|
||||||
|
size 60864
|
@ -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
|
Tue May 15 13:33:14 UTC 2018 - ro@suse.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Summary: An OBS source service: running all the osc source-validator chec
|
|||||||
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.16
|
Version: 0.17
|
||||||
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
|
||||||
@ -33,6 +33,7 @@ Requires: gnupg2
|
|||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: build
|
||||||
Requires: /usr/bin/xmllint
|
Requires: /usr/bin/xmllint
|
||||||
Requires: build
|
Requires: build
|
||||||
Requires: perl-TimeDate
|
Requires: perl-TimeDate
|
||||||
@ -58,6 +59,9 @@ used via project wide defined services.
|
|||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user