3 Commits

Author SHA256 Message Date
6ec701356a Release 0.3.0:
* major speedup using parallelism, contributed by Ladislav Slezak
  * add benchmark to measure speed gain
2026-02-25 09:37:57 +01:00
9f0c15739b Release 0.3.0:
* major speedup using parallelism, contributed by Ladislav Slezak
  * add benchmark to measure speed gain
2026-02-25 09:22:53 +01:00
407d52d86c resync with factory 2026-01-14 12:04:03 +01:00
7 changed files with 31 additions and 14 deletions

View File

@@ -1,15 +1,15 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/fcrozat/image-janitor.git</param>
<param name="url">https://github.com/openSUSE/image-janitor.git</param>
<param name="scm">git</param>
<param name="revision">0.2.0</param>
<param name="revision">0.3.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<service mode="manual" name="tar" />
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>

Binary file not shown.

BIN
image-janitor-0.3.0.tar.zst LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 24 21:04:33 UTC 2026 - Frederic Crozat <fcrozat@suse.com>
- Release 0.3.0:
* major speedup using parallelism, contributed by Ladislav Slezak
* add benchmark to measure speed gain
-------------------------------------------------------------------
Wed Jan 14 10:51:50 UTC 2026 - Frederic Crozat <fcrozat@suse.com>
- Remove obscpio file, not needed
-------------------------------------------------------------------
Tue Oct 21 07:44:28 UTC 2025 - Frederic Crozat <fcrozat@suse.com>
- Fix git url in _service
-------------------------------------------------------------------
Fri Oct 17 12:50:45 UTC 2025 - Frederic Crozat <fcrozat@suse.com>

View File

@@ -1,4 +1,4 @@
name: image-janitor
version: 0.2.0
mtime: 1760010725
commit: c3a132e97afc79478a966756a7c3c423f55847cd
version: 0.3.0
mtime: 1771966664
commit: 1d617f17c75682f20c13a4b30d4e785dedf302d7

View File

@@ -17,13 +17,13 @@
Name: image-janitor
Version: 0.2.0
Version: 0.3.0
Release: 0
Summary: Cleans up unused kernel drivers and firmware
License: GPL-2.0-or-later
URL: https://github.com/openSUSE/image-janitor
Source0: image-janitor-%{version}.tar.zst
Source1: registry.tar.zst
Source1: registry.tar.zst
BuildRequires: cargo
BuildRequires: cargo-packaging

Binary file not shown.