Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f3650a7acf |
@@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 07:31:11 UTC 2025 - Olaf Kirch <okir@suse.com>
|
||||
|
||||
- No longer require libcontainers-sles-mounts (bsc#1246779).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 14:11:10 UTC 2025 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Drop SLFO from the description and category (bsc#1237361).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 19 10:20:31 UTC 2023 - Jiri Srain <jsrain@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
Name: patterns-container
|
||||
Version: 0.1
|
||||
Release: 0
|
||||
Summary: Patterns for Containers
|
||||
Summary: Patterns for SUSE Linux Framework One
|
||||
License: MIT
|
||||
Group: Metapackages
|
||||
URL: http://en.opensuse.org/Patterns
|
||||
@@ -35,6 +35,7 @@ not make sense.
|
||||
Summary: SUSE podman runtime pattern
|
||||
Group: Metapackages
|
||||
Provides: pattern() = container_runtime_podman
|
||||
Provides: pattern-category() = SLFO
|
||||
Provides: pattern-icon() = pattern-kubic
|
||||
Provides: pattern-order() = 9020
|
||||
Obsoletes: patterns-microos-container_runtime
|
||||
@@ -42,21 +43,28 @@ Provides: patterns-microos-container_runtime
|
||||
Requires: podman
|
||||
Requires: netavark
|
||||
Requires: aardvark-dns
|
||||
%if !0%{?is_opensuse}
|
||||
Requires: libcontainers-sles-mounts
|
||||
%endif
|
||||
|
||||
%description runtime_podman
|
||||
This provides default podman installation on SUSE Linux.
|
||||
This provides default podman installation on SUSE Linux Framework One
|
||||
|
||||
%package runtime_docker
|
||||
Summary: SUSE Docker runtime support
|
||||
Group: Metapackages
|
||||
Provides: pattern() = container_runtime_docker
|
||||
Provides: pattern-category() = SLFO
|
||||
Provides: pattern-icon() = pattern-kubic
|
||||
Provides: pattern-order() = 9030
|
||||
Provides: pattern-visible()
|
||||
Requires: docker
|
||||
%if !0%{?is_opensuse}
|
||||
Requires: libcontainers-sles-mounts
|
||||
%endif
|
||||
|
||||
%description runtime_docker
|
||||
This provides default Docker installation on SUSE Linux.
|
||||
This provides default Docker installation on SUSE Linux Framework One
|
||||
|
||||
%prep
|
||||
# empty on purpose
|
||||
|
||||
Reference in New Issue
Block a user