mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-12 04:26:25 +00:00
fix(suse): perl compat also Provide perl-devel
perl-Sys-Virt / perl-Crypt-SSLeay (XS modules) BuildRequire perl-devel, absent on openSUSE (the dev headers live in the perl package). Add perl-devel to the compat provides so dnf builddep resolves it. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>
This commit is contained in:
@@ -656,10 +656,12 @@ License: MIT
|
||||
BuildArch: noarch
|
||||
Provides: perl-generators
|
||||
Provides: perl-interpreter
|
||||
Provides: perl-devel
|
||||
Requires: perl
|
||||
%description
|
||||
Satisfies the perl-generators / perl-interpreter BuildRequires of Fedora perl
|
||||
source rpms when building them under openSUSE mock. Never shipped.
|
||||
Satisfies the perl-generators / perl-interpreter / perl-devel BuildRequires of
|
||||
Fedora perl source rpms when building them under openSUSE mock (SUSE ships the
|
||||
perl dev headers inside the perl package itself). Never shipped.
|
||||
%files
|
||||
%changelog
|
||||
SPEC
|
||||
|
||||
Reference in New Issue
Block a user