forked from pool/systemd
Accepting request 971002 from home:lnussel:branches:Base:System
- spec: sign the systemd-boot efi binary (boo#1198586) OBS-URL: https://build.opensuse.org/request/show/971002 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1279
This commit is contained in:
parent
6d7a87b727
commit
3a71e5f4e3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 20 07:59:23 UTC 2022 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- spec: sign the systemd-boot efi binary (boo#1198586)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 19 11:17:03 UTC 2022 - Franck Bui <fbui@suse.com>
|
Tue Apr 19 11:17:03 UTC 2022 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -305,6 +305,7 @@ License: GPL-2.0-only
|
|||||||
URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
||||||
%if %{with sd_boot}
|
%if %{with sd_boot}
|
||||||
BuildRequires: gnu-efi
|
BuildRequires: gnu-efi
|
||||||
|
BuildRequires: pesign-obs-integration
|
||||||
%endif
|
%endif
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
@ -720,6 +721,12 @@ Have fun with these services at your own risk.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
|
%if %{with sd_boot}
|
||||||
|
%ifarch x86_64
|
||||||
|
export BRP_PESIGN_FILES="/usr/lib/systemd/boot/efi/systemd-bootx64.efi"
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
# Don't ship resolvconf symlink for now as it conflicts with the
|
# Don't ship resolvconf symlink for now as it conflicts with the
|
||||||
# binary shipped by openresolv and provides limited compatibility
|
# binary shipped by openresolv and provides limited compatibility
|
||||||
# only
|
# only
|
||||||
|
Loading…
Reference in New Issue
Block a user