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 605078 Details for
Bug 849018
rhnPackageCapability.version is too small for some packages
[?]
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 change rhnPackageCapability.version to 512 bytes wide
0001-Alter-width-of-rhnPackageCapability.version.patch (text/plain), 1.08 KB, created by
Nigel Jones
on 2012-08-17 05:20:01 UTC
(
hide
)
Description:
Patch to change rhnPackageCapability.version to 512 bytes wide
Filename:
MIME Type:
Creator:
Nigel Jones
Created:
2012-08-17 05:20:01 UTC
Size:
1.08 KB
patch
obsolete
>From b57ddd02d01e72db6124e357f90149039f0cfefe Mon Sep 17 00:00:00 2001 >From: Nigel Jones <nigjones@redhat.com> >Date: Fri, 17 Aug 2012 16:59:24 +1200 >Subject: [PATCH] Alter width of rhnPackageCapability.version > >Make rhnPackageCapability.version match width of >rhnPackageEVR.version (512 bytes) to avoid potential issues with >custom packages. >--- > .../common/tables/rhnPackageCapability.sql | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/schema/spacewalk/common/tables/rhnPackageCapability.sql b/schema/spacewalk/common/tables/rhnPackageCapability.sql >index f947dfb..43d32f8 100644 >--- a/schema/spacewalk/common/tables/rhnPackageCapability.sql >+++ b/schema/spacewalk/common/tables/rhnPackageCapability.sql >@@ -20,7 +20,7 @@ CREATE TABLE rhnPackageCapability > CONSTRAINT rhn_pkg_capability_id_pk PRIMARY KEY > USING INDEX TABLESPACE [[4m_tbs]], > name VARCHAR2(4000) NOT NULL, >- version VARCHAR2(64), >+ version VARCHAR2(512), > created DATE > DEFAULT (sysdate) NOT NULL, > modified DATE >-- >1.7.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 849018
: 605078