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