Accepting request 1184977 from openSUSE:Tools

- update to 0.37:
  * Fix unzip test in 20-files-present-and-referenced
  (same like previous update)
- explicitly require unzip as busybox-unzip is not sufficient

  - more work on dealing with util-linux
  - hack for util-linux specfiles (bnc#891829)
- Add rpm-build dependancy for centos 6
- allow PKGBUILD build description file for archlinux
- check_patches_applied: allow #patches as comment
- exit if tmpdir creation fails (bnc#796918)
- also ignore Requires(.*) lines (bnc#724609)
- use --nodeps with rpmbuild in 20-files-present-and-referenced
- fix requires for factory
- fix bug with "Patch" in comments
- try to fix bnc#679980
  in check_patches_applied
  errors out if errors found
- 50-spec-version: show warning only once per specfile
  to execute it as a checkscript)
- make the files executable
- fill with some content

OBS-URL: https://build.opensuse.org/request/show/1184977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=78
This commit is contained in:
Ana Guerrero 2024-07-04 14:23:46 +00:00 committed by Git OBS Bridge
commit 0db2a311b6
5 changed files with 32 additions and 24 deletions

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: obs-service-source-validator Source: obs-service-source-validator
Version: 0.36+2-0 Version: 0.37-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:c8a6cf460895c361a6bf1118006105dc0286d09988bb4e5f0abf4e5d73b29bfc
size 62423

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jul 3 06:17:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.37:
* Fix unzip test in 20-files-present-and-referenced
(same like previous update)
- explicitly require unzip as busybox-unzip is not sufficient
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 23 12:57:17 UTC 2024 - dimstar@opensuse.org Thu May 23 12:57:17 UTC 2024 - dimstar@opensuse.org

View File

@ -23,7 +23,7 @@
%endif %endif
Name: obs-service-source_validator Name: obs-service-source_validator
Version: 0.36+2 Version: 0.37
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
@ -34,11 +34,11 @@ Source: %{name}-%{version}.tar.bz2
BuildRequires: %{build_pkg_name} BuildRequires: %{build_pkg_name}
BuildRequires: zstd BuildRequires: zstd
Requires: %{_bindir}/cpio Requires: %{_bindir}/cpio
Requires: %{_bindir}/unzip
Requires: %{_bindir}/xmllint Requires: %{_bindir}/xmllint
Requires: %{build_pkg_name} Requires: %{build_pkg_name}
Requires: patch Requires: patch
Requires: perl-TimeDate Requires: perl-TimeDate
Requires: unzip
Provides: osc-source_validator = %{version} Provides: osc-source_validator = %{version}
Obsoletes: osc-source_validator <= 0.1 Obsoletes: osc-source_validator <= 0.1
BuildArch: noarch BuildArch: noarch