forked from pool/obs-service-source_validator
- add patch from mmeissner to verify .sig files
- add _service to ease update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=31
This commit is contained in:
parent
94e100b251
commit
72552e3a03
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<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.3</param>
|
||||||
|
<param name="revision">master</param>
|
||||||
|
</service>
|
||||||
|
|
||||||
|
<service name="recompress" mode="disabled">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">bz2</param>
|
||||||
|
</service>
|
||||||
|
|
||||||
|
<service name="set_version" mode="disabled">
|
||||||
|
<param name="basename">obs-service-source_validator</param>
|
||||||
|
</service>
|
||||||
|
</services>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5f8296bc219b9c18060327688edb595b8ecedba2479d84672a82b36fe97f3d54
|
|
||||||
size 17936
|
|
3
obs-service-source_validator-0.3.tar.bz2
Normal file
3
obs-service-source_validator-0.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e99dc2e3d5b08d329a73ceb1432ad40287883d496c1d1a118566a56b498fe44
|
||||||
|
size 18533
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 18 12:56:39 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- add patch from mmeissner to verify .sig files
|
||||||
|
- add _service to ease update
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 26 17:55:43 CET 2013 - ro@suse.de
|
Tue Feb 26 17:55:43 CET 2013 - ro@suse.de
|
||||||
|
|
||||||
|
@ -22,10 +22,11 @@ License: GPL-2.0+
|
|||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Summary: An OBS source service: defines all source-validator checks used by Factory
|
Summary: An OBS source service: defines all source-validator checks used by Factory
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 0.2
|
Version: 0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
# From git@github.com:openSUSE/obs-service-source_validator.git
|
# use osc service dr to update
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
Requires: gpg2
|
||||||
Requires: perl-TimeDate
|
Requires: perl-TimeDate
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user