From fc39eb05949423cb220c497fff289f3ee72514ff29db9b939eae09d140b8c117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 27 Jun 2023 05:28:17 +0000 Subject: [PATCH 1/2] Accepting request 1095515 from home:danishprakash:branches:devel:microos Resolve choice on openSUSE distributions for libcontainer-policy by suggesting the libcontainers-openSUSE-policy explicitly. OBS-URL: https://build.opensuse.org/request/show/1095515 OBS-URL: https://build.opensuse.org/package/show/devel:microos/libcontainers-common?expand=0&rev=23 --- libcontainers-common.changes | 6 ++++++ libcontainers-common.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/libcontainers-common.changes b/libcontainers-common.changes index 714d62a..4b484d2 100644 --- a/libcontainers-common.changes +++ b/libcontainers-common.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 26 12:51:12 UTC 2023 - Danish Prakash + +- Resolve choice on openSUSE distributions for libcontainer-policy + by suggesting the libcontainers-openSUSE-policy explicitly. + ------------------------------------------------------------------- Mon Jun 5 12:04:33 UTC 2023 - Danish Prakash diff --git a/libcontainers-common.spec b/libcontainers-common.spec index 76d3e2d..0c20509 100644 --- a/libcontainers-common.spec +++ b/libcontainers-common.spec @@ -58,6 +58,7 @@ Requires(post): %{_bindir}/sed # add SLE-specific mounts for only SLES systems Requires: (libcontainers-sles-mounts if sles-release) Requires: libcontainers-policy >= %{version} +Suggests: (libcontainers-policy-openSUSE if openSUSE-release) Provides: libcontainers-image = %{version} Provides: libcontainers-storage = %{version} Obsoletes: libcontainers-image < %{version} From 62b081167902ceed6abbe388b84cd401d8014d1c933eff6cb983a72c000ea691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 27 Jun 2023 18:27:50 +0000 Subject: [PATCH 2/2] Accepting request 1095683 from home:danishprakash:branches:devel:microos Remove unused grep requirement OBS-URL: https://build.opensuse.org/request/show/1095683 OBS-URL: https://build.opensuse.org/package/show/devel:microos/libcontainers-common?expand=0&rev=24 --- libcontainers-common.changes | 5 +++++ libcontainers-common.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libcontainers-common.changes b/libcontainers-common.changes index 4b484d2..12c4af3 100644 --- a/libcontainers-common.changes +++ b/libcontainers-common.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 27 14:18:18 UTC 2023 - Danish Prakash + +- Remove unused grep requirement + ------------------------------------------------------------------- Mon Jun 26 12:51:12 UTC 2023 - Danish Prakash diff --git a/libcontainers-common.spec b/libcontainers-common.spec index 0c20509..ee014fc 100644 --- a/libcontainers-common.spec +++ b/libcontainers-common.spec @@ -53,7 +53,6 @@ Source10: %{name}.rpmlintrc Source11: https://raw.githubusercontent.com/containers/shortnames/v%{shortnamesver}/shortnames.conf Source12: openSUSE-policy.json BuildRequires: go-go-md2man -Requires(post): %{_bindir}/grep Requires(post): %{_bindir}/sed # add SLE-specific mounts for only SLES systems Requires: (libcontainers-sles-mounts if sles-release)