1 Commits

Author SHA256 Message Date
1f431f530c resync with factory 2026-01-14 12:06:31 +01:00
7 changed files with 11 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/openSUSE/image-janitor.git</param>
<param name="scm">git</param>
<param name="revision">0.3.0</param>
<param name="revision">0.2.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

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

Binary file not shown.

Binary file not shown.

View File

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

View File

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

View File

@@ -17,13 +17,13 @@
Name: image-janitor
Version: 0.3.0
Version: 0.2.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.