Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a9cce0ea0d | |||
|
|
e749de70c9 | ||
| 376a64b8a1 | |||
|
|
9a1d45fe82 | ||
| 425948790c | |||
| bbab58508d | |||
| 4abd1c222a |
20
PKGBUILD
Normal file
20
PKGBUILD
Normal 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
|
||||
}
|
||||
@@ -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>
|
||||
@@ -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
|
||||
|
||||
3
obs-service-source_validator-0.42+6.tar.xz
Normal file
3
obs-service-source_validator-0.42+6.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf13cb51ef9d8e7f813a273599c8742ab11233bca5f9cb3e383abc3b9432c657
|
||||
size 56116
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00781724520476ea31f465c2eb4015027aeee0597d06173fffc4e691e15054ab
|
||||
size 55952
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user