17
0

7 Commits

Author SHA256 Message Date
a9cce0ea0d Accepting request 1329518 from openSUSE:Tools
- add recommends for minisign in specfile

- Update to version 0.42+6:
  * 25-keyring-validate: add minisign support

OBS-URL: https://build.opensuse.org/request/show/1329518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=89
2026-01-27 17:32:41 +00:00
Ruediger Oertel
e749de70c9 - add recommends for minisign in specfile
- Update to version 0.42+6:
  * 25-keyring-validate: add minisign support

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=206
2026-01-27 15:21:27 +00:00
376a64b8a1 Accepting request 1321703 from openSUSE:Tools
- Update to version 0.42+4:
  * Report also dirassets as source

- Add PKGBUILD to enable builds for Arch Linux

OBS-URL: https://build.opensuse.org/request/show/1321703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=88
2025-12-09 11:50:45 +00:00
Ruediger Oertel
9a1d45fe82 - Update to version 0.42+4:
* Report also dirassets as source

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=204
2025-12-09 09:34:54 +00:00
425948790c - Add PKGBUILD to enable builds for Arch Linux
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=203
2025-12-08 11:43:36 +00:00
bbab58508d Accepting request 1308519 from openSUSE:Tools
- Update to version 0.42+2:
  * Ignore Debian special files during unmentioned-sources check (forwarded request 1308369 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1308519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=87
2025-10-02 17:20:58 +00:00
4abd1c222a - Update to version 0.42+2:
* Ignore Debian special files during unmentioned-sources check

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=201
2025-10-02 06:48:53 +00:00
7 changed files with 57 additions and 7 deletions

20
PKGBUILD Normal file
View File

@@ -0,0 +1,20 @@
pkgname=obs-service-source_validator
pkgver=0.42+6
pkgrel=78f7818cb454e90eb5267787d0eac2ed
pkgdesc='An OBS source service: running all the osc source-validator checks'
arch=('any')
url='https://github.com/openSUSE/obs-service-source_validator'
license=('GPL-2.0-or-later')
depends=('build' 'bzip2' 'cpio' 'diffutils' 'gnupg' 'libxml2' 'patch' 'perl-timedate' 'unzip' 'xz' 'zstd')
source=($pkgname-$pkgver.tar.xz)
sha256sums=('SKIP')
package() {
cd "$pkgname-$pkgver"
make DESTDIR=$pkgdir install
}
check() {
cd "$pkgname-$pkgver"
make VERBOSE=1 test
}

View File

@@ -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">0286e469a44479dd013526bfb3e9f883a16d39cb</param></service></servicedata>
<param name="changesrevision">90e729c1f733d8a5dc54965efc806449781582c0</param></service></servicedata>

View File

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

View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00781724520476ea31f465c2eb4015027aeee0597d06173fffc4e691e15054ab
size 55952

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Jan 27 16:20:32 CET 2026 - Ruediger Oertel <ro@suse.com>
- add recommends for minisign in specfile
-------------------------------------------------------------------
Tue Jan 27 15:20:04 UTC 2026 - Ruediger Oertel <ro@suse.com>
- Update to version 0.42+6:
* 25-keyring-validate: add minisign support
-------------------------------------------------------------------
Tue Dec 09 09:34:01 UTC 2025 - Ruediger Oertel <ro@suse.com>
- Update to version 0.42+4:
* Report also dirassets as source
-------------------------------------------------------------------
Mon Dec 1 20:04:54 UTC 2025 - Antonio Teixeira <antonio.teixeira@suse.com>
- Add PKGBUILD to enable builds for Arch Linux
-------------------------------------------------------------------
Wed Oct 01 09:53:01 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.42+2:
* Ignore Debian special files during unmentioned-sources check
-------------------------------------------------------------------
Mon May 19 09:31:29 UTC 2025 - Ruediger Oertel <ro@suse.com>

View File

@@ -1,7 +1,8 @@
#
# spec file for package obs-service-source_validator
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +24,7 @@
%endif
Name: obs-service-source_validator
Version: 0.42
Version: 0.42+6
Release: 0
Summary: An OBS source service: running all the osc source-validator checks
License: GPL-2.0-or-later
@@ -52,6 +53,7 @@ Requires: gpg2
# Fedora
Requires: gnupg2
%endif
Recommends: minisign
%description
This is a source service for openSUSE Build Service.