commit 94272bfead0504205ecf88c72c77391f0198df85 Author: Peter Jones pjones@redhat.com Date: Fri May 31 13:35:09 2013 -0400
Actually require a version of shim-unsigned that has been built.
shim-signed.spec | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/shim-signed.spec b/shim-signed.spec index d22e66e..a93f364 100644 --- a/shim-signed.spec +++ b/shim-signed.spec @@ -9,7 +9,7 @@ URL: http://www.codon.org.uk/~mjg59/shim/ Source0: shim.efi
#BuildRequires: shim-unsigned = %{version}-%{release} -BuildRequires: shim-unsigned = 0.2-3%{?dist} +BuildRequires: shim-unsigned = 0.2-3.fc18 BuildRequires: pesign >= 0.100-1%{dist}
# Shim uses OpenSSL, but cannot use the system copy as the UEFI ABI is not @@ -41,7 +41,7 @@ the UEFI signing service. %package -n shim Summary: First-stage UEFI bootloader #Requires: shim-unsigned >= %{version}-%{release} -Requires: shim-unsigned >= 0.2-3%{?dist} +Requires: shim-unsigned >= 0.2-3.fc18 Provides: shim-signed = %{version}-%{release} Obsoletes: shim-signed < %{version}-%{release}
scm-commits@lists.fedoraproject.org