From bc9d90aa6e39cc8240df7c39b197fef4be4b9cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 19 Jan 2024 11:36:09 +0100 Subject: [PATCH] Sync spec file as formated for Factory Fixing deps for fedora based distros --- dist/build.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/dist/build.spec b/dist/build.spec index 866690188..7f12ef61f 100644 --- a/dist/build.spec +++ b/dist/build.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ Name: %{__pkg_name} Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0-only OR GPL-3.0-only Group: Development/Tools/Building -Version: 20220927 +Version: 20240111 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -53,7 +53,8 @@ BuildRequires: perl(Date::Parse) BuildRequires: perl(Test::Harness) BuildRequires: perl(Test::More) %if 0%{?fedora} -Requires: perl-MD5 +Requires: perl(LWP-Protocol-https) +Requires: perl(XML::Parser) Requires: perl-TimeDate BuildRequires: perl-TimeDate %endif @@ -72,9 +73,14 @@ BuildRequires: perl(YAML::LibYAML) # Perl helper scripts use them. Recommends: perl(Archive::Tar) Recommends: /sbin/mkfs.ext3 +Recommends: /sbin/mkfs.ext3 +Recommends: /usr/bin/qemu-kvm Recommends: /usr/bin/qemu-kvm Recommends: bsdtar +Recommends: bsdtar Recommends: qemu-linux-user +Recommends: qemu-linux-user +Recommends: zstd Recommends: zstd Recommends: perl(Config::IniFiles) Recommends: perl(Date::Language) @@ -85,11 +91,6 @@ Recommends: perl(Time::Zone) Recommends: perl(URI) Recommends: perl(XML::Parser) Recommends: perl(YAML::LibYAML) -Recommends: bsdtar -Recommends: qemu-linux-user -Recommends: zstd -Recommends: /usr/bin/qemu-kvm -Recommends: /sbin/mkfs.ext3 # for vc: Recommends: /usr/bin/dnsdomainname Recommends: /usr/bin/rpmdev-packager