1
0
Adrian Schröter 2017-11-29 12:57:08 +00:00 committed by Git OBS Bridge
parent 17a48c722b
commit 8e60fa1d8d
7 changed files with 21 additions and 8 deletions

View File

@ -3,9 +3,13 @@
<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="version">git-master</param> <param name="version">git-master</param>
<param name="versionformat">0.6+git%cd.%h</param> <param name="versionformat">0.7+git%cd.%h</param>
<param name="revision">master</param> <param name="revision">master</param>
-->
<param name="version">0.7</param>
<param name="revision">0.7</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
</service> </service>

View File

@ -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">230bbc46562b8e4cc26dcacb4f5c9f46e75d921e</param></service></servicedata> <param name="changesrevision">1e990f00f4a78d58f1c4252f52ce63c48747f08a</param></service></servicedata>

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: obs-service-source-validator Source: obs-service-source-validator
Version: 0.6+git20170922.230bbc4-0 Version: 0.7-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

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Nov 29 12:56:33 UTC 2017 - adrian@suse.de
- Update to version 0.7:
* Do not ignore conditionals of the form "%if ... %{name} ..."
* Add --keep-name-conditionals option to helpers/spec_query
* Do not fail in case of ambiguous source tags
* Use priviate --homedir when calling gpg
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 9 06:24:30 UTC 2017 - jayvdb@gmail.com Mon Oct 9 06:24:30 UTC 2017 - jayvdb@gmail.com

View File

@ -21,7 +21,7 @@ Summary: An OBS source service: running all the osc source-validator chec
License: GPL-2.0+ License: GPL-2.0+
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.6+git20170922.230bbc4 Version: 0.7
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,8 +33,8 @@ Requires: gnupg2
%endif %endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
Requires: build
Requires: /usr/bin/xmllint Requires: /usr/bin/xmllint
Requires: build
Requires: perl-TimeDate Requires: perl-TimeDate
Provides: osc-source_validator = %version Provides: osc-source_validator = %version
Obsoletes: osc-source_validator <= 0.1 Obsoletes: osc-source_validator <= 0.1