12 Commits

Author SHA256 Message Date
205e8361ee Accepting request 1291276 from devel:openSUSE:Factory
- Update to version 1.5.8:
  * Update files/usr/share/jeos-firstboot/jeos-firstboot-functions
  * Use SUSE_PRETTY_NAME as product name to display if it exists (bsc#1245364)
  * Use xterm-256color on WSL based hosts boo#1237756

OBS-URL: https://build.opensuse.org/request/show/1291276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jeos-firstboot?expand=0&rev=65
2025-07-09 15:26:11 +00:00
9c5e9bee51 - Update to version 1.5.8:
* Update files/usr/share/jeos-firstboot/jeos-firstboot-functions
  * Use SUSE_PRETTY_NAME as product name to display if it exists (bsc#1245364)
  * Use xterm-256color on WSL based hosts boo#1237756

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/jeos-firstboot?expand=0&rev=164
2025-07-08 13:14:30 +00:00
159ba5fcb0 Accepting request 1269600 from devel:openSUSE:Factory
- Update to version 1.5.5:
  * user: Add field to add the user to specified groups (bsc#1241215)
  * Add title and description to remaining modules
- Remove changesauthor from _service

OBS-URL: https://build.opensuse.org/request/show/1269600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jeos-firstboot?expand=0&rev=64
2025-04-20 07:34:46 +00:00
41868f1cd2 - Update to version 1.5.5:
* user: Add field to add the user to specified groups (bsc#1241215)
  * Add title and description to remaining modules
- Remove changesauthor from _service

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/jeos-firstboot?expand=0&rev=162
2025-04-15 11:33:25 +00:00
3cdb9a1a6a Accepting request 1204945 from devel:openSUSE:Factory
- Update to version 1.5.3:
  * otp: Show the QR code in a separate window if necessary (bsc#1231177)

OBS-URL: https://build.opensuse.org/request/show/1204945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jeos-firstboot?expand=0&rev=63
2024-10-02 19:32:45 +00:00
d695f8a9cb - Update to version 1.5.3:
* otp: Show the QR code in a separate window if necessary (bsc#1231177)

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/jeos-firstboot?expand=0&rev=160
2024-10-01 14:08:10 +00:00
d2924798bb Accepting request 1202924 from devel:openSUSE:Factory
- Add dependency on cracklib for cracklib-check

OBS-URL: https://build.opensuse.org/request/show/1202924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jeos-firstboot?expand=0&rev=62
2024-09-25 19:52:49 +00:00
4bd17b1540 - Add dependency on cracklib for cracklib-check
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/jeos-firstboot?expand=0&rev=158
2024-09-24 11:35:50 +00:00
8de0505b44 Accepting request 1201795 from devel:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/1201795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jeos-firstboot?expand=0&rev=61
2024-09-19 19:16:48 +00:00
00e16a7653 Accepting request 1201793 from home:jzerebecki:branches:devel:openSUSE:Factory
- Update to version 1.5.2:
  * otp: Use the system nodename as issuer in the QR code
  * otp: Use more obvious dd | base32 instead of tr | head

OBS-URL: https://build.opensuse.org/request/show/1201793
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/jeos-firstboot?expand=0&rev=156
2024-09-18 13:19:32 +00:00
77d898aa7a Accepting request 1192320 from devel:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/1192320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jeos-firstboot?expand=0&rev=60
2024-08-16 12:51:47 +00:00
8eba62b2d2 Accepting request 1192319 from home:favogt:combustion
- 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

OBS-URL: https://build.opensuse.org/request/show/1192319
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/jeos-firstboot?expand=0&rev=154
2024-08-07 15:09:38 +00:00
7 changed files with 61 additions and 13 deletions

View File

@@ -5,7 +5,6 @@
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">jeos-internal@suse.de</param>
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime" />

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">598996a37463fc5f0f5a12a87552808fed72907a</param></service></servicedata>

Binary file not shown.

BIN
jeos-firstboot-1.5.8.obscpio LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Jul 08 13:12:31 UTC 2025 - Fabian Vogt <fvogt@suse.com>
- Update to version 1.5.8:
* Update files/usr/share/jeos-firstboot/jeos-firstboot-functions
* Use SUSE_PRETTY_NAME as product name to display if it exists (bsc#1245364)
* Use xterm-256color on WSL based hosts boo#1237756
-------------------------------------------------------------------
Tue Apr 15 11:10:38 UTC 2025 - Fabian Vogt <fvogt@suse.com>
- Update to version 1.5.5:
* user: Add field to add the user to specified groups (bsc#1241215)
* Add title and description to remaining modules
- Remove changesauthor from _service
-------------------------------------------------------------------
Tue Oct 01 14:07:29 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- Update to version 1.5.3:
* otp: Show the QR code in a separate window if necessary (bsc#1231177)
-------------------------------------------------------------------
Tue Sep 24 11:35:30 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- Add dependency on cracklib for cracklib-check
-------------------------------------------------------------------
Wed Sep 18 13:03:38 UTC 2024 - jeos-internal@suse.de
- Update to version 1.5.2:
* otp: Use the system nodename as issuer in the QR code
* otp: Use more obvious dd | base32 instead of tr | head
-------------------------------------------------------------------
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.8
mtime: 1751979752
commit: 598996a37463fc5f0f5a12a87552808fed72907a

View File

@@ -1,7 +1,7 @@
#
# spec file for package jeos-firstboot
#
# 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
@@ -23,7 +23,7 @@
%endif
Name: jeos-firstboot
Version: 1.4.3
Version: 1.5.8
Release: 0
Summary: Simple text based JeOS first boot wizard
License: MIT
@@ -31,6 +31,8 @@ Group: Development/Tools/Other
URL: https://github.com/openSUSE/jeos-firstboot
Source0: %{name}-%{version}.tar.xz
BuildRequires: systemd-rpm-macros
# Provides cracklib-check used for password quality checking during user creation
Requires: cracklib
Requires: dialog
Requires: iproute2
Requires: live-langset-data
@@ -39,6 +41,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 +86,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 +98,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