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:
parent
8cd9b48ced
commit
3071f36850
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/toolbox-0.0.11.tar.xz
|
/toolbox-0.0.11.tar.xz
|
||||||
/toolbox-0.0.12.tar.xz
|
/toolbox-0.0.12.tar.xz
|
||||||
/toolbox-0.0.13.tar.xz
|
/toolbox-0.0.13.tar.xz
|
||||||
|
/toolbox-0.0.14.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (toolbox-0.0.13.tar.xz) = 3bced48a7444d041c43d49675dc16b2b6e15d176824124adf8b711ea10973a09f0a5fa4530bf922fa2a4fc99db0ee303088cc1de54d6c4298c331061dac95464
|
SHA512 (toolbox-0.0.14.tar.xz) = a66a67ac2955c7a6254bbdd1ef185a4ba4d7c011b9273cc9e356e4325f7a4c34b41132885218843c9b863ef27ffce16a86ef0ac600fb9e0581943fe9b0107fdc
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: toolbox
|
Name: toolbox
|
||||||
Version: 0.0.13
|
Version: 0.0.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Unprivileged development environment
|
Summary: Unprivileged development environment
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ BuildRequires: pkgconfig(bash-completion)
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
|
||||||
Requires: flatpak-session-helper
|
Requires: flatpak-session-helper
|
||||||
Requires: podman > 1.4.0
|
Requires: podman >= 1.4.0
|
||||||
|
|
||||||
# To be removed in Fedora 33
|
# To be removed in Fedora 33
|
||||||
Provides: fedora-toolbox = %{version}-%{release}
|
Provides: fedora-toolbox = %{version}-%{release}
|
||||||
@ -130,6 +130,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 05 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.0.13-1
|
||||||
- Update to 0.0.13
|
- Update to 0.0.13
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user