Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1f431f530c |
2
_service
2
_service
@@ -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
BIN
image-janitor-0.2.0.tar.zst
LFS
Normal file
Binary file not shown.
BIN
image-janitor-0.3.0.tar.zst
LFS
BIN
image-janitor-0.3.0.tar.zst
LFS
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: image-janitor
|
||||
version: 0.3.0
|
||||
mtime: 1771966664
|
||||
commit: 1d617f17c75682f20c13a4b30d4e785dedf302d7
|
||||
version: 0.2.0
|
||||
mtime: 1760010725
|
||||
commit: c3a132e97afc79478a966756a7c3c423f55847cd
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
registry.tar.zst
LFS
BIN
registry.tar.zst
LFS
Binary file not shown.
Reference in New Issue
Block a user