1
0

Accepting request 1174432 from openSUSE:Tools

- Update to version 0.36:
  * Forbid encrypted zip files

- Use bz2 compression to enable builds with debhelper
  * Debian/Ubuntu builds now work fine.
  * Allows rebuild packages with osc in ubuntu image on github
- Add deb dependency on libmodule-build-perl and libxml2-utils

OBS-URL: https://build.opensuse.org/request/show/1174432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=75
This commit is contained in:
Ana Guerrero 2024-05-16 15:16:34 +00:00 committed by Git OBS Bridge
commit c4f77a50a3
7 changed files with 23 additions and 8 deletions

View File

@ -9,7 +9,7 @@
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">zst</param>
<param name="compression">bz2</param>
</service>
<service name="set_version" mode="manual">

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">2bb7996e66c7a0a2b1ec27fe7aa35e0f25a4820a</param></service></servicedata>
<param name="changesrevision">95ffdb1ed4eea189e58ec00eff52feecc4803a97</param></service></servicedata>

View File

@ -1,8 +1,9 @@
Format: 1.0
Source: obs-service-source-validator
Version: 0.35-0
Version: 0.36-0
Binary: obs-service-source-validator
Maintainer: Hib Eris <hib@hiberis.nl>
Architecture: all
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 7), obs-build
Depends: libmodule-build-perl, libxml2-utils

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
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>
- Use bz2 compression to enable builds with debhelper
* Debian/Ubuntu builds now work fine.
* Allows rebuild packages with osc in ubuntu image on github
- Add deb dependency on libmodule-build-perl and libxml2-utils
-------------------------------------------------------------------
Fri May 10 06:13:54 UTC 2024 - Fabian Vogt <fvogt@suse.com>

View File

@ -23,14 +23,14 @@
%endif
Name: obs-service-source_validator
Version: 0.35
Version: 0.36
Release: 0
Summary: An OBS source service: running all the osc source-validator checks
License: GPL-2.0-or-later
Group: Development/Tools/Building
URL: https://github.com/openSUSE/obs-service-source_validator
# use osc service mr to update
Source: %{name}-%{version}.tar.zst
Source: %{name}-%{version}.tar.bz2
BuildRequires: %{build_pkg_name}
BuildRequires: zstd
Requires: %{_bindir}/cpio