Sync from SUSE:SLFO:Main product-composer revision 1e780dfaba9a75728dfc8400f3a65fd6
This commit is contained in:
commit
9f3b9813ef
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
14
_service
Normal file
14
_service
Normal file
@ -0,0 +1,14 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/openSUSE/product-composer</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="version">0.4.4</param>
|
||||
<param name="revision">0.4.4</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
<service name="tar" mode="buildtime" />
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
</services>
|
BIN
product-composer-0.4.4.obscpio
(Stored with Git LFS)
Normal file
BIN
product-composer-0.4.4.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
94
product-composer.changes
Normal file
94
product-composer.changes
Normal file
@ -0,0 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 12:17:13 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.4.4
|
||||
* supports also schema version 0.2 now
|
||||
* supports specifing add-on media product builds (versus OS)
|
||||
* supports overwriting package (from) information in updatinfo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 16:28:27 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.4.3
|
||||
* Allow product builds without meta packages
|
||||
* improve disk-usage in susedata output
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to version 0.4.1
|
||||
* write translations of package descriptions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 15:11:10 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.4.0
|
||||
Replacement of susedata tool, first part
|
||||
|
||||
- Add supportstatus
|
||||
- Add gpg trusted keys
|
||||
- switch to SHA512 checksum
|
||||
|
||||
Missing:
|
||||
- diskusage data
|
||||
- package translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 10:58:49 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.3.4
|
||||
- support basic iso generation, not for bootable images yet
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 15:13:11 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.3.3
|
||||
- fixes incorrect data inside of repomd.xml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 12:04:37 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.3.2
|
||||
* crash fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 11 08:17:38 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.3.1
|
||||
* Supporting new 0.1 schema with extended functionality
|
||||
* signature handling fix
|
||||
* refactoring and code cleanup and documentation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 14:46:55 UTC 2023 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.2
|
||||
* Support .report file generation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 15:27:14 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Set service to manaul run: server side execution not permitted in
|
||||
products.
|
||||
- Do not use python-single-spec magic, but use python3 directly
|
||||
(the main python version).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 14:52:21 UTC 2023 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- roll version 0.1
|
||||
Kind of a beta version for ALP based products.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 10:37:22 UTC 2023 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- initial package
|
||||
|
4
product-composer.obsinfo
Normal file
4
product-composer.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: product-composer
|
||||
version: 0.4.4
|
||||
mtime: 1712843104
|
||||
commit: 6b8348ef1a43060b857ec8ed3accbbd7f44f49e0
|
62
product-composer.spec
Normal file
62
product-composer.spec
Normal file
@ -0,0 +1,62 @@
|
||||
#
|
||||
# spec file for package product-composer
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: product-composer
|
||||
Version: 0.4.4
|
||||
Release: 0
|
||||
Summary: Product Composer
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Building
|
||||
URL: https://github.com/openSUSE/product-composer
|
||||
Source: %name-%{version}.tar.xz
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-poetry-core
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-wheel
|
||||
Requires: python3-PyYAML
|
||||
Requires: python3-pydantic
|
||||
Requires: python3-rpm
|
||||
Requires: python3-zstandard
|
||||
# build for signdummy
|
||||
Requires: build
|
||||
Requires: createrepo
|
||||
Requires: inst-source-utils
|
||||
Requires: mkisofs
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
The new product builder for ALP family and beyond.
|
||||
WARNING: please be aware that the code is still on the move and is
|
||||
likely to break with productcompose file syntax changes.
|
||||
|
||||
%prep
|
||||
%autosetup -n %name-%version -p1
|
||||
|
||||
%build
|
||||
%python3_pyproject_wheel
|
||||
|
||||
%install
|
||||
%python3_pyproject_install
|
||||
mv %buildroot/usr/bin/productcomposer %buildroot%_bindir/product-composer
|
||||
|
||||
%files
|
||||
%doc README.rst docs examples
|
||||
%_bindir/product-composer
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user