Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bfc7a4fb4e | |||
| 268ee7b460 | |||
| 6a54e01e25 | |||
| 39532ce1fc | |||
| ebec6111cd | |||
| ecfedc16bf | |||
| 4caecce8e2 | |||
| 595baa680f | |||
| 2f8b28f4a1 | |||
| f258eab60d | |||
| 7c475731b2 | |||
| e6e50b1896 |
1
_service
1
_service
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
BIN
jeos-firstboot-1.4.3.obscpio
LFS
BIN
jeos-firstboot-1.4.3.obscpio
LFS
Binary file not shown.
BIN
jeos-firstboot-1.5.8.obscpio
LFS
Normal file
BIN
jeos-firstboot-1.5.8.obscpio
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: jeos-firstboot
|
||||
version: 1.4.3
|
||||
mtime: 1716555925
|
||||
commit: 10a8d1780796cd547c8fc71067e1565977ce6050
|
||||
version: 1.5.8
|
||||
mtime: 1751979752
|
||||
commit: 598996a37463fc5f0f5a12a87552808fed72907a
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user