Files
container-base/container-base.spec

52 lines
1.4 KiB
RPMSpec
Raw Permalink Normal View History

#
# spec file for package container-base
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: container-base
Version: 0
Release: 0
Summary: Dependencies for container build
License: MIT
Requires: aaa_base
Requires: bash
Requires: ca-certificates
Requires: ca-certificates-mozilla
Requires: coreutils
Requires: curl
Requires: filesystem
Requires: gzip
Requires: lsb-release
Requires: netcfg
Requires: openssl
Requires: tar
Requires: timezone
Requires: zypper
%if 0%{?suse_version} && 0%{?suse_version} > 1600
Requires: openSUSE-build-key
Requires: openSUSE-release
Requires: openSUSE-release-appliance-docker
%else
Requires: sles-release
%endif
%description
Dependencies for container build
%files
%changelog