Bug 1854991
| Summary: | Bug in sfcbrepos redirection stderr to stdout in SPEC file (%post) | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Jakub Haruda <jharuda> | 
| Component: | sblim-sfcb | Assignee: | Vitezslav Crhonek <vcrhonek> | 
| Status: | CLOSED ERRATA | QA Contact: | Jakub Haruda <jharuda> | 
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.2 | CC: | ovasik | 
| Target Milestone: | rc | Keywords: | Triaged | 
| Target Release: | 8.0 | Flags: | pm-rhel:
                mirror+ | 
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sblim-sfcb-1.4.9-17.el8 | Doc Type: | No Doc Update | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-05-18 15:47:41 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: | |||
| Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (sblim-sfcb bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:1845 | 
There is bug in SPEC file. sblim-sfcb.spec: %post section: There is "%{_bindir}/sfcbrepos -f > /dev/null 2>1", but there must be "2>&1" (from stderr to stdout) so there is missing '&' symbol. It can cause creating/overwriting file named 1. Affects all current RHEL-8 releases (8.0GA to 8.2) Currently the latest known affected version: sblim-sfcb-1.4.9-16.el8 Bug introduced in changelog: * Tue Dec 02 2014 Vitezslav Crhonek <vcrhonek> - 1.4.9-1 - Update to sblim-sfcb-1.4.9 - Silence sfcbrepos in %%post