From 3ab5e20521a283d4eef135e3919df016b4de3f84 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Sep 18 2019 17:13:20 +0000 Subject: Update to 0.0.14 Fix a typo in the minimum Podman version requirement. Podman 1.4.0 is meant to be fine. --- diff --git a/.gitignore b/.gitignore index 947ee07..6afee65 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /toolbox-0.0.11.tar.xz /toolbox-0.0.12.tar.xz /toolbox-0.0.13.tar.xz +/toolbox-0.0.14.tar.xz diff --git a/sources b/sources index 07f4417..cbede67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.13.tar.xz) = 3bced48a7444d041c43d49675dc16b2b6e15d176824124adf8b711ea10973a09f0a5fa4530bf922fa2a4fc99db0ee303088cc1de54d6c4298c331061dac95464 +SHA512 (toolbox-0.0.14.tar.xz) = a66a67ac2955c7a6254bbdd1ef185a4ba4d7c011b9273cc9e356e4325f7a4c34b41132885218843c9b863ef27ffce16a86ef0ac600fb9e0581943fe9b0107fdc diff --git a/toolbox.spec b/toolbox.spec index 9d7610d..173f309 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,5 +1,5 @@ Name: toolbox -Version: 0.0.13 +Version: 0.0.14 Release: 1%{?dist} Summary: Unprivileged development environment @@ -18,7 +18,7 @@ BuildRequires: pkgconfig(bash-completion) BuildRequires: systemd Requires: flatpak-session-helper -Requires: podman > 1.4.0 +Requires: podman >= 1.4.0 # To be removed in Fedora 33 Provides: fedora-toolbox = %{version}-%{release} @@ -130,6 +130,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Wed Sep 18 2019 Debarshi Ray - 0.0.14-1 +- Update to 0.0.14 + * Thu Sep 05 2019 Debarshi Ray - 0.0.13-1 - Update to 0.0.13