Updated to 11+23 (e115d211b5d670b220604a1058b1e5dcdd8402ef)
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:Agama:Devel/agama-products?expand=0&rev=45
This commit is contained in:
commit
dbf54cc85a
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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
24
_service
Normal file
24
_service
Normal file
@ -0,0 +1,24 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<!-- the URL is modified by the .github/workflows/obs-staging-shared.yml
|
||||
action when submitting to OBS -->
|
||||
<param name="url">https://github.com/agama-project/agama.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="scm">git</param>
|
||||
<!-- the revision might be changed to "release" branch or a git tag by the
|
||||
.github/workflows/obs-staging-shared.yml action when submitting to OBS -->
|
||||
<param name="revision">master</param>
|
||||
<param name="subdir">products.d</param>
|
||||
<param name="without-version">enable</param>
|
||||
<param name="extract">agama-products.changes</param>
|
||||
<param name="extract">agama-products.spec</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar">
|
||||
<param name="obsinfo">agama.obsinfo</param>
|
||||
<param name="filename">agama</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version">
|
||||
<param name="basename">agama</param>
|
||||
</service>
|
||||
</services>
|
207
agama-products.changes
Normal file
207
agama-products.changes
Normal file
@ -0,0 +1,207 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 15:12:08 UTC 2025 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Update also base product from SLES-SAP to SLES_SAP(bsc#1235956)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 09:04:21 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Update SLES4SAP ID to SLES_SAP (gh#agama-project/agama#1890).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 16:13:30 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Add the user selectable patterns list to the SLES product
|
||||
(gh#agama-project/agama#1885).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 14:51:35 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Update SLES name (gh#agama-project/agama#1883).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 14:07:21 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Add support for products registration (jsc#PED-11192,
|
||||
gh#agama-project/agama#1809).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 12:57:13 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
- Drop yast from Leap 16.0 software selection
|
||||
code-o-o#leap/features#173
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 6 14:41:28 UTC 2025 - Angela Briel <abriel@suse.com>
|
||||
|
||||
- SLES for SAP Application product:
|
||||
Change product description.
|
||||
(bsc#1235023)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 11:04:06 UTC 2024 - Angela Briel <abriel@suse.com>
|
||||
|
||||
- SLES for SAP Application product:
|
||||
Change the base_product to SLES-SAP.
|
||||
Add SAP specific patterns for the default installation and for
|
||||
the additional software selection.
|
||||
(jsc#PED-11068, jsc#PED-11696)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 11:22:09 UTC 2024 - Ancor Gonzalez Sosa <ancor@suse.com>
|
||||
|
||||
- Temporarily disable adjusting swap to RAM size for all products
|
||||
(mitigation for gh#agama-project/agama/#1159).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 08:19:51 UTC 2024 - Gustavo Yokoyama Ribeiro <gyribeiro@suse.com>
|
||||
|
||||
- Add SLES for SAP Application product for SLE based products
|
||||
(gh#agama-project/agama/#1764)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 13:20:10 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
- Shorten Leap 16.0 installation_labels
|
||||
Neither yast2 partitioner, nor gnome disks
|
||||
allowed me to use openSUSE-Leap-DVD-x86_64 as
|
||||
the label limit seems to be 16 characters
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 11:58:49 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
- Add installation_labels for Leap 16.0
|
||||
Let's keep TW style format for now
|
||||
(gh#agama-project/agama/#1740)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 07 18:25:49 UTC 2024 - Gustavo Yokoyama Ribeiro <gyribeiro@suse.com>
|
||||
|
||||
- Fix mandatory patterns for SLES16.0:
|
||||
- fix traditional pattern name, patterns-base-traditional package
|
||||
provides base_traditional
|
||||
- remove base pattern because base_traditional pattern requires it
|
||||
(gh#agama-project/agama#1736)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 06 11:28:16 UTC 2024 - Gustavo Yokoyama Ribeiro <gyribeiro@suse.com>
|
||||
|
||||
- add traditional pattern to mandatory_patterns for SLES16.0 product,
|
||||
it will fix missing zypper in initial installation
|
||||
(gh#agama-project/agama#1731)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 18:57:26 UTC 2024 - Gustavo Yokoyama Ribeiro <gyribeiro@suse.com>
|
||||
|
||||
- sles_enhanced_base pattern was removed from SLES16, so replace
|
||||
it with base pattern (bsc#1232618)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 08:41:14 UTC 2024 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- Use HTTP repositories for SLES16, HTTPS does not work because
|
||||
of the internal SUSE CA used for the server SSL certificate
|
||||
(gh#agama-project/agama#1688)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 21:58:46 UTC 2024 - WesfunOfficial <93811710+WesfunOfficial@users.noreply.github.com>
|
||||
|
||||
- Added Slowroll to the product list (gh#agama-project/agama#1674)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 08:16:42 UTC 2024 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- Fixed typo in the SLES product name (bsc#1231663)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 09:30:26 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Update products translations (gh#openSUSE/agama#1607).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 16:25:00 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
- Show product logo in product selector (gh#openSUSE/agama#1415).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 10:24:30 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
- Add kde to Leap 16.0, remove Xfce until it's fully submitted to 16.0
|
||||
initial set of ~800 KDE related packages were just merged to Leap 16.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 09:12:25 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Adjust Linux Security Modules (LSM) configuration for SLES 16
|
||||
(gh#openSUSE/agama#1525):
|
||||
- Enable SELinux by default.
|
||||
- Drop AppArmor as it is not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 08:51:59 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Adjust the SLES 16 repositories (gh#openSUSE/agama#1524):
|
||||
- The TEST repositories are more stable at this time.
|
||||
- Add s390x and ppc64le repositories.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 17 07:34:01 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Add a definition for SUSE Linux Enteprise Server
|
||||
(gh#openSUSE/agama#1473).
|
||||
- Generate separate packages for openSUSE and SLE-based products.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 12 17:29:00 UTC 2024 - Natasha Ament <stacheldrahtje@gmail.com>
|
||||
|
||||
- change url for leap_160.yaml due to typo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 12 13:39:15 UTC 2024 - Natasha Ament <stacheldrahtje@gmail.com>
|
||||
|
||||
- change url for leap_160.yaml to distribution
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 13:54:15 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
- Use specific flavor of openSUSE-repos for each distro
|
||||
(gh#openSUSE/agama#1424).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 11:33:36 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Enable Leap 16.0 Alpha (gh#openSUSE/agama#1423).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 26 15:23:55 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Temporarily remove Leap 16.0 Alpha from the list of products
|
||||
(gh#openSUSE/agama#1390).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 26 08:25:00 UTC 2024 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- Remove the "32bit" pattern from openSUSE MicroOS
|
||||
(gh#openSUSE/agama#1381)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 20:35:00 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
- Add Leap 16 (gh#openSUSE/agama#1371)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 11:35:51 UTC 2024 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Remove definitions for MicroOS Desktop (gh#openSUSE/agama#1243).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 14:11:51 UTC 2023 - Ancor Gonzalez Sosa <ancor@suse.com>
|
||||
|
||||
- Preliminary definitions of openSUSE MicroOS products
|
||||
- Remove Leap 16.0 for now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 14:38:51 UTC 2023 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Initial split of products (gh#openSUSE/agama#602,
|
||||
gh#openSUSE/agama#822)
|
72
agama-products.spec
Normal file
72
agama-products.spec
Normal file
@ -0,0 +1,72 @@
|
||||
#
|
||||
# spec file for package agama-products
|
||||
#
|
||||
# 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
|
||||
# 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: agama-products
|
||||
# This will be set by osc services, that will run after this.
|
||||
Version: 0
|
||||
Release: 0
|
||||
Summary: Definition of products for the Agama installer
|
||||
License: GPL-2.0-only
|
||||
URL: https://github.com/opensuse/agama
|
||||
BuildArch: noarch
|
||||
Source0: agama.tar
|
||||
|
||||
%description
|
||||
Products definition for Agama installer.
|
||||
|
||||
%prep
|
||||
%autosetup -a0 -n agama
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -D -d -m 0755 %{buildroot}%{_datadir}/agama/products.d
|
||||
install -m 0644 *.yaml %{buildroot}%{_datadir}/agama/products.d
|
||||
|
||||
%package opensuse
|
||||
Summary: Definition of openSUSE products for the Agama installer.
|
||||
|
||||
%description opensuse
|
||||
Definition of openSUSE products (Tumbleweed, Leap, MicroOS and Slowroll) for the Agama installer.
|
||||
|
||||
%files opensuse
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%dir %{_datadir}/agama
|
||||
%dir %{_datadir}/agama/products.d
|
||||
%{_datadir}/agama/products.d/microos.yaml
|
||||
%{_datadir}/agama/products.d/tumbleweed.yaml
|
||||
%{_datadir}/agama/products.d/leap_160.yaml
|
||||
%{_datadir}/agama/products.d/slowroll.yaml
|
||||
|
||||
%package sle
|
||||
Summary: Definition of SLE products for the Agama installer.
|
||||
|
||||
%description sle
|
||||
SLE-based products definition for Agama installer.
|
||||
Definition of SLE-based products (e.g., SUSE Linux Enterprise Server) for the Agama installer.
|
||||
|
||||
%files sle
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%dir %{_datadir}/agama
|
||||
%dir %{_datadir}/agama/products.d
|
||||
%{_datadir}/agama/products.d/sles_160.yaml
|
||||
%{_datadir}/agama/products.d/sles_sap_160.yaml
|
||||
|
||||
%changelog
|
BIN
agama.obscpio
(Stored with Git LFS)
Normal file
BIN
agama.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
4
agama.obsinfo
Normal file
4
agama.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: agama
|
||||
version: 11+23
|
||||
mtime: 1737042011
|
||||
commit: e115d211b5d670b220604a1058b1e5dcdd8402ef
|
Loading…
Reference in New Issue
Block a user