Sync from SUSE:SLFO:Main jeos-firstboot revision e77eee3156dbe1fc51eca34ce13000c1

This commit is contained in:
Adrian Schröter 2024-06-08 11:22:50 +02:00
parent fa7ad55536
commit f0a8aee25c
6 changed files with 44 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/jeos-firstboot.git</param>
<param name="changesrevision">b726c1d087db25df6692e0314cee2c679c86aca6</param></service></servicedata>
<param name="changesrevision">10a8d1780796cd547c8fc71067e1565977ce6050</param></service></servicedata>

BIN
jeos-firstboot-1.3.0.8.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
jeos-firstboot-1.4.3.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Fri May 24 13:08:13 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- Update to version 1.4.3:
* Use UTC as default TZ if there was no locale selection dialog (boo#1224212)
-------------------------------------------------------------------
Mon May 06 11:38:02 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- Update to version 1.4.2:
* Resolve cycle w.r.t. wicked (bsc#1223391)
-------------------------------------------------------------------
Mon Apr 29 08:11:47 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- Make ssh-pairing a required dep on new distros
-------------------------------------------------------------------
Wed Apr 17 08:07:04 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- Update to version 1.4.1:
* Add ssh_enroll module
-------------------------------------------------------------------
Thu Apr 11 08:39:35 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- Update to version 1.4.0:
* Use d_styled in more places
* Add support for systemd credentials
* Order modules, read from /etc
-------------------------------------------------------------------
Wed Mar 27 08:30:02 UTC 2024 - Fabian Vogt <fvogt@suse.com>

View File

@ -1,4 +1,4 @@
name: jeos-firstboot
version: 1.3.0.8
mtime: 1711528179
commit: b726c1d087db25df6692e0314cee2c679c86aca6
version: 1.4.3
mtime: 1716555925
commit: 10a8d1780796cd547c8fc71067e1565977ce6050

View File

@ -23,7 +23,7 @@
%endif
Name: jeos-firstboot
Version: 1.3.0.8
Version: 1.4.3
Release: 0
Summary: Simple text based JeOS first boot wizard
License: MIT
@ -35,6 +35,10 @@ Requires: dialog
Requires: iproute2
Requires: live-langset-data
Requires: timezone
# Very useful on distros which disable pw-based root login per ssh
%if 0%{?suse_version} >= 1550
Requires: ssh-pairing
%endif
Requires: (/usr/bin/nmtui if NetworkManager)
BuildArch: noarch
%{?systemd_requires}
@ -91,6 +95,7 @@ rm %{buildroot}%{_datadir}/jeos-firstboot/modules/raspberrywifi
%dir %{_datadir}/jeos-firstboot/modules/network-modules/
%{_datadir}/jeos-firstboot/modules/network-modules/NetworkManager
%{_datadir}/jeos-firstboot/modules/network-modules/wicked
%{_datadir}/jeos-firstboot/modules/ssh_enroll
%{_datadir}/jeos-firstboot/modules/status_mail
%{_sbindir}/jeos-config
%{_sbindir}/jeos-firstboot