[shim-signed/f18] Make the shim-unsigned dep be on the subpackage.

Peter Jones pjones at fedoraproject.org
Mon Dec 17 16:15:34 UTC 2012


commit 60fd090ab1e06b1bc58e4c6c08a5a7a8665e5534
Author: Peter Jones <pjones at redhat.com>
Date:   Mon Dec 17 11:15:28 2012 -0500

    Make the shim-unsigned dep be on the subpackage.

 shim-signed.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/shim-signed.spec b/shim-signed.spec
index 9d7a17d..70e2434 100644
--- a/shim-signed.spec
+++ b/shim-signed.spec
@@ -1,6 +1,6 @@
 Name:           shim-signed
 Version:        0.2
-Release:        3.1%{?dist}
+Release:        3.2%{?dist}
 Summary:        First-stage UEFI bootloader
 Provides:	shim = %{version}-%{release}
 
@@ -8,9 +8,7 @@ License:        BSD
 URL:            http://www.codon.org.uk/~mjg59/shim/
 Source0:	shim.efi
 
-#Requires: shim-unsigned >= %{version}-%{release}
 #BuildRequires: shim-unsigned = %{version}-%{release}
-Requires: shim-unsigned >= 0.2-3.fc18
 BuildRequires: shim-unsigned = 0.2-3.fc18
 BuildRequires: pesign >= 0.100-1%{dist}
 
@@ -42,6 +40,8 @@ the UEFI signing service.
 
 %package -n shim
 Summary: First-stage UEFI bootloader
+#Requires: shim-unsigned >= %{version}-%{release}
+Requires: shim-unsigned >= 0.2-3.fc18
 
 %description -n shim
 Initial UEFI bootloader that handles chaining to a trusted full bootloader
@@ -75,6 +75,9 @@ install -m 0644 shim-fedora.efi $RPM_BUILD_ROOT/boot/efi/EFI/%{efidir}/shim-fedo
 /boot/efi/EFI/%{efidir}/shim-fedora.efi
 
 %changelog
+* Mon Dec 17 2012 Peter Jones <pjones at redhat.com> - 0.2-3.2
+- Make the shim-unsigned dep be on the subpackage.
+
 * Sun Dec 16 2012 Peter Jones <pjones at redhat.com> - 0.2-3.1
 - Rebuild to provide "shim" package directly instead of just as a Provides:
 


More information about the scm-commits mailing list