Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sdbootutil for openSUSE:Factory 
checked in at 2023-10-24 20:07:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sdbootutil (Old)
 and      /work/SRC/openSUSE:Factory/.sdbootutil.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sdbootutil"

Tue Oct 24 20:07:26 2023 rev:7 rq:1119679 version:1+git20231023.873adb9

Changes:
--------
--- /work/SRC/openSUSE:Factory/sdbootutil/sdbootutil.changes    2023-10-20 
23:17:01.551086427 +0200
+++ /work/SRC/openSUSE:Factory/.sdbootutil.new.24901/sdbootutil.changes 
2023-10-24 20:07:34.530819395 +0200
@@ -1,0 +2,6 @@
+Mon Oct 23 12:36:16 UTC 2023 - lnus...@suse.de
+
+- Update to version 1+git20231023.873adb9:
+  * Use correct image name on aarch64
+
+-------------------------------------------------------------------

Old:
----
  sdbootutil-1+git20231005.890f70c.obscpio

New:
----
  sdbootutil-1+git20231023.873adb9.obscpio

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

Other differences:
------------------
++++++ sdbootutil.spec ++++++
--- /var/tmp/diff_new_pack.azp8EV/_old  2023-10-24 20:07:35.110840483 +0200
+++ /var/tmp/diff_new_pack.azp8EV/_new  2023-10-24 20:07:35.110840483 +0200
@@ -27,7 +27,7 @@
 %define git_version %{nil}
 %endif
 Name:           sdbootutil
-Version:        1+git20231005.890f70c%{git_version}
+Version:        1+git20231023.873adb9%{git_version}
 Release:        0
 Summary:        script to install shim with sd-boot
 License:        MIT
@@ -74,6 +74,9 @@
 
 %install
 install -D -m 755 sdbootutil %{buildroot}%{_bindir}/sdbootutil
+%ifarch aarch64
+    sed -i -e 's/^image=vmlinuz/image=Image/' %{buildroot}%{_bindir}/sdbootutil
+%endif
 
 mkdir -p %{buildroot}%{_prefix}/lib/module-init-tools/kernel-scriptlets
 for a in rpm; do

++++++ _service ++++++
--- /var/tmp/diff_new_pack.azp8EV/_old  2023-10-24 20:07:35.142841646 +0200
+++ /var/tmp/diff_new_pack.azp8EV/_new  2023-10-24 20:07:35.146841791 +0200
@@ -5,7 +5,7 @@
     <param name="revision">main</param>
     <param name="versionformat">1+git%cd.%h</param>
     <param name="changesgenerate">enable</param>
-<!--    <param name="extract">sdbootutil.spec</param>-->
+    <param name="extract">sdbootutil.spec</param>
   </service>
   <service name="set_version" mode="manual" />
   <service name="tar" mode="buildtime"/>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.azp8EV/_old  2023-10-24 20:07:35.166842518 +0200
+++ /var/tmp/diff_new_pack.azp8EV/_new  2023-10-24 20:07:35.170842664 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/lnussel/sdbootutil.git</param>
-              <param 
name="changesrevision">890f70c9550b67c48f47e6968b6ffdde0cddc1bc</param></service></servicedata>
+              <param 
name="changesrevision">873adb9eeea175d6a0557b087e82dfd3140cd863</param></service></servicedata>
 (No newline at EOF)
 

++++++ sdbootutil-1+git20231005.890f70c.obscpio -> 
sdbootutil-1+git20231023.873adb9.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sdbootutil-1+git20231005.890f70c/sdbootutil.spec 
new/sdbootutil-1+git20231023.873adb9/sdbootutil.spec
--- old/sdbootutil-1+git20231005.890f70c/sdbootutil.spec        2023-10-05 
13:58:03.000000000 +0200
+++ new/sdbootutil-1+git20231023.873adb9/sdbootutil.spec        2023-10-23 
14:34:50.000000000 +0200
@@ -33,10 +33,12 @@
 License:        MIT
 URL:            https://en.opensuse.org/openSUSE:Usr_merge
 Source:         %{name}-%{version}.tar
+Requires:       efibootmgr
 Requires:       systemd-boot
 Requires:       jq
 Requires:       sed
 Supplements:    (systemd-boot and shim)
+Requires:       (%{name}-snapper if (snapper and btrfsprogs))
 
 %description
 Hook scripts to install shim along with systemd-boot
@@ -47,7 +49,6 @@
 Requires:       btrfsprogs
 Requires:       sdbootutil >= %{version}-%{release}
 Requires:       snapper
-Supplements:    (snapper and btrfsprogs and sdbootutil)
 
 %description snapper
 Plugin scripts for snapper to handle BLS config files
@@ -73,6 +74,9 @@
 
 %install
 install -D -m 755 sdbootutil %{buildroot}%{_bindir}/sdbootutil
+%ifarch aarch64
+    sed -i -e 's/^image=vmlinuz/image=Image/' %{buildroot}%{_bindir}/sdbootutil
+%endif
 
 mkdir -p %{buildroot}%{_prefix}/lib/module-init-tools/kernel-scriptlets
 for a in rpm; do

++++++ sdbootutil.obsinfo ++++++
--- /var/tmp/diff_new_pack.azp8EV/_old  2023-10-24 20:07:35.278846591 +0200
+++ /var/tmp/diff_new_pack.azp8EV/_new  2023-10-24 20:07:35.282846736 +0200
@@ -1,5 +1,5 @@
 name: sdbootutil
-version: 1+git20231005.890f70c
-mtime: 1696507083
-commit: 890f70c9550b67c48f47e6968b6ffdde0cddc1bc
+version: 1+git20231023.873adb9
+mtime: 1698064490
+commit: 873adb9eeea175d6a0557b087e82dfd3140cd863
 

Reply via email to