Bug 959590
| Summary: | System Currency Report not showing severity levels for security advisories | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | daniel.schindler | ||||||||
| Component: | WebUI | Assignee: | Tomas Lestach <tlestach> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 1.9 | CC: | avi.miller, tkasparek | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-08-02 13:15:42 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 991452 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
daniel.schindler
2013-05-03 21:57:43 UTC
Created attachment 743386 [details]
Errata view showing security errata
Created attachment 743387 [details]
Oracle Linux latest updateinfo.xml with severity tags
Right, reposync imports the advisories in a different way than we're used to. Prepending severity to the synopsis for security advisories ... spacewalk.git: a06e70b8d48b4c2b2269f88d4168166bdd8b2525 Thanks Thomas :D A very smooth solution! This way the guys from Oracle ULN won't need to adjust the synopsis tag in their metadata. Regards, Daniel Hey Daniel, let's call this a quick fix. The real fix would be to start using severity_id column in the rhnErrata table. Any plans to do so in a future release? :) Hi Tomas, after applying the patch I receive this error for several repositories: Sync started: Thu Jun 20 09:21:51 2013 ['/usr/bin/spacewalk-repo-sync', '--channel', 'ol6_u4_base-x86_64', '--type', 'yum'] Repo URL: http://public-yum.oracle.com/repo/OracleLinux/OL6/4/base/x86_64 Packages in repo: 8396 No new packages to sync. Repo http://public-yum.oracle.com/repo/OracleLinux/OL6/4/base/x86_64 has comps file comps.xml. Repo http://public-yum.oracle.com/repo/OracleLinux/OL6/4/base/x86_64 has 938 errata. ERROR: unsupported operand type(s) for +: 'NoneType' and 'str' Sync completed. Total time: 0:04:22 If I comment out the added lines it finishes without such error. --daniel Correct, severity may be unknown, an additional commit is required ... spacewalk.git: 1e6218c04e64d49152dd086165e13a7233a78008 Fix for this bug is present in Spacewalk 2.0, closing this bug as CURRENTRELEASE. |