| summaryrefslogtreecommitdiff |
| author | Michal Marek <mmarek@suse.cz> | 2012-05-02 11:32:51 (GMT) |
|---|---|---|
| committer | Michal Marek <mmarek@suse.cz> | 2012-05-02 13:49:56 (GMT) |
| commit | 30145a42893983411badd576df8398809c05dc23 (patch) (side-by-side diff) | |
| tree | 7606ab075e76f8c276e7d64e6c205c1863bbb0ff | |
| parent | d5a693e47786fb191529b021360d244e25ace637 (diff) | |
rpm/kernel-binary.spec.in: Depend on distribution-release, so that
the grub entry has correct title (bnc#757565).
| -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 @@ -80,12 +80,15 @@ Requires(post): module-init-tools >= 3.4 # But, there is no way to tell rpm or yast to schedule the installation # of perl-Bootloader before kernel-binary.rpm if both are in the list of # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 Requires(post): mkinitrd +# Install the package providing /etc/SuSE-release early enough, so that +# the grub entry has correct title (bnc#757565) +Requires(post): distribution-release # Do not install p-b and mkinitrd for the install check, the %post script is # able to handle this #!BuildIgnore: perl-Bootloader mkinitrd # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv |