Accepting request 162327 from home:gary_lin:branches:devel:openSUSE:Factory
bnc#813079: Call update-bootloader in %post to update *.efi in \efi\opensuse OBS-URL: https://build.opensuse.org/request/show/162327 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/shim?expand=0&rev=24
This commit is contained in:
parent
6c21f45551
commit
2e7d74adf8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 3 03:54:22 UTC 2013 - glin@suse.com
|
||||||
|
|
||||||
|
- Call update-bootloader in %post to update *.efi in \efi\opensuse
|
||||||
|
(bnc#813079)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 06:53:47 UTC 2013 - glin@suse.com
|
Fri Mar 8 06:53:47 UTC 2013 - glin@suse.com
|
||||||
|
|
||||||
|
@ -66,6 +66,7 @@ BuildRequires: mozilla-nss-tools
|
|||||||
BuildRequires: openssl >= 0.9.8
|
BuildRequires: openssl >= 0.9.8
|
||||||
BuildRequires: pesign
|
BuildRequires: pesign
|
||||||
BuildRequires: pesign-obs-integration
|
BuildRequires: pesign-obs-integration
|
||||||
|
Requires: perl-Bootloader
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Recommends: grub2-efi
|
Recommends: grub2-efi
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
@ -148,6 +149,9 @@ install -m 755 %{SOURCE3} %{buildroot}/%{_sbindir}/
|
|||||||
%clean
|
%clean
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||||
|
|
||||||
|
%post
|
||||||
|
/sbin/update-bootloader --refresh || true
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYRIGHT
|
%doc COPYRIGHT
|
||||||
|
Loading…
Reference in New Issue
Block a user