forked from pool/obs-service-source_validator
Accepting request 179590 from openSUSE:Tools
- add patch from mmeissner to verify .sig files - add _service to ease update OBS-URL: https://build.opensuse.org/request/show/179590 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=16
This commit is contained in:
commit
d0e6e97403
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:7c2131cb5edda57c7f187c55f425c021167b36e2b0c246fd4a703d9b32baf8fe
|
||||||
|
size 18472
|
@ -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