| Summary: |
devel:gcc/binutils: devel subpackage should depend on zstd-devel |
| Product: |
[openSUSE] openSUSE.org
|
Reporter: |
Stefan Brüns <stefan.bruens> |
| Component: |
3rd party software | Assignee: |
Michael Matz <matz> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
E-mail List <screening-team-bugs> |
| Severity: |
Normal
|
|
|
| Priority: |
P5 - None
|
CC: |
rguenther
|
| Version: |
unspecified | |
|
| Target Milestone: |
--- | |
|
| Hardware: |
Other | |
|
| OS: |
Other | |
|
| Whiteboard: |
|
|
Found By:
|
---
|
Services Priority:
|
|
|
Business Priority:
|
|
Blocker:
|
---
|
|
Marketing QA Status:
|
---
|
IT Deployment:
|
---
|
As zstd compression is enabled for current distribution versions, the devel package should also pull in zstd-devel ``` %if %{suse_version} > 1500 BuildRequires: libzstd-devel %endif ``` -> ``` %package devel ... %if %{suse_version} > 1500 Requires: libzstd-devel %endif ```