Bug 1215341

Summary: devel:gcc/binutils: devel subpackage should depend on zstd-devel
Product: [openSUSE] openSUSE.org Reporter: Stefan Brüns <stefan.bruens>
Component: 3rd party softwareAssignee: 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: ---

Description Stefan Brüns 2023-09-14 11:49:21 UTC
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
```
Comment 1 Michael Matz 2023-09-14 12:30:56 UTC
Indeed.  Thanks for the report.  Fixed in devel:gcc.
Comment 2 OBSbugzilla Bot 2023-09-26 12:35:02 UTC
This is an autogenerated message for OBS integration:
This bug (1215341) was mentioned in
https://build.opensuse.org/request/show/1113654 Factory / binutils
Comment 3 OBSbugzilla Bot 2023-11-09 17:45:02 UTC
This is an autogenerated message for OBS integration:
This bug (1215341) was mentioned in
https://build.opensuse.org/request/show/1124735 Factory / binutils