forked from pool/obs-service-source_validator
- Update to version 0.31:
* Also ignore .gitattributes file * Exempt obs services from the cargo audit requirement * helpers/spec_query: Handle %include * Unify _multibuild handling and do it like OBS OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=158
This commit is contained in:
parent
fba319e810
commit
52ae5527d5
@ -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">a15bac0345107d3ed73c3bcf05428ea1b98ea353</param></service></servicedata>
|
||||
<param name="changesrevision">eb40f5fac579d35bd0534c310f14fc23a0654994</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-source-validator
|
||||
Version: 0.30-0
|
||||
Version: 0.31-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:19f1a584cfa9277b4b8b0842b2c53077f2b46c676c2c7c6e5404ce6b6f2f9b76
|
||||
size 59796
|
3
obs-service-source_validator-0.31.tar.zst
Normal file
3
obs-service-source_validator-0.31.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:732bcad157423f1a36ea311e856c7c2999d02d0d565c4a25603fbb62bccfad94
|
||||
size 60153
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 30 16:51:18 UTC 2023 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.31:
|
||||
* Also ignore .gitattributes file
|
||||
* Exempt obs services from the cargo audit requirement
|
||||
* helpers/spec_query: Handle %include
|
||||
* Unify _multibuild handling and do it like OBS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 05 10:33:00 UTC 2023 - dmueller@suse.com
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: obs-service-source_validator
|
||||
Version: 0.30
|
||||
Version: 0.31
|
||||
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 dr to update
|
||||
# use osc service mr to update
|
||||
Source: %{name}-%{version}.tar.zst
|
||||
BuildRequires: build
|
||||
BuildRequires: zstd
|
||||
|
Loading…
x
Reference in New Issue
Block a user