Bug 1734103
| Summary: | A garbage in scl-utils RPM package change log | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Petr Pisar <ppisar> |
| Component: | scl-utils | Assignee: | Pavlina Moravcova Varekova <pmoravco> |
| Status: | CLOSED ERRATA | QA Contact: | Lukáš Zachar <lzachar> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8.1 | CC: | dmach, pmoravco |
| Target Milestone: | rc | Keywords: | Regression |
| Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | scl-utils-2.0.2-10.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-11-05 20:58:38 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: | |||
scl-utils-2.0.2-8.el8 was fine. This is a regression. 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, 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-2019:3388 |
scl-utils-2.0.2-9.el8.x86_64 contains a garbage in its changelog: # rpm -q --changelog scl-utils | head * Tue Jul 02 2019 Pavlina Moravcova Varekova <pmoravco> - 1:2.0.2-9 - use .el8 instead of .el8 (#1725774) - scl-utils-build own the pkgconfig directory by %defattr(-,root,root,-) %dir %_scl_prefix %dir %attr(555,root,root) %{_scl_root} %dir %attr(555,root,root) %{_scl_scripts} %{_scl_scripts}/enable %{_root_sysconfdir}/scl/prefixes/%scl %{_scl_root}/bin That's caused by an unescaped per-cent character in the spec file: %changelog * Tue Jul 02 2019 Pavlina Moravcova Varekova <pmoravco> - 1:2.0.2-9 - use %{?dist} instead of %{dist} (#1725774) - scl-utils-build own the pkgconfig directory by %scl_files (#1431962) ^^^^^^^^^^ * Wed May 22 2019 Pavlina Moravcova Varekova <pmoravco> - 1:2.0.2-8 - Own directory /etc/scl (#1616405)