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=95
This commit is contained in:
parent
17a48c722b
commit
8e60fa1d8d
6
_service
6
_service
@ -3,9 +3,13 @@
|
||||
<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.6+git%cd.%h</param>
|
||||
<param name="versionformat">0.7+git%cd.%h</param>
|
||||
<param name="revision">master</param>
|
||||
-->
|
||||
<param name="version">0.7</param>
|
||||
<param name="revision">0.7</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -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">230bbc46562b8e4cc26dcacb4f5c9f46e75d921e</param></service></servicedata>
|
||||
<param name="changesrevision">1e990f00f4a78d58f1c4252f52ce63c48747f08a</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-source-validator
|
||||
Version: 0.6+git20170922.230bbc4-0
|
||||
Version: 0.7-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:e37007405890b76d780191e151b0322dadf7daf2a367ded1360de8860152c003
|
||||
size 21496
|
3
obs-service-source_validator-0.7.tar.bz2
Normal file
3
obs-service-source_validator-0.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec36c1a483d52733b8da3ff2b9245594ba1cbac05671ef0631a366769af2d39a
|
||||
size 21547
|
@ -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
|
||||
|
||||
|
@ -21,7 +21,7 @@ Summary: An OBS source service: running all the osc source-validator chec
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Url: https://github.com/openSUSE/obs-service-source_validator
|
||||
Version: 0.6+git20170922.230bbc4
|
||||
Version: 0.7
|
||||
Release: 0
|
||||
# use osc service dr to update
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -33,8 +33,8 @@ Requires: gnupg2
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
Requires: build
|
||||
Requires: /usr/bin/xmllint
|
||||
Requires: build
|
||||
Requires: perl-TimeDate
|
||||
Provides: osc-source_validator = %version
|
||||
Obsoletes: osc-source_validator <= 0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user