Sync from SUSE:ALP:Source:Standard:1.0 product-composer revision 2e8a05b1c7a1d422960495ec3b96d343
This commit is contained in:
parent
94902971ef
commit
3d8401498f
4
_service
4
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/openSUSE/product-composer</param>
|
<param name="url">https://github.com/openSUSE/product-composer</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="version">0.4.1</param>
|
<param name="version">0.4.2</param>
|
||||||
<param name="revision">0.4.1</param>
|
<param name="revision">0.4.2</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="manual" />
|
<service name="set_version" mode="manual" />
|
||||||
<service name="tar" mode="buildtime" />
|
<service name="tar" mode="buildtime" />
|
||||||
|
BIN
product-composer-0.4.1.obscpio
(Stored with Git LFS)
BIN
product-composer-0.4.1.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
product-composer-0.4.2.obscpio
(Stored with Git LFS)
Normal file
BIN
product-composer-0.4.2.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 8 10:40:48 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- update to version 0.4.2
|
||||||
|
* generate also diskusage data now (done by mls)
|
||||||
|
* code cleanup
|
||||||
|
- add missing dependency to python-zstandard
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 7 15:49:18 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
Thu Mar 7 15:49:18 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: product-composer
|
name: product-composer
|
||||||
version: 0.4.1
|
version: 0.4.2
|
||||||
mtime: 1709826398
|
mtime: 1709895036
|
||||||
commit: d4343d718c9ebcc9bcdce68b133b0c84979c870e
|
commit: 2e1933d5752f59d07883338de554c829ba7daeb2
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: product-composer
|
Name: product-composer
|
||||||
Version: 0.4.1
|
Version: 0.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Product Composer
|
Summary: Product Composer
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -31,6 +31,7 @@ BuildRequires: python3-wheel
|
|||||||
Requires: python3-PyYAML
|
Requires: python3-PyYAML
|
||||||
Requires: python3-pydantic
|
Requires: python3-pydantic
|
||||||
Requires: python3-rpm
|
Requires: python3-rpm
|
||||||
|
Requires: python3-zstandard
|
||||||
# build for signdummy
|
# build for signdummy
|
||||||
Requires: build
|
Requires: build
|
||||||
Requires: createrepo
|
Requires: createrepo
|
||||||
|
Loading…
Reference in New Issue
Block a user