| summaryrefslogtreecommitdiff |
| author | Michal Marek <mmarek@suse.cz> | 2012-05-02 14:34:34 (GMT) |
|---|---|---|
| committer | Michal Marek <mmarek@suse.cz> | 2012-05-02 14:35:21 (GMT) |
| commit | 3cd703ff254e4e98c7ea502ca0535ce1536a9fa1 (patch) (side-by-side diff) | |
| tree | 2cd1a738a93b9fb6b48c32c5d51509924a99caf1 | |
| parent | 30145a42893983411badd576df8398809c05dc23 (diff) | |
- rpm/kernel-binary.spec.in: Do not require distribution-release
during build.
| -rw-r--r-- | rpm/kernel-binary.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/kernel-binary.spec.in b/rpm/kernel-binary.spec.in index 6e52870..5ea4f93 100644 --- a/rpm/kernel-binary.spec.in +++ b/rpm/kernel-binary.spec.in @@ -89,5 +89,5 @@ 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 +#!BuildIgnore: perl-Bootloader mkinitrd distribution-release # Remove some packages that are installed automatically by the build system, # but are not needed to build the kernel |