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

This commit is contained in:
Adrian Schröter 2024-08-09 23:16:24 +02:00
parent f0a8aee25c
commit df6b54bd86
6 changed files with 24 additions and 11 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">10a8d1780796cd547c8fc71067e1565977ce6050</param></service></servicedata>
<param name="changesrevision">4b389a76e694b83736efc727030aaac5fd283a8c</param></service></servicedata>

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Aug 07 15:04:27 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- Update to version 1.5.0:
* Add module for TOTP setup (jsc#CPT-84)
* Add module for user creation
* Set LC_COLLATE=C.UTF-8
* Document module API in README.md
* Let modules specify title, description and priority
* jeos-firstboot-functions: Simplify _find_modules
* Use tabs for indentation everywhere
* Drop stale README file
-------------------------------------------------------------------
Fri May 24 13:08:13 UTC 2024 - Fabian Vogt <fvogt@suse.com>

View File

@ -1,4 +1,4 @@
name: jeos-firstboot
version: 1.4.3
mtime: 1716555925
commit: 10a8d1780796cd547c8fc71067e1565977ce6050
version: 1.5.0
mtime: 1723042914
commit: 4b389a76e694b83736efc727030aaac5fd283a8c

View File

@ -23,7 +23,7 @@
%endif
Name: jeos-firstboot
Version: 1.4.3
Version: 1.5.0
Release: 0
Summary: Simple text based JeOS first boot wizard
License: MIT
@ -39,6 +39,7 @@ Requires: timezone
%if 0%{?suse_version} >= 1550
Requires: ssh-pairing
%endif
Requires: ((/usr/bin/qrencode and /usr/bin/oathtool) if pam_oath)
Requires: (/usr/bin/nmtui if NetworkManager)
BuildArch: noarch
%{?systemd_requires}
@ -83,7 +84,7 @@ rm %{buildroot}%{_datadir}/jeos-firstboot/modules/raspberrywifi
%service_add_post jeos-firstboot.service
%files
%doc README
%doc README.md
%license LICENSE
%{_unitdir}/jeos-firstboot.service
%{_unitdir}/jeos-firstboot-snapshot.service
@ -95,8 +96,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
%{_datadir}/jeos-firstboot/modules/{ssh_enroll,status_mail,otp,user}
%{_sbindir}/jeos-config
%{_sbindir}/jeos-firstboot
%{_sbindir}/jeos-firstboot-snapshot