Sync from SUSE:SLFO:Main agama-products revision 13dfd9068d645fae259cc885c0a60d3e
This commit is contained in:
parent
51f9210231
commit
75e826c5ac
6
_service
6
_service
@ -1,9 +1,13 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/openSUSE/agama.git</param>
|
||||
<!-- 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>
|
||||
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -42,7 +42,7 @@ install -m 0644 *.yaml %{buildroot}%{_datadir}/agama/products.d
|
||||
Summary: Definition of openSUSE products for the Agama installer.
|
||||
|
||||
%description opensuse
|
||||
Definition of openSUSE products (Tumbleweed, Leap and MicroOS) for the Agama installer.
|
||||
Definition of openSUSE products (Tumbleweed, Leap, MicroOS and Slowroll) for the Agama installer.
|
||||
|
||||
%files opensuse
|
||||
%doc README.md
|
||||
@ -52,6 +52,7 @@ Definition of openSUSE products (Tumbleweed, Leap and MicroOS) for the Agama ins
|
||||
%{_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.
|
||||
|
BIN
agama.obscpio
(Stored with Git LFS)
BIN
agama.obscpio
(Stored with Git LFS)
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
name: agama
|
||||
version: 10+10
|
||||
mtime: 1727171291
|
||||
commit: 64351dc11df417a59971cd84865467a1ec655101
|
||||
version: 10+315
|
||||
mtime: 1730714090
|
||||
commit: 6027158875713bb4c22ab3de3769336d453e73bb
|
||||
|
Loading…
Reference in New Issue
Block a user