Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 309051 Details for
Bug 451008
Rpmbuild generates incorrect packages due to typos in the kernel-2.6.spec file.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to correct typos in kernel spec file.
kernel-2.6.spec.patch (text/plain), 1.18 KB, created by
Alan Bartlett
on 2008-06-12 11:33:20 UTC
(
hide
)
Description:
Patch to correct typos in kernel spec file.
Filename:
MIME Type:
Creator:
Alan Bartlett
Created:
2008-06-12 11:33:20 UTC
Size:
1.18 KB
patch
obsolete
>Patch to correct the SNAFU within the kernel-2.6.spec file >that makes part of kernel-2.6.18-*.el5.src.rpm package. > >Alan Bartlett <ajb.stxsl@gmail.com> >A member of the CentOS Community <http://www.centos.org> > >Mon Jun 9 10:36:24 BST 2008 > >--- kernel-2.6.spec.old 2008-06-09 10:31:44.000000000 +0100 >+++ kernel-2.6.spec 2008-06-09 10:29:49.000000000 +0100 >@@ -20,13 +20,13 @@ Summary: The Linux kernel (the core of t > # kernel-kdump (only valid for ppc64) > %define with_kdump %{?_without_kdump: 0} %{?!_without_kdump: 1} > # kernel-debug >-%define with_debug %{?_without_debug: 0} %{!?_without_debug: 1} >+%define with_debug %{?_without_debug: 0} %{?!_without_debug: 1} > # kernel-doc > %define with_doc %{?_without_doc: 0} %{?!_without_doc: 1} > # kernel-headers > %define with_headers %{?_without_headers: 0} %{?!_without_headers: 1} > # kernel-debuginfo >-%define with_debuginfo %{?_without_debuginfo: 0} %{!?_without_debuginfo: 1} >+%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1} > > # Control whether we perform a compat. check against published ABI. > %define with_kabichk %{?_without_kabichk: 0} %{?!_without_kabichk: 1}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 451008
: 309051