- Update to version 0.36:

* Forbid encrypted zip files

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=175
This commit is contained in:
Dirk Mueller 2024-05-16 10:45:39 +00:00 committed by Git OBS Bridge
parent d19c11b492
commit 52537b6107
6 changed files with 13 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">2bb7996e66c7a0a2b1ec27fe7aa35e0f25a4820a</param></service></servicedata> <param name="changesrevision">95ffdb1ed4eea189e58ec00eff52feecc4803a97</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.35-0 Version: 0.36-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:b741181b26842b87c412509f09200a44ba7199b2ebad2000b865540bf5c44a05
size 62308

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 16 10:44:07 UTC 2024 - dmueller@suse.com
- Update to version 0.36:
* Forbid encrypted zip files
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 14 19:06:15 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com> Tue May 14 19:06:15 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>

View File

@ -23,14 +23,14 @@
%endif %endif
Name: obs-service-source_validator Name: obs-service-source_validator
Version: 0.35 Version: 0.36
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
Group: Development/Tools/Building Group: Development/Tools/Building
URL: https://github.com/openSUSE/obs-service-source_validator URL: https://github.com/openSUSE/obs-service-source_validator
# use osc service mr to update # use osc service mr to update
Source: %{name}-%{version}.tar.zst Source: %{name}-%{version}.tar.bz2
BuildRequires: %{build_pkg_name} BuildRequires: %{build_pkg_name}
BuildRequires: zstd BuildRequires: zstd
Requires: %{_bindir}/cpio Requires: %{_bindir}/cpio