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 593041 Details for
Bug 833558
Custom compile of 3.4.2-4 fails due to empty req.list; patch to put protection in kernel.spec attached
[?]
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 for the kernel.spec in the kernel src.rpm to prevent choke on empty req.list
file_833558.txt (text/plain), 745 bytes, created by
stan
on 2012-06-19 18:59:12 UTC
(
hide
)
Description:
Patch for the kernel.spec in the kernel src.rpm to prevent choke on empty req.list
Filename:
MIME Type:
Creator:
stan
Created:
2012-06-19 18:59:12 UTC
Size:
745 bytes
patch
obsolete
>--- kernel.spec 2012-06-19 10:17:08.507769115 -0700 >+++ kernel.spec 2012-06-19 10:31:37.851734217 -0700 >@@ -1814,12 +1814,22 @@ BuildKernel() { > fi > fi > done > done > >- sort -u req.list > req2.list >- sort -u mod-extra.list > mod-extra2.list >+ if [ -e req.list ] ; then >+ sort -u req.list > req2.list ; >+ else >+ touch req.list ; >+ touch req2.list ; >+ fi >+ if [ -e mod-extra.list ] ; then >+ sort -u mod-extra.list > mod-extra2.list ; >+ else >+ touch mod-extra.list ; >+ touch mod-extra2.list ; >+ fi > join -v 1 mod-extra2.list req2.list > mod-extra3.list > > for mod in `cat mod-extra3.list` > do > # get the path for the module
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 Raw
Actions:
View
Attachments on
bug 833558
: 593041