From 5fa983cb4a741daf27df80254a0735619f8e3863 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 1 Mar 2019 18:59:51 +0100 Subject: [PATCH 01/14] 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 8c87c338649d0bdefe8fdd7b0db086c6ffea04d1 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 14 Mar 2019 14:25:59 +0100 Subject: [PATCH 02/14] 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 331de8aa2841ab47664449b46479b12e4751cb54 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 12 Apr 2019 17:31:21 +0200 Subject: [PATCH 03/14] 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 d983724..1d9a8da 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 @@ -38,8 +39,7 @@ debugging software that runs fully unprivileged using Podman. %check -# https://github.com/debarshiray/toolbox/issues/68 -# %%meson_test +%meson_test %install @@ -56,6 +56,9 @@ debugging software that runs fully unprivileged using Podman. %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 8523e50468a99e1684a65e69b3962061fcb4ab2d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 16 Apr 2019 13:00:57 -0700 Subject: [PATCH 04/14] 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 1d9a8da..8aa0e3e 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 @@ -56,6 +56,9 @@ debugging software that runs fully unprivileged using Podman. %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 fac312933020f4ddf17872a013dcf3331bb98bbd Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 26 Mar 2019 16:03:03 +0100 Subject: [PATCH 05/14] 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 8aa0e3e..069752a 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -28,6 +28,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/f29/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 * Tue Apr 16 2019 Adam Williamson - 0.0.8-2 From 549e22fd96a097d7e597448b01cba6e184f3dd5c Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 30 Apr 2019 12:52:59 +0200 Subject: [PATCH 06/14] 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 069752a..506b7f9 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 02f17dbe0da4788ad269edca86ae6acb97d9c350 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 21 May 2019 22:48:54 +0200 Subject: [PATCH 07/14] 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 506b7f9..d368fcc 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 cbce52e351ab0f215504a6c379481a17c09ded59 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 21 Jun 2019 16:57:36 +0200 Subject: [PATCH 08/14] 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 d368fcc..ff5f947 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 e41221a82380737f210bf78febdaf322bfb07c96 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 22 Jul 2019 14:38:37 +0200 Subject: [PATCH 09/14] Update to 0.0.12 --- .gitignore | 1 + sources | 2 +- toolbox.spec | 5 ++++- 3 files changed, 6 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 ff5f947..63782cf 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 @@ -129,6 +129,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 638de3cb853dbdb14e8afe0db93ee19e6f44ec6f Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 5 Sep 2019 15:14:13 +0200 Subject: [PATCH 10/14] 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 63782cf..8bafce1 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 @@ -17,7 +17,7 @@ BuildRequires: meson BuildRequires: pkgconfig(bash-completion) BuildRequires: systemd -Requires: podman +Requires: podman > 1.4.0 # To be removed in Fedora 33 Provides: fedora-toolbox = %{version}-%{release} @@ -129,6 +129,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 ba29cd139802bc119b8b7f56da63faa19a69eaac Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 18 Sep 2019 19:07:10 +0200 Subject: [PATCH 11/14] 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 8bafce1..2819a15 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 @@ -17,7 +17,7 @@ BuildRequires: meson BuildRequires: pkgconfig(bash-completion) BuildRequires: systemd -Requires: podman > 1.4.0 +Requires: podman >= 1.4.0 # To be removed in Fedora 33 Provides: fedora-toolbox = %{version}-%{release} @@ -129,6 +129,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 a39192dd40b9ab24605f5242062cea3ee53b37a5 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 30 Sep 2019 18:34:52 +0200 Subject: [PATCH 12/14] 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 2819a15..6509287 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 @@ -129,6 +129,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 8fd4b79e660edfc4e4f6227f221c50b770d6fefe Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 29 Oct 2019 16:16:55 +0100 Subject: [PATCH 13/14] 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 6509287..299d464 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: @@ -129,6 +129,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 84331a39faba90c5455211e513aa71e2571a5f6f Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 20 Nov 2019 18:13:56 +0100 Subject: [PATCH 14/14] 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 299d464..1039fe4 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 @@ -129,6 +129,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