Description of problem: This is to summarise what we did for TC3. lorax when installing shim did not resolve the provides in shim-signed so we renamed the binary rpm from shim-signed to shim. then made sure shim had a Requires on shim-unsigned.
shim-signed-0.2-3.2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/shim-signed-0.2-3.2.fc18
obvious +1 blocker.
+1 My bad
+1 blocker.
good enough for this! AcceptedBlocker.
If you have shim-signed already installed, then the renamed binary 'shim' package doesn't update that. It will just install it without replacing. [jwboyer@localhost ~]$ rpm -qa | grep shim shim-unsigned-0.2-3.fc18.x86_64 shim-signed-0.2-3.fc18.x86_64 [jwboyer@localhost ~]$ sudo yum localupdate ./shim-0.2-3.2.fc18.x86_64.rpm Loaded plugins: langpacks, presto, refresh-packagekit Examining ./shim-0.2-3.2.fc18.x86_64.rpm: shim-0.2-3.2.fc18.x86_64 Package shim not installed, cannot update it. Run yum install to install it instead. Nothing to do [jwboyer@localhost ~]$ sudo yum localinstall ~/shim-0.2-3.2.fc18.x86_64.rpm Loaded plugins: langpacks, presto, refresh-packagekit Examining /home/jwboyer/shim-0.2-3.2.fc18.x86_64.rpm: shim-0.2-3.2.fc18.x86_64 Marking /home/jwboyer/shim-0.2-3.2.fc18.x86_64.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package shim.x86_64 0:0.2-3.2.fc18 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: shim x86_64 0.2-3.2.fc18 /shim-0.2-3.2.fc18.x86_64 2.6 M Transaction Summary ================================================================================ Install 1 Package Total size: 2.6 M Installed size: 2.6 M Is this ok [y/N]: y Downloading Packages: Running Transaction Check Running Transaction Test Transaction Check Error: file /boot/efi/EFI/fedora/shim-fedora.efi from install of shim-0.2-3.2.fc18.x86_64 conflicts with file from package shim-signed-0.2-3.fc18.x86_64 file /boot/efi/EFI/fedora/shim.efi from install of shim-0.2-3.2.fc18.x86_64 conflicts with file from package shim-signed-0.2-3.fc18.x86_64 Error Summary ------------- [jwboyer@localhost ~]$ The following diff seems to do the right thing: diff --git a/shim-signed.spec b/shim-signed.spec index 70e2434..f923430 100644 --- a/shim-signed.spec +++ b/shim-signed.spec @@ -1,6 +1,6 @@ Name: shim-signed Version: 0.2 -Release: 3.2%{?dist} +Release: 3.3%{?dist} Summary: First-stage UEFI bootloader Provides: shim = %{version}-%{release} @@ -42,6 +42,8 @@ the UEFI signing service. Summary: First-stage UEFI bootloader #Requires: shim-unsigned >= %{version}-%{release} Requires: shim-unsigned >= 0.2-3.fc18 +Provides: shim-signed = 0.2-3.3 +Obsoletes: shim-signed <= 0.2-3.2 [jwboyer@localhost shim-signed]$ sudo yum localinstall ./x86_64/shim-0.2-3.3.fc18.x86_64.rpm Loaded plugins: langpacks, presto, refresh-packagekit Examining ./x86_64/shim-0.2-3.3.fc18.x86_64.rpm: shim-0.2-3.3.fc18.x86_64 Marking ./x86_64/shim-0.2-3.3.fc18.x86_64.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package shim.x86_64 0:0.2-3.3.fc18 will be obsoleting ---> Package shim-signed.x86_64 0:0.2-3.fc18 will be obsoleted --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: shim x86_64 0.2-3.3.fc18 /shim-0.2-3.3.fc18.x86_64 2.6 M replacing shim-signed.x86_64 0.2-3.fc18 Transaction Summary ================================================================================ Install 1 Package Total size: 2.6 M Is this ok [y/N]: n
Package shim-signed-0.2-3.2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing shim-signed-0.2-3.2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-20583/shim-signed-0.2-3.2.fc18 then log in and leave karma (feedback).
shim-signed-0.2-3.2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.
shim-signed-0.2-3.3.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/shim-signed-0.2-3.3.fc18
shim-signed-0.2-3.3.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.