| summaryrefslogtreecommitdiff |
Unidiff
| -rw-r--r-- | rpm/kernel-binary.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpm/kernel-binary.spec.in b/rpm/kernel-binary.spec.in index 5451966..6e52870 100644 --- a/rpm/kernel-binary.spec.in +++ b/rpm/kernel-binary.spec.in | |||
| @@ -83,6 +83,9 @@ Requires(post): module-init-tools >= 3.4 | |||
| 83 | # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry | 83 | # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry |
| 84 | Requires(post): perl-Bootloader >= 0.4.15 | 84 | Requires(post): perl-Bootloader >= 0.4.15 |
| 85 | Requires(post): mkinitrd | 85 | Requires(post): mkinitrd |
| 86 | # Install the package providing /etc/SuSE-release early enough, so that | ||
| 87 | # the grub entry has correct title (bnc#757565) | ||
| 88 | Requires(post): distribution-release | ||
| 86 | # Do not install p-b and mkinitrd for the install check, the %post script is | 89 | # Do not install p-b and mkinitrd for the install check, the %post script is |
| 87 | # able to handle this | 90 | # able to handle this |
| 88 | #!BuildIgnore: perl-Bootloader mkinitrd | 91 | #!BuildIgnore: perl-Bootloader mkinitrd |