Update to 0.0.14

Fix a typo in the minimum Podman version requirement. Podman 1.4.0 is
meant to be fine.
This commit is contained in:
Debarshi Ray 2019-09-18 19:07:10 +02:00
parent 8cd9b48ced
commit 3071f36850
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (toolbox-0.0.13.tar.xz) = 3bced48a7444d041c43d49675dc16b2b6e15d176824124adf8b711ea10973a09f0a5fa4530bf922fa2a4fc99db0ee303088cc1de54d6c4298c331061dac95464
SHA512 (toolbox-0.0.14.tar.xz) = a66a67ac2955c7a6254bbdd1ef185a4ba4d7c011b9273cc9e356e4325f7a4c34b41132885218843c9b863ef27ffce16a86ef0ac600fb9e0581943fe9b0107fdc

View File

@ -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 <rishi@fedoraproject.org> - 0.0.14-1
- Update to 0.0.14
* Thu Sep 05 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.0.13-1
- Update to 0.0.13