forked from pool/obs-service-source_validator
Accepting request 1197300 from openSUSE:Tools
- Update to version 0.38: * Fix 20-files-present-and-referenced against osc 1.9.0 (osclib_version 2.0) OBS-URL: https://build.opensuse.org/request/show/1197300 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=80
This commit is contained in:
commit
62b4105340
2
_service
2
_service
@ -11,7 +11,7 @@
|
||||
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">bz2</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
|
||||
<service name="set_version" mode="manual">
|
||||
|
@ -3,4 +3,4 @@
|
||||
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
|
||||
<param name="changesrevision">c68d7a28c4ecd88b179359b030098503e75adc0b</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/obs-service-source_validator.git</param>
|
||||
<param name="changesrevision">e602fba058693dfd8610ad660ec00ee7a44b3bae</param></service></servicedata>
|
||||
<param name="changesrevision">27f3bcbc5282a612af2db23a29fa742b48ff0d3e</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-source-validator
|
||||
Version: 0.37-0
|
||||
Version: 0.38-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:91eb23fc03beaec4cd0ebc9d19a976871757054cc2abb433d01084dfe412a1a2
|
||||
size 62427
|
3
obs-service-source_validator-0.38.tar.xz
Normal file
3
obs-service-source_validator-0.38.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e2affddf917ffd918f52b1de901f7dac5eaccc3d81ea3406577882f8e1d20f8
|
||||
size 55976
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 06:43:56 UTC 2024 - adrian@suse.de
|
||||
|
||||
- Update to version 0.38:
|
||||
* Fix 20-files-present-and-referenced against osc 1.9.0 (osclib_version 2.0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 12:07:26 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -23,14 +23,14 @@
|
||||
%endif
|
||||
|
||||
Name: obs-service-source_validator
|
||||
Version: 0.37
|
||||
Version: 0.38
|
||||
Release: 0
|
||||
Summary: An OBS source service: running all the osc source-validator checks
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Building
|
||||
URL: https://github.com/openSUSE/obs-service-source_validator
|
||||
# use osc service mr to update
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: %{build_pkg_name}
|
||||
BuildRequires: zstd
|
||||
Requires: %{_bindir}/cpio
|
||||
|
Loading…
Reference in New Issue
Block a user