| 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) (unidiff) | |
| 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 | |||
| @@ -88,7 +88,7 @@ Requires(post): mkinitrd | |||
| 88 | Requires(post): distribution-release | 88 | Requires(post): distribution-release |
| 89 | # 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 |
| 90 | # able to handle this | 90 | # able to handle this |
| 91 | #!BuildIgnore: perl-Bootloader mkinitrd | 91 | #!BuildIgnore: perl-Bootloader mkinitrd distribution-release |
| 92 | # Remove some packages that are installed automatically by the build system, | 92 | # Remove some packages that are installed automatically by the build system, |
| 93 | # but are not needed to build the kernel | 93 | # but are not needed to build the kernel |
| 94 | #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv | 94 | #!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv |