Accepting request 1099409 from devel:microos:systemd-boot

- Update to version 1+git20230717.dac075e:
  * Install default boot loader in non-secure-boot case too

- Update to version 1+git20230713.df6eaca:
  * Update features
  * Call stty only in interactive mode
  * silence stty errors

- Update to version 1+git20230713.356f0c5:
  * Fix rpm dependencies

OBS-URL: https://build.opensuse.org/request/show/1099409
OBS-URL: https://build.opensuse.org/package/show/devel:microos/sdbootutil?expand=0&rev=4
This commit is contained in:
Ludwig Nussel 2023-07-19 07:43:48 +00:00 committed by Git OBS Bridge
parent 0853dc2278
commit f9fc0ed74d
6 changed files with 34 additions and 10 deletions

View File

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10ba0f22cf74511399c425a064400f3381c29c5fc8a95adfd014434f7568cdd0
size 322571

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9feec3d3318576d06ffd4c8942f522ec5a231df9050c1e8a51c1da48c43a484f
size 324107

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 17 09:16:02 UTC 2023 - lnussel@suse.com
- Update to version 1+git20230717.dac075e:
* Install default boot loader in non-secure-boot case too
-------------------------------------------------------------------
Thu Jul 13 12:04:12 UTC 2023 - lnussel@suse.de
- Update to version 1+git20230713.df6eaca:
* Update features
* Call stty only in interactive mode
* silence stty errors
-------------------------------------------------------------------
Thu Jul 13 08:09:49 UTC 2023 - lnussel@suse.de
- Update to version 1+git20230713.356f0c5:
* Fix rpm dependencies
-------------------------------------------------------------------
Tue Jul 11 11:41:45 UTC 2023 - lnussel@suse.com

View File

@ -1,4 +1,4 @@
name: sdbootutil
version: 1+git20230711.f5c7e48
mtime: 1689075604
commit: f5c7e48bca77729870773e940df9426ee83c5ae5
version: 1+git20230717.dac075e
mtime: 1689585274
commit: dac075ef5bdba3304dfb2076ae9f009ffd36ad3c

View File

@ -27,16 +27,16 @@ BuildRequires: git-core
%define git_version %{nil}
%endif
Name: sdbootutil
Version: 1+git20230711.f5c7e48%{git_version}
Version: 1+git20230717.dac075e%{git_version}
Release: 0
Summary: script to install shim with sd-boot
License: MIT
URL: https://en.opensuse.org/openSUSE:Usr_merge
Source: %{name}-%{version}.tar
# XXX systemd-boot is in udev
Requires: systemd-boot
Requires: jq
Requires: sed
Supplements: (udev and shim)
Supplements: (systemd-boot and shim)
%description
Hook scripts to install shim along with systemd-boot
@ -62,8 +62,12 @@ Plugin scripts for snapper to handle BLS config files
%package rpm-scriptlets
Summary: dummy scriptlets for the kernel
# make sure to not replace scriptlets with nops on systems that
# use grub2
Conflicts: grub2
Conflicts: suse-kernel-rpm-scriptlets
Provides: suse-kernel-rpm-scriptlets
Requires: %{name}-filetriggers
%description rpm-scriptlets
Empty scriptlets to satisfy kernel dependencies