Sync from SUSE:SLFO:Main agama-auto revision 0e0b09921d1c41ede467733c408def61
This commit is contained in:
parent
f90f3d09c1
commit
89bf960ff1
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">autoinstallation</param>
|
||||
<param name="without-version">enable</param>
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 12:10:11 UTC 2025 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- gh#agama-project/agama#1970
|
||||
- Adapted agama-auto script to reboot by default once the
|
||||
unattended installation is finished.
|
||||
- Allow to modify the finish method through the 'agama.finish'
|
||||
kernel cmdline argument.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 11:27:29 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package agama-auto
|
||||
#
|
||||
# Copyright (c) 2024 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
|
||||
|
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+0
|
||||
mtime: 1727035068
|
||||
commit: 861bdbc9fd6e6f5ef9445be8a88d7042e20b3c3c
|
||||
version: 11+855
|
||||
mtime: 1740393009
|
||||
commit: a7260f61be33eae08cb17b036d42c9c475de8331
|
||||
|
Loading…
x
Reference in New Issue
Block a user