Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package uki-tool for openSUSE:Factory 
checked in at 2025-03-04 18:33:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uki-tool (Old)
 and      /work/SRC/openSUSE:Factory/.uki-tool.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uki-tool"

Tue Mar  4 18:33:17 2025 rev:6 rq:1250021 version:1.4.2+0.g1e31f3f

Changes:
--------
--- /work/SRC/openSUSE:Factory/uki-tool/uki-tool.changes        2025-01-05 
15:30:50.932756722 +0100
+++ /work/SRC/openSUSE:Factory/.uki-tool.new.19136/uki-tool.changes     
2025-03-04 18:33:48.637004889 +0100
@@ -1,0 +2,15 @@
+Mon Mar 03 15:41:47 UTC 2025 - [email protected]
+
+- Update to version 1.4.2+0.g1e31f3f:
+  * Release to 1.4.2
+  * readme: Update the git link
+  * testsuite: create the uki-tool testsuite
+  * grub2: Do not insert mod in menuentry
+  * common: Check where ESP is mounted
+  * create: could use the unsigned static initrd
+  * readme: update installation info
+  * create: pcrkeys arg
+- Removing patch fixed upstream
+  [- create-pcrkeys-arg.patch]
+
+-------------------------------------------------------------------

Old:
----
  create-pcrkeys-arg.patch
  unified-kernel-image-tool-1.4.1+0.g2720d37.tar.xz

New:
----
  unified-kernel-image-tool-1.4.2+0.g1e31f3f.tar.xz

BETA DEBUG BEGIN:
  Old:- Removing patch fixed upstream
  [- create-pcrkeys-arg.patch]
BETA DEBUG END:

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

Other differences:
------------------
++++++ uki-tool.spec ++++++
--- /var/tmp/diff_new_pack.j0sjQk/_old  2025-03-04 18:33:50.253072374 +0100
+++ /var/tmp/diff_new_pack.j0sjQk/_new  2025-03-04 18:33:50.261072709 +0100
@@ -20,18 +20,26 @@
 %define bin_name uki-tool
 
 Name:           uki-tool
-Version:        1.4.1+0.g2720d37
+Version:        1.4.2+0.g1e31f3f
 Release:        0
 Summary:        Tool for the UKI and static-initrd project
 License:        MIT
 URL:            https://github.com/keentux/unified-kernel-image-tool.git
 Source:         %{archive_name}-%{version}.tar.xz
-#PATCH-FIXED-UPSTREAM
-Patch:          create-pcrkeys-arg.patch
 BuildArch:      noarch
 BuildRequires:  ShellCheck
 BuildRequires:  bash-sh
 BuildRequires:  coreutils
+%ifarch %ix86 x86_64
+# BuildRequires for tests - only on arch x86
+BuildRequires:  systemd, udev
+BuildRequires:  %{python_module cryptography}
+BuildRequires:  %{python_module pefile}
+BuildRequires:  dracut
+BuildRequires:  kernel-default
+BuildRequires:  systemd-boot
+BuildRequires:  systemd-experimental
+%endif
 Requires:       awk
 Requires:       bash-sh
 Requires:       bind-utils
@@ -71,11 +79,21 @@
     --bindir="%{_bindir}"\
     --mandir="%{_mandir}"
 
+%ifarch %ix86 x86_64
+%check
+kerver=$(ls /lib/modules/ | head -n 1)
+sh ./tests/test.sh \
+    --path "%{buildroot}%{_bindir}/%{bin_name}" \
+    --kerver "$kerver" \
+    --dir ./tmp-test-dir
+%endif
+
 %files
 %defattr(-,root,root)
 %{_bindir}/%{bin_name}
 
 %files doc
-%doc README.md LICENSE AUTHORS CHANGELOG.md
+%doc README.md AUTHORS CHANGELOG.md
+%license LICENSE
 %{_mandir}/man1/%{bin_name}.1%{?ext_man}
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.j0sjQk/_old  2025-03-04 18:33:50.513083233 +0100
+++ /var/tmp/diff_new_pack.j0sjQk/_new  2025-03-04 18:33:50.545084569 +0100
@@ -3,6 +3,6 @@
                 <param 
name="url">https://gitlab.suse.de/vlefebvre/unified-kernel-image-tool</param>
               <param 
name="changesrevision">1de0ad2a87daccc937adc720d3560c7e23f2d39d</param></service><service
 name="tar_scm">
                 <param 
name="url">https://github.com/keentux/unified-kernel-image-tool</param>
-              <param 
name="changesrevision">2720d37a6d703dbc75b8ff81718e2255588e4ebf</param></service></servicedata>
+              <param 
name="changesrevision">1e31f3f6f89574eea2e452b97f3526bb077136ce</param></service></servicedata>
 (No newline at EOF)
 

++++++ unified-kernel-image-tool-1.4.1+0.g2720d37.tar.xz -> 
unified-kernel-image-tool-1.4.2+0.g1e31f3f.tar.xz ++++++
++++ 2062 lines of diff (skipped)

Reply via email to