Bug ID | 1215341 |
---|---|
Summary | devel:gcc/binutils: devel subpackage should depend on zstd-devel |
Classification | openSUSE |
Product | openSUSE.org |
Version | unspecified |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | 3rd party software |
Assignee | matz@suse.com |
Reporter | stefan.bruens@rwth-aachen.de |
QA Contact | screening-team-bugs@suse.de |
CC | rguenther@suse.com |
Target Milestone | --- |
Found By | --- |
Blocker | --- |
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 ```