Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 512dd15680 | |||
| 3099f1b54b |
4
_service
4
_service
@@ -8,8 +8,8 @@
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="tar" mode="manual"/>
|
||||
<service name="recompress" mode="manual">
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
|
||||
4
_servicedata
Normal file
4
_servicedata
Normal file
@@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/grisu48/seidl.git</param>
|
||||
<param name="changesrevision">dadf49612513af98e6736de4fca3c7f856eaa2e9</param></service></servicedata>
|
||||
3
seidl-0.2.obscpio
Normal file
3
seidl-0.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d2fadb3b70f0f529dce890ccfd0551252d80ed6faa98e5db391848c0a0d36e7
|
||||
size 192523
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8681a9c2be3b588aed4a7329d5dcf1d03de8b11381c9800350bef072501e66bc
|
||||
size 156230
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 22 07:17:17 UTC 2025 - Felix Niederwanger <felix.niederwanger@suse.de>
|
||||
|
||||
- Switch to obscpio
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 22 07:11:23 UTC 2025 - Felix Niederwanger <felix.niederwanger@suse.de>
|
||||
|
||||
- Update to version 0.2:
|
||||
* Add the --noformat option
|
||||
* Don't filter image names and improve output
|
||||
* Spelling correction
|
||||
* Move Usage before Build
|
||||
* Switch to go
|
||||
* Improve documentation
|
||||
* Improve the region handling
|
||||
* Add name and install instructions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 2 04:58:40 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: seidl
|
||||
version: 0.2
|
||||
mtime: 1656591704
|
||||
commit: c70ac1e1d6a07e7ebb418643df9b4650eaa6be8f
|
||||
mtime: 1656590539
|
||||
commit: dadf49612513af98e6736de4fca3c7f856eaa2e9
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package seidl
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
||||
Reference in New Issue
Block a user