fix
Rev openSUSE:Tools/432 Md5 84d7a1239dae7de9b378d8af4886c890 2021-02-17 12:14:20 adrianSuSE None
This commit is contained in:
parent
4677eb1d95
commit
2e2a78fef0
17
build.spec
17
build.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package build
|
||||
# spec file for package obs-build
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@ -61,23 +61,23 @@ Conflicts: bsdtar < 2.5.5
|
||||
BuildRequires: perl(Test::Harness)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(YAML::LibYAML)
|
||||
%if 0%{?suse_version} > 1000 || 0%{?centos_version} >= 800 || 0%{?rhel_version} >= 800 || 0%{?fedora_version} >= 21
|
||||
%if 0%{?suse_version} > 1000 || 0%{?centos_version} >= 800 || 0%{?rhel_version} >= 800 || 0%{?fedora_version} >= 21 || 0%{?almalinux_version} >= 800
|
||||
# None of them are actually required for core features.
|
||||
# Perl helper scripts use them.
|
||||
Recommends: perl(Date::Language)
|
||||
Recommends: /sbin/mkfs.ext3
|
||||
Recommends: /usr/bin/qemu-kvm
|
||||
Recommends: bsdtar
|
||||
Recommends: qemu-linux-user
|
||||
Recommends: zstd
|
||||
Recommends: perl(Date::Parse)
|
||||
Recommends: perl(LWP::UserAgent)
|
||||
Recommends: perl(Net::SSL)
|
||||
Recommends: perl(Pod::Usage)
|
||||
Recommends: perl(Time::Zone)
|
||||
Recommends: perl(URI)
|
||||
Recommends: perl(XML::Parser)
|
||||
Recommends: perl(Net::SSL)
|
||||
Recommends: perl(YAML::LibYAML)
|
||||
Recommends: bsdtar
|
||||
Recommends: qemu-linux-user
|
||||
Recommends: zstd
|
||||
Recommends: /usr/bin/qemu-kvm
|
||||
Recommends: /sbin/mkfs.ext3
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
|
||||
@ -126,6 +126,7 @@ for generating delta rpm packages.
|
||||
%if "%{_host_cpu}" == "i686"
|
||||
%define initvm_arch i586
|
||||
%endif
|
||||
|
||||
%package initvm-%{initvm_arch}
|
||||
Summary: Virtualization initializer for emulated cross architecture builds
|
||||
Group: Development/Tools/Building
|
||||
|
Loading…
Reference in New Issue
Block a user