1
0

Accepting request 1174077 from home:lkocman:branches:openSUSE:Tools

- 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/1174077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=174
This commit is contained in:
Dirk Mueller 2024-05-16 10:43:59 +00:00 committed by Git OBS Bridge
parent 4d55f9b0ae
commit d19c11b492
5 changed files with 13 additions and 4 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

@ -6,3 +6,4 @@ 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

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
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>