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 150187 Details for
Bug 232533
[rhel4.5] The version.h has no define to find out the release and update.
[?]
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 against the spec file.
version_h_spec_3.patch (text/plain), 757 bytes, created by
Konrad Rzeszutek
on 2007-03-16 00:22:50 UTC
(
hide
)
Description:
Patch against the spec file.
Filename:
MIME Type:
Creator:
Konrad Rzeszutek
Created:
2007-03-16 00:22:50 UTC
Size:
757 bytes
patch
obsolete
>--- kernel-2.6.spec.orig 2007-03-15 19:08:04.000000000 -0400 >+++ kernel-2.6.spec 2007-03-15 20:06:01.000000000 -0400 >@@ -15,6 +15,9 @@ > %define FC2 0 > %define FC3 0 > >+%define redhat_release_major 4 >+%define redhat_release_minor 5 >+ > # Versions of various parts > > # >@@ -3527,6 +3530,9 @@ > # the higher version when the final kernel is released. > perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile > perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile >+perl -p -i -e "s/^RHEL_RELEASE.*/RHEL_RELEASE = %{redhat_release_major}/" Makefile >+perl -p -i -e "s/^RHEL_UPDATE.*/RHEL_UPDATE = %{redhat_release_minor}/" Makefile >+ > > # conditionally applied test patch for debugging convenience > %if %([ -s %{PATCH20000} ] && echo 1 || echo 0)
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 232533
:
150185
| 150187