Accepting request 1119651 from home:lnussel:branches:devel:microos

- Update to version 1+git20231023.873adb9:
  * Use correct image name on aarch64

OBS-URL: https://build.opensuse.org/request/show/1119651
OBS-URL: https://build.opensuse.org/package/show/devel:microos/sdbootutil?expand=0&rev=18
This commit is contained in:
Ludwig Nussel 2023-10-23 14:26:07 +00:00 committed by Git OBS Bridge
parent e9bb626cce
commit 260fb2454c
7 changed files with 18 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<param name="revision">main</param> <param name="revision">main</param>
<param name="versionformat">1+git%cd.%h</param> <param name="versionformat">1+git%cd.%h</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<!-- <param name="extract">sdbootutil.spec</param>--> <param name="extract">sdbootutil.spec</param>
</service> </service>
<service name="set_version" mode="manual" /> <service name="set_version" mode="manual" />
<service name="tar" mode="buildtime"/> <service name="tar" mode="buildtime"/>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/lnussel/sdbootutil.git</param> <param name="url">https://github.com/lnussel/sdbootutil.git</param>
<param name="changesrevision">890f70c9550b67c48f47e6968b6ffdde0cddc1bc</param></service></servicedata> <param name="changesrevision">873adb9eeea175d6a0557b087e82dfd3140cd863</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fb33280f9a0f8f5f3066d0309e50b3d746be387a46e433921ea9027bba34268
size 339467

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35267d9b81835281ee799578a769590897b953bdbf6f6006e8677dd8e2b57282
size 339979

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 23 12:36:16 UTC 2023 - lnussel@suse.de
- Update to version 1+git20231023.873adb9:
* Use correct image name on aarch64
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 19 06:15:45 UTC 2023 - Fabian Vogt <fvogt@suse.de> Thu Oct 19 06:15:45 UTC 2023 - Fabian Vogt <fvogt@suse.de>

View File

@ -1,4 +1,4 @@
name: sdbootutil name: sdbootutil
version: 1+git20231005.890f70c version: 1+git20231023.873adb9
mtime: 1696507083 mtime: 1698064490
commit: 890f70c9550b67c48f47e6968b6ffdde0cddc1bc commit: 873adb9eeea175d6a0557b087e82dfd3140cd863

View File

@ -27,7 +27,7 @@ BuildRequires: git-core
%define git_version %{nil} %define git_version %{nil}
%endif %endif
Name: sdbootutil Name: sdbootutil
Version: 1+git20231005.890f70c%{git_version} Version: 1+git20231023.873adb9%{git_version}
Release: 0 Release: 0
Summary: script to install shim with sd-boot Summary: script to install shim with sd-boot
License: MIT License: MIT
@ -74,6 +74,9 @@ kernels are installed or removed
%install %install
install -D -m 755 sdbootutil %{buildroot}%{_bindir}/sdbootutil 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 mkdir -p %{buildroot}%{_prefix}/lib/module-init-tools/kernel-scriptlets
for a in rpm; do for a in rpm; do