From 91e33593d1a1242e329c0a00d8da55bae8c1a702 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Feb 15 2024 16:32:13 +0000 Subject: Drop podman-plugins requirement --- diff --git a/podman-compose.spec b/podman-compose.spec index 9c4a73d..4e5f836 100644 --- a/podman-compose.spec +++ b/podman-compose.spec @@ -1,6 +1,6 @@ Name: podman-compose Version: 1.0.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Run docker-compose.yml using podman License: GPL-2.0-only URL: https://github.com/containers/podman-compose @@ -14,7 +14,6 @@ BuildRequires: python%{python3_pkgversion}-pyyaml Requires: python%{python3_pkgversion} Requires: python%{python3_pkgversion}-pyyaml Requires: podman -Requires: podman-plugins %description An implementation of docker-compose with podman backend. @@ -42,6 +41,9 @@ sed -i /python3/d %{buildroot}%{python3_sitelib}/podman_compose.py %{python3_sitelib}/podman_compose* %changelog +* Thu Feb 15 2024 Gwyn Ciesla - 1.0.6-6 +- Drop requirement on podman-plugins, no longer exists with podman >= 5.x + * Thu Jan 25 2024 Fedora Release Engineering - 1.0.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild