- Update to version 0.29:

* Do not check for all _multibuild flavors if spec does not
    conitionalize on BUILD_FLAVOR
  * Add GitHub Actions

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=154
This commit is contained in:
Dirk Mueller 2023-05-03 08:33:39 +00:00 committed by Git OBS Bridge
parent 0dc906998f
commit 96c058968f
6 changed files with 15 additions and 7 deletions

View File

@ -3,4 +3,4 @@
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param> <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="changesrevision">c68d7a28c4ecd88b179359b030098503e75adc0b</param></service><service name="tar_scm">
<param name="url">https://github.com/openSUSE/obs-service-source_validator.git</param> <param name="url">https://github.com/openSUSE/obs-service-source_validator.git</param>
<param name="changesrevision">633e54fc294e5948dd9d9fc7bcf9ff00f268047c</param></service></servicedata> <param name="changesrevision">fe4f708e48590c2436c6d7a4b75c72c981e07509</param></service></servicedata>

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: obs-service-source-validator Source: obs-service-source-validator
Version: 0.28-0 Version: 0.29-0
Binary: obs-service-source-validator Binary: obs-service-source-validator
Maintainer: Hib Eris <hib@hiberis.nl> Maintainer: Hib Eris <hib@hiberis.nl>
Architecture: all Architecture: all

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:079e235dbf5e7efdb72c40b8966ec9fcd13bce10595e3dcc39f31b58a9ee089e
size 59479

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:984e661ea6af0735bcb5e22218f535dabc753e6b81e012ec96e2c04f08c58b9a
size 59798

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 03 08:31:01 UTC 2023 - dmueller@suse.com
- Update to version 0.29:
* Do not check for all _multibuild flavors if spec does not
conitionalize on BUILD_FLAVOR
* Add GitHub Actions
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 07 09:19:40 UTC 2022 - dmueller@suse.com Mon Nov 07 09:19:40 UTC 2022 - dmueller@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package obs-service-source_validator # spec file for package obs-service-source_validator
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: obs-service-source_validator Name: obs-service-source_validator
Version: 0.28 Version: 0.29
Release: 0 Release: 0
Summary: An OBS source service: running all the osc source-validator checks Summary: An OBS source service: running all the osc source-validator checks
License: GPL-2.0-or-later License: GPL-2.0-or-later