Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jeos-firstboot for openSUSE:Factory 
checked in at 2024-04-24 15:13:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeos-firstboot"

Wed Apr 24 15:13:16 2024 rev:57 rq:1169613 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes    
2024-04-12 17:37:19.377360363 +0200
+++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1880/jeos-firstboot.changes  
2024-04-24 15:13:34.879456459 +0200
@@ -1,0 +2,6 @@
+Wed Apr 17 08:07:04 UTC 2024 - Fabian Vogt <fv...@suse.com>
+
+- Update to version 1.4.1:
+  * Add ssh_enroll module
+
+-------------------------------------------------------------------

Old:
----
  jeos-firstboot-1.4.0.obscpio

New:
----
  jeos-firstboot-1.4.1.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jeos-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.Lu4Hvc/_old  2024-04-24 15:13:35.423476246 +0200
+++ /var/tmp/diff_new_pack.Lu4Hvc/_new  2024-04-24 15:13:35.427476391 +0200
@@ -23,7 +23,7 @@
 %endif
 
 Name:           jeos-firstboot
-Version:        1.4.0
+Version:        1.4.1
 Release:        0
 Summary:        Simple text based JeOS first boot wizard
 License:        MIT
@@ -35,6 +35,8 @@
 Requires:       iproute2
 Requires:       live-langset-data
 Requires:       timezone
+# Optional, let's not install it by default just yet.
+# Requires:     ssh-pairing
 Requires:       (/usr/bin/nmtui if NetworkManager)
 BuildArch:      noarch
 %{?systemd_requires}
@@ -91,6 +93,7 @@
 %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

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Lu4Hvc/_old  2024-04-24 15:13:35.467477846 +0200
+++ /var/tmp/diff_new_pack.Lu4Hvc/_new  2024-04-24 15:13:35.471477991 +0200
@@ -1,6 +1,5 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/jeos-firstboot.git</param>
-              <param 
name="changesrevision">a2154039c68564a90dc03515f7d350113df96092</param></service></servicedata>
-(No newline at EOF)
+              <param 
name="changesrevision">cdb74779bff1914078cea1a6a03116ef6acf4033</param></service></servicedata>
 

++++++ jeos-firstboot-1.4.0.obscpio -> jeos-firstboot-1.4.1.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jeos-firstboot-1.4.0/files/usr/share/jeos-firstboot/modules/ssh_enroll 
new/jeos-firstboot-1.4.1/files/usr/share/jeos-firstboot/modules/ssh_enroll
--- old/jeos-firstboot-1.4.0/files/usr/share/jeos-firstboot/modules/ssh_enroll  
1970-01-01 01:00:00.000000000 +0100
+++ new/jeos-firstboot-1.4.1/files/usr/share/jeos-firstboot/modules/ssh_enroll  
2024-04-17 10:06:25.000000000 +0200
@@ -0,0 +1,22 @@
+# SPDX-License-Identifier: MIT
+# SPDX-FileCopyrightText: Copyright 2024 SUSE LLC
+# shellcheck shell=bash
+
+# Only show the configuration if the package is installed
+if command -v ssh-pairing >/dev/null; then
+       ssh_enroll_jeos_config()
+       {
+               DIALOGOPTS="--backtitle \"$PRETTY_NAME\"" ssh-pairing || :
+       }
+
+       ssh_enroll_systemd_firstboot()
+       {
+               if d_styled --title $"SSH Key Enrollment" --yesno $"Do you want 
to enroll keys for SSH access?" 0 0; then
+                       while ! DIALOGOPTS="--backtitle \"$PRETTY_NAME\"" 
ssh-pairing; do
+                               if ! d_styled --title $"SSH Key Enrollment" 
--yesno $"No keys enrolled. Try again?" 0 0; then
+                                       return 0
+                               fi
+                       done
+               fi
+       }
+fi

++++++ jeos-firstboot.obsinfo ++++++
--- /var/tmp/diff_new_pack.Lu4Hvc/_old  2024-04-24 15:13:35.583482066 +0200
+++ /var/tmp/diff_new_pack.Lu4Hvc/_new  2024-04-24 15:13:35.587482211 +0200
@@ -1,5 +1,5 @@
 name: jeos-firstboot
-version: 1.4.0
-mtime: 1712824001
-commit: a2154039c68564a90dc03515f7d350113df96092
+version: 1.4.1
+mtime: 1713341185
+commit: cdb74779bff1914078cea1a6a03116ef6acf4033
 

Reply via email to