From f8eb06d3a52cc3949c01bb8f46f9431959bf157b Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 17 Aug 2021 18:15:50 +0200 Subject: [PATCH] Require containers-common for ownership of %%{_sysconfdir}/containers --- toolbox.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/toolbox.spec b/toolbox.spec index 7f95195..3a0dfce 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -4,7 +4,7 @@ Version: 0.0.99.2^3.git075b9a8d2779 %global goipath github.com/containers/%{name} %gometa -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for containerized command line environments on Linux License: ASL 2.0 @@ -37,6 +37,7 @@ BuildRequires: meson BuildRequires: pkgconfig(bash-completion) BuildRequires: systemd +Requires: containers-common Requires: flatpak-session-helper Requires: podman >= 1.4.0 @@ -185,6 +186,9 @@ ln -s src/pkg pkg %changelog +* Wed Aug 18 2021 Debarshi Ray - 0.0.99.2^3.git075b9a8d2779-2 +- Require containers-common for ownership of %%{_sysconfdir}/containers + * Mon Aug 09 2021 Oliver GutiƩrrez - 0.0.99.2^3.git075b9a8d2779-1 - Updated to 0.0.99.2^3.git075b9a8d2779 snapshot