From 8631ef20c29062138dbbd0921d7229c7c065be3b Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 1 Mar 2019 18:59:51 +0100 Subject: [PATCH 01/15] Initial build after rename from fedora-toolbox --- .gitignore | 1 + sources | 1 + toolbox.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 .gitignore create mode 100644 sources create mode 100644 toolbox.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46950fe --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/toolbox-0.0.6.tar.xz diff --git a/sources b/sources new file mode 100644 index 0000000..c62f946 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (toolbox-0.0.6.tar.xz) = f0d23379690545feb4c008e800734634676e2410d39e73824ce3fe0975196d5ce621fccfc1aa36eca092b28ea20b1b890b84c15ec9d49ee439a16af43d5f646c diff --git a/toolbox.spec b/toolbox.spec new file mode 100644 index 0000000..d7b8e27 --- /dev/null +++ b/toolbox.spec @@ -0,0 +1,55 @@ +Name: toolbox +Version: 0.0.6 +Release: 1%{?dist} +Summary: Unprivileged development environment + +License: ASL 2.0 +URL: https://github.com/debarshiray/toolbox +Source0: https://github.com/debarshiray/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz + +BuildArch: noarch +# buildah and podman only work on the following architectures: +ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 + +BuildRequires: meson + +Requires: buildah +Requires: podman + +# To be removed in Fedora 33 +Provides: fedora-toolbox = %{version}-%{release} +Obsoletes: fedora-toolbox < 0.0.5-2 + + +%description +Toolbox is offers a familiar RPM based environment for developing and +debugging software that runs fully unprivileged using Podman. + + +%prep +%autosetup + + +%build +%meson --buildtype=plain +%meson_build + + +%check +# https://github.com/debarshiray/toolbox/issues/68 +# %%meson_test + + +%install +%meson_install + + +%files +%doc NEWS README.md +%license COPYING +%{_bindir}/%{name} + + +%changelog +* Fri Feb 22 2019 Debarshi Ray - 0.0.6-1 +- Initial build after rename from fedora-toolbox From 4b236e72d7381cc339c0b3ae92d5be29348f51f6 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 14 Mar 2019 14:25:59 +0100 Subject: [PATCH 02/15] Update to 0.0.7 --- .gitignore | 1 + sources | 2 +- toolbox.spec | 10 +++++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 46950fe..b732f65 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /toolbox-0.0.6.tar.xz +/toolbox-0.0.7.tar.xz diff --git a/sources b/sources index c62f946..0b7e5b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.6.tar.xz) = f0d23379690545feb4c008e800734634676e2410d39e73824ce3fe0975196d5ce621fccfc1aa36eca092b28ea20b1b890b84c15ec9d49ee439a16af43d5f646c +SHA512 (toolbox-0.0.7.tar.xz) = 0aff6aa1fd333d64ac98e60d3249a61eca436df8cf4057da074b54234a5c8341909852d96511cb219795fb001435bfb2a92aed5f64d8f7308686c3875c05c014 diff --git a/toolbox.spec b/toolbox.spec index d7b8e27..d983724 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,5 +1,5 @@ Name: toolbox -Version: 0.0.6 +Version: 0.0.7 Release: 1%{?dist} Summary: Unprivileged development environment @@ -11,7 +11,9 @@ BuildArch: noarch # buildah and podman only work on the following architectures: ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 +BuildRequires: go-md2man BuildRequires: meson +BuildRequires: systemd Requires: buildah Requires: podman @@ -48,8 +50,14 @@ debugging software that runs fully unprivileged using Podman. %doc NEWS README.md %license COPYING %{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* +%{_mandir}/man1/%{name}-*.1* +%{_tmpfilesdir}/%{name}.conf %changelog +* Thu Mar 14 2019 Debarshi Ray - 0.0.7-1 +- Update to 0.0.7 + * Fri Feb 22 2019 Debarshi Ray - 0.0.6-1 - Initial build after rename from fedora-toolbox From 823ff2d2ca01db97de31e789ada2611fd08a0548 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 26 Mar 2019 16:03:03 +0100 Subject: [PATCH 03/15] Add the toolbox-support and toolbox-experience subpackages These are intended to be installed into the image if the image doesn't use the fedora-toolbox container as the base image - all the packages are already preinstalled there. The support subpackage should be installed to images that intent to work flawlessly with toolbox. The experience subpackage should be installed as well, to provide the same experience while working in the container as one would get on the host. https://src.fedoraproject.org/rpms/toolbox/pull-request/1 --- toolbox.spec | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/toolbox.spec b/toolbox.spec index d983724..77932a8 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -27,6 +27,73 @@ Obsoletes: fedora-toolbox < 0.0.5-2 Toolbox is offers a familiar RPM based environment for developing and debugging software that runs fully unprivileged using Podman. +# The list of requires packages for -support and -experience should be in sync with: +# https://github.com/debarshiray/toolbox/blob/master/images/fedora/f30/extra-packages +%package support +Summary: Required packages for the container image to support %{name} + +# These are really required to make the image work with toolbox +Requires: passwd +Requires: shadow-utils +Requires: krb5-libs +Requires: vte-profile + +%description support +The %{name}-support package contains all the required packages that are needed +to be installed in the container image to make it work with the %{name}. + +The %{name}-support package should be typically installed from the Dockerfile +if the image isn't based on the fedora-toolbox image. + + +%package experience +Summary: Set of packages to enhance the %{name} experience + +Requires: bash-completion +Requires: bzip2 +Requires: diffutils +Requires: dnf-plugins-core +Requires: findutils +Requires: flatpak-xdg-utils +Requires: fpaste +Requires: git +Requires: gnupg +Requires: gnupg2-smime +Requires: hostname +Requires: iputils +Requires: jwhois +Requires: keyutils +Requires: less +Requires: lsof +Requires: man-db +Requires: man-pages +Requires: mlocate +Requires: mtr +Requires: openssh-clients +Requires: PackageKit-command-not-found +Requires: pigz +Requires: procps-ng +Requires: rsync +Requires: sudo +Requires: tcpdump +Requires: time +Requires: traceroute +Requires: tree +Requires: unzip +Requires: wget +Requires: which +Requires: words +Requires: xz +Requires: zip + +%description experience +The %{name}-experience package contains all the packages that should be +installed in the container to provide the same default experience as working +on the host. + +The %{name}-experience package should be typically installed from the +Dockerfile if the image isn't based on the fedora-toolbox image. + %prep %autosetup @@ -54,6 +121,10 @@ debugging software that runs fully unprivileged using Podman. %{_mandir}/man1/%{name}-*.1* %{_tmpfilesdir}/%{name}.conf +%files support + +%files experience + %changelog * Thu Mar 14 2019 Debarshi Ray - 0.0.7-1 From 06783dbc35161e869bbd41945a7591a08d7946ce Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 12 Apr 2019 17:31:21 +0200 Subject: [PATCH 04/15] Update to 0.0.8 --- .gitignore | 1 + sources | 2 +- toolbox.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b732f65..66a24a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /toolbox-0.0.6.tar.xz /toolbox-0.0.7.tar.xz +/toolbox-0.0.8.tar.xz diff --git a/sources b/sources index 0b7e5b1..4efbe7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.7.tar.xz) = 0aff6aa1fd333d64ac98e60d3249a61eca436df8cf4057da074b54234a5c8341909852d96511cb219795fb001435bfb2a92aed5f64d8f7308686c3875c05c014 +SHA512 (toolbox-0.0.8.tar.xz) = 1dc5e32ed2ad96c78c219ded52dd20f3418de2b1c11ea0873857621e30b50e8f8e8c04a74d988ee2a501de1e2d2d8d3c6da02237820722bd0ce090a6c9c44e11 diff --git a/toolbox.spec b/toolbox.spec index 77932a8..f9a8404 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,5 +1,5 @@ Name: toolbox -Version: 0.0.7 +Version: 0.0.8 Release: 1%{?dist} Summary: Unprivileged development environment @@ -11,6 +11,7 @@ BuildArch: noarch # buildah and podman only work on the following architectures: ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 +BuildRequires: ShellCheck BuildRequires: go-md2man BuildRequires: meson BuildRequires: systemd @@ -105,8 +106,7 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %check -# https://github.com/debarshiray/toolbox/issues/68 -# %%meson_test +%meson_test %install @@ -127,6 +127,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Fri Apr 12 2019 Debarshi Ray - 0.0.8-1 +- Update to 0.0.8 + * Thu Mar 14 2019 Debarshi Ray - 0.0.7-1 - Update to 0.0.7 From b186a7ed1d04443195b75418afacc164c839b399 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 16 Apr 2019 13:00:57 -0700 Subject: [PATCH 05/15] Rebuild with Meson fix for #1699099 --- toolbox.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/toolbox.spec b/toolbox.spec index f9a8404..ca84de7 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,6 +1,6 @@ Name: toolbox Version: 0.0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Unprivileged development environment License: ASL 2.0 @@ -127,6 +127,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Tue Apr 16 2019 Adam Williamson - 0.0.8-2 +- Rebuild with Meson fix for #1699099 + * Fri Apr 12 2019 Debarshi Ray - 0.0.8-1 - Update to 0.0.8 From c7f2e2e2330b1d96dce3aa7ff4ebc4d48ec42339 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 30 Apr 2019 12:52:59 +0200 Subject: [PATCH 06/15] Update to 0.0.9 --- .gitignore | 1 + sources | 2 +- toolbox.spec | 12 +++++++++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 66a24a5..3c646f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /toolbox-0.0.6.tar.xz /toolbox-0.0.7.tar.xz /toolbox-0.0.8.tar.xz +/toolbox-0.0.9.tar.xz diff --git a/sources b/sources index 4efbe7e..5071ebc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.8.tar.xz) = 1dc5e32ed2ad96c78c219ded52dd20f3418de2b1c11ea0873857621e30b50e8f8e8c04a74d988ee2a501de1e2d2d8d3c6da02237820722bd0ce090a6c9c44e11 +SHA512 (toolbox-0.0.9.tar.xz) = f59bf470bb5f5229b7f4dbd6f74093bac7a58eaeb3dbb2f20969b137d99f8e267d228c99aac5fca899a14e64636816852d3049c1ae7a6fb69f709b47a3ff5193 diff --git a/toolbox.spec b/toolbox.spec index ca84de7..8aa3afa 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,6 +1,6 @@ Name: toolbox -Version: 0.0.8 -Release: 2%{?dist} +Version: 0.0.9 +Release: 1%{?dist} Summary: Unprivileged development environment License: ASL 2.0 @@ -14,6 +14,7 @@ ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 BuildRequires: ShellCheck BuildRequires: go-md2man BuildRequires: meson +BuildRequires: pkgconfig(bash-completion) BuildRequires: systemd Requires: buildah @@ -101,7 +102,7 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %build -%meson --buildtype=plain +%meson --buildtype=plain -Dprofile_dir=%{_sysconfdir}/profile.d %meson_build @@ -117,8 +118,10 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %doc NEWS README.md %license COPYING %{_bindir}/%{name} +%{_datadir}/bash-completion %{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}-*.1* +%{_sysconfdir}/profile.d/toolbox.sh %{_tmpfilesdir}/%{name}.conf %files support @@ -127,6 +130,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Tue Apr 30 2019 Debarshi Ray - 0.0.9-1 +- Update to 0.0.9 + * Tue Apr 16 2019 Adam Williamson - 0.0.8-2 - Rebuild with Meson fix for #1699099 From ed8e5a62a4886df3d14c1722c9b0f4eaf480f28c Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 21 May 2019 22:48:54 +0200 Subject: [PATCH 07/15] Update to 0.0.10 --- .gitignore | 1 + sources | 2 +- toolbox.spec | 6 ++++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3c646f7..61d3ea8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /toolbox-0.0.7.tar.xz /toolbox-0.0.8.tar.xz /toolbox-0.0.9.tar.xz +/toolbox-0.0.10.tar.xz diff --git a/sources b/sources index 5071ebc..82134bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.9.tar.xz) = f59bf470bb5f5229b7f4dbd6f74093bac7a58eaeb3dbb2f20969b137d99f8e267d228c99aac5fca899a14e64636816852d3049c1ae7a6fb69f709b47a3ff5193 +SHA512 (toolbox-0.0.10.tar.xz) = 5a0aa60ce9c93c5467b866458a8af51a6d729346f0333d66b597160b8a62c1aef679be59ad509e6e4555587d816bf05f8249708493c62cb9781c145c8f5f6dc0 diff --git a/toolbox.spec b/toolbox.spec index 8aa3afa..ba62cea 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,5 +1,5 @@ Name: toolbox -Version: 0.0.9 +Version: 0.0.10 Release: 1%{?dist} Summary: Unprivileged development environment @@ -17,7 +17,6 @@ BuildRequires: meson BuildRequires: pkgconfig(bash-completion) BuildRequires: systemd -Requires: buildah Requires: podman # To be removed in Fedora 33 @@ -130,6 +129,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Tue May 21 2019 Debarshi Ray - 0.0.10-1 +- Update to 0.0.10 + * Tue Apr 30 2019 Debarshi Ray - 0.0.9-1 - Update to 0.0.9 From 860020fb127193c5aa0d47a31a2edda46f8efe21 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 21 Jun 2019 16:57:36 +0200 Subject: [PATCH 08/15] Update to 0.0.11 --- .gitignore | 1 + sources | 2 +- toolbox.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 61d3ea8..e5efbb6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /toolbox-0.0.8.tar.xz /toolbox-0.0.9.tar.xz /toolbox-0.0.10.tar.xz +/toolbox-0.0.11.tar.xz diff --git a/sources b/sources index 82134bc..f8b4949 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.10.tar.xz) = 5a0aa60ce9c93c5467b866458a8af51a6d729346f0333d66b597160b8a62c1aef679be59ad509e6e4555587d816bf05f8249708493c62cb9781c145c8f5f6dc0 +SHA512 (toolbox-0.0.11.tar.xz) = cf530d9640b1a79c3e6820ab3a3a5b64da5b872974278b0c2b596c89402c87e4994dfd8f06ba03590e0aafff9d425f275d5cac9179bc87ffe3375013df80bd44 diff --git a/toolbox.spec b/toolbox.spec index ba62cea..c2ca3e1 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,5 +1,5 @@ Name: toolbox -Version: 0.0.10 +Version: 0.0.11 Release: 1%{?dist} Summary: Unprivileged development environment @@ -129,6 +129,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Fri Jun 21 2019 Debarshi Ray - 0.0.11-1 +- Update to 0.0.11 + * Tue May 21 2019 Debarshi Ray - 0.0.10-1 - Update to 0.0.10 From 4293b0622ac346322d0c9c8fdc40d4eebedcd847 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 22 Jul 2019 14:38:37 +0200 Subject: [PATCH 09/15] Update to 0.0.12 --- .gitignore | 1 + sources | 2 +- toolbox.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e5efbb6..c0f497f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /toolbox-0.0.9.tar.xz /toolbox-0.0.10.tar.xz /toolbox-0.0.11.tar.xz +/toolbox-0.0.12.tar.xz diff --git a/sources b/sources index f8b4949..45bd05f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.11.tar.xz) = cf530d9640b1a79c3e6820ab3a3a5b64da5b872974278b0c2b596c89402c87e4994dfd8f06ba03590e0aafff9d425f275d5cac9179bc87ffe3375013df80bd44 +SHA512 (toolbox-0.0.12.tar.xz) = a1ee0851b7ea9dadb7105f9b7f4ec151c58d9587e2d9b344ca0d7a8c47ccbd8a1e021b2788cc2d30465cecf96fc867d735b6505451bb3ff4a5ae512f8986c87f diff --git a/toolbox.spec b/toolbox.spec index c2ca3e1..7b32bff 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,5 +1,5 @@ Name: toolbox -Version: 0.0.11 +Version: 0.0.12 Release: 1%{?dist} Summary: Unprivileged development environment @@ -17,6 +17,7 @@ BuildRequires: meson BuildRequires: pkgconfig(bash-completion) BuildRequires: systemd +Requires: flatpak-session-helper Requires: podman # To be removed in Fedora 33 @@ -129,6 +130,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Mon Jul 22 2019 Debarshi Ray - 0.0.12-1 +- Update to 0.0.12 + * Fri Jun 21 2019 Debarshi Ray - 0.0.11-1 - Update to 0.0.11 From 372fb51311fdbae87ce61f3354151219e53178b3 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 5 Sep 2019 15:14:13 +0200 Subject: [PATCH 10/15] Update to 0.0.13 --- .gitignore | 1 + sources | 2 +- toolbox.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c0f497f..947ee07 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /toolbox-0.0.10.tar.xz /toolbox-0.0.11.tar.xz /toolbox-0.0.12.tar.xz +/toolbox-0.0.13.tar.xz diff --git a/sources b/sources index 45bd05f..07f4417 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.12.tar.xz) = a1ee0851b7ea9dadb7105f9b7f4ec151c58d9587e2d9b344ca0d7a8c47ccbd8a1e021b2788cc2d30465cecf96fc867d735b6505451bb3ff4a5ae512f8986c87f +SHA512 (toolbox-0.0.13.tar.xz) = 3bced48a7444d041c43d49675dc16b2b6e15d176824124adf8b711ea10973a09f0a5fa4530bf922fa2a4fc99db0ee303088cc1de54d6c4298c331061dac95464 diff --git a/toolbox.spec b/toolbox.spec index 7b32bff..4310023 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,5 +1,5 @@ Name: toolbox -Version: 0.0.12 +Version: 0.0.13 Release: 1%{?dist} Summary: Unprivileged development environment @@ -18,7 +18,7 @@ BuildRequires: pkgconfig(bash-completion) BuildRequires: systemd Requires: flatpak-session-helper -Requires: podman +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 +* Thu Sep 05 2019 Debarshi Ray - 0.0.13-1 +- Update to 0.0.13 + * Mon Jul 22 2019 Debarshi Ray - 0.0.12-1 - Update to 0.0.12 From 2d3e526390ebd366461a8a1297f1bd4e84c64fae Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 18 Sep 2019 19:07:10 +0200 Subject: [PATCH 11/15] Update to 0.0.14 Fix a typo in the minimum Podman version requirement. Podman 1.4.0 is meant to be fine. --- .gitignore | 1 + sources | 2 +- toolbox.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) 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 4310023..893038e 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 From 4ba2468323f785bfc35a14e46e64fbebf42bbea7 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 30 Sep 2019 18:34:52 +0200 Subject: [PATCH 12/15] Update to 0.0.15 --- .gitignore | 1 + sources | 2 +- toolbox.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6afee65..e6e67ad 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /toolbox-0.0.12.tar.xz /toolbox-0.0.13.tar.xz /toolbox-0.0.14.tar.xz +/toolbox-0.0.15.tar.xz diff --git a/sources b/sources index cbede67..6694403 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.14.tar.xz) = a66a67ac2955c7a6254bbdd1ef185a4ba4d7c011b9273cc9e356e4325f7a4c34b41132885218843c9b863ef27ffce16a86ef0ac600fb9e0581943fe9b0107fdc +SHA512 (toolbox-0.0.15.tar.xz) = 3fc4c22dd6d72fddad9d808d1ed1caaf8162cac116fbc814f194ca529c5925d36e24aeb4e6022d0f6817ba3a2cc1e9793d025fab3066072de26d62243747bc45 diff --git a/toolbox.spec b/toolbox.spec index 893038e..4d93a3b 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,5 +1,5 @@ Name: toolbox -Version: 0.0.14 +Version: 0.0.15 Release: 1%{?dist} Summary: Unprivileged development environment @@ -130,6 +130,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Mon Sep 30 2019 Debarshi Ray - 0.0.15-1 +- Update to 0.0.15 + * Wed Sep 18 2019 Debarshi Ray - 0.0.14-1 - Update to 0.0.14 From 0962aeed7e9a54a8c67ce4ca8545a83e9da70f3c Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 29 Oct 2019 16:16:55 +0100 Subject: [PATCH 13/15] Update to 0.0.16 --- .gitignore | 1 + sources | 2 +- toolbox.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e6e67ad..f58ed5e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /toolbox-0.0.13.tar.xz /toolbox-0.0.14.tar.xz /toolbox-0.0.15.tar.xz +/toolbox-0.0.16.tar.xz diff --git a/sources b/sources index 6694403..3d78cf8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.15.tar.xz) = 3fc4c22dd6d72fddad9d808d1ed1caaf8162cac116fbc814f194ca529c5925d36e24aeb4e6022d0f6817ba3a2cc1e9793d025fab3066072de26d62243747bc45 +SHA512 (toolbox-0.0.16.tar.xz) = 4b87c023090a5862c0b16aa994eb3778158e199525e3a0e8836e361824238df4fae58b020df91b0131a6fb7ac6dc1ee3eaa153cc50f6232826b55eb5a0903c90 diff --git a/toolbox.spec b/toolbox.spec index 4d93a3b..407b9b4 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,11 +1,11 @@ Name: toolbox -Version: 0.0.15 +Version: 0.0.16 Release: 1%{?dist} Summary: Unprivileged development environment License: ASL 2.0 -URL: https://github.com/debarshiray/toolbox -Source0: https://github.com/debarshiray/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz +URL: https://github.com/containers/toolbox +Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildArch: noarch # buildah and podman only work on the following architectures: @@ -130,6 +130,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Tue Oct 29 2019 Debarshi Ray - 0.0.16-1 +- Update to 0.0.16 + * Mon Sep 30 2019 Debarshi Ray - 0.0.15-1 - Update to 0.0.15 From f98372862b7b73d1ded9e3bf6d61cf6bad58d18c Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 20 Nov 2019 18:13:56 +0100 Subject: [PATCH 14/15] Update to 0.0.17 --- .gitignore | 1 + sources | 2 +- toolbox.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f58ed5e..9486667 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /toolbox-0.0.14.tar.xz /toolbox-0.0.15.tar.xz /toolbox-0.0.16.tar.xz +/toolbox-0.0.17.tar.xz diff --git a/sources b/sources index 3d78cf8..cf05866 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.16.tar.xz) = 4b87c023090a5862c0b16aa994eb3778158e199525e3a0e8836e361824238df4fae58b020df91b0131a6fb7ac6dc1ee3eaa153cc50f6232826b55eb5a0903c90 +SHA512 (toolbox-0.0.17.tar.xz) = 0be37d12da982f2e630461de508edbcac58443c33b3c57a8ced008d5115031d0cc61e00eb4d90f9edcdb556aff88af8817bfd468cfe208036793633da5047fb6 diff --git a/toolbox.spec b/toolbox.spec index 407b9b4..f614d36 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,5 +1,5 @@ Name: toolbox -Version: 0.0.16 +Version: 0.0.17 Release: 1%{?dist} Summary: Unprivileged development environment @@ -130,6 +130,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Wed Nov 20 2019 Debarshi Ray - 0.0.17-1 +- Update to 0.0.17 + * Tue Oct 29 2019 Debarshi Ray - 0.0.16-1 - Update to 0.0.16 From ec13cd0383b4dbc1c6bc71997443390f601bcb33 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 14 Jan 2020 16:35:45 +0100 Subject: [PATCH 15/15] Update to 0.0.18 --- .gitignore | 1 + sources | 2 +- toolbox.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9486667..4cecead 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /toolbox-0.0.15.tar.xz /toolbox-0.0.16.tar.xz /toolbox-0.0.17.tar.xz +/toolbox-0.0.18.tar.xz diff --git a/sources b/sources index cf05866..9e3fa70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.17.tar.xz) = 0be37d12da982f2e630461de508edbcac58443c33b3c57a8ced008d5115031d0cc61e00eb4d90f9edcdb556aff88af8817bfd468cfe208036793633da5047fb6 +SHA512 (toolbox-0.0.18.tar.xz) = 4b47e950bbe2dcf31d2cb155664df822f01708188615fae3304289986176002bd2ffd8b630ad2453c8cc20b93e92e2c10f38948515dede67f55b44cd4a697e5c diff --git a/toolbox.spec b/toolbox.spec index f614d36..8c43b7c 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,5 +1,5 @@ Name: toolbox -Version: 0.0.17 +Version: 0.0.18 Release: 1%{?dist} Summary: Unprivileged development environment @@ -130,6 +130,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Tue Jan 14 2020 Debarshi Ray - 0.0.18-1 +- Update to 0.0.18 + * Wed Nov 20 2019 Debarshi Ray - 0.0.17-1 - Update to 0.0.17