From 7cded2bd3073bcbd7e17a8fc188d709fe8165304 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 3 Nov 2020 06:58:22 -0500 Subject: [PATCH] import toolbox-0.0.8-1.module+el8.3.0+8221+97165c3f --- .gitignore | 1 + .toolbox.metadata | 1 + SPECS/rhcos-toolbox.spec | 58 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 .gitignore create mode 100644 .toolbox.metadata create mode 100644 SPECS/rhcos-toolbox.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b7c086 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/0.0.8.tar.gz diff --git a/.toolbox.metadata b/.toolbox.metadata new file mode 100644 index 0000000..8616283 --- /dev/null +++ b/.toolbox.metadata @@ -0,0 +1 @@ +6f386e21fcc201017b4eb0336a15435e72904724 SOURCES/0.0.8.tar.gz diff --git a/SPECS/rhcos-toolbox.spec b/SPECS/rhcos-toolbox.spec new file mode 100644 index 0000000..ac865fe --- /dev/null +++ b/SPECS/rhcos-toolbox.spec @@ -0,0 +1,58 @@ +Name: toolbox +Version: 0.0.8 +Release: 1%{?dist} +Summary: Script to launch privileged container with podman + +License: ASL 2.0 +URL: https://github.com/coreos/toolbox +Source0: https://github.com/coreos/%{name}/archive/%{version}.tar.gz +Requires: podman +BuildArch: noarch + +%description +toolbox is a small script that launches a container to let +you bring in your favorite debugging or admin tools. + +%define debug_package %{nil} + +%prep +%autosetup + +%build +# No building required + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT/%{_bindir} +install -m 755 rhcos-toolbox $RPM_BUILD_ROOT/%{_bindir}/toolbox + +%files +%license LICENSE +%doc README.md NOTICE +%{_bindir}/toolbox + + +%changelog +* Wed Jul 29 2020 Jindrich Novy - 0.0.8-1 +- update to https://github.com/coreos/toolbox/releases/tag/0.0.8 +- Related: #1850230 + +* Tue Mar 24 2020 Jindrich Novy - 0.0.7-1 +- New upstream release 0.0.7 +- Resolves: #1811514 + +* Fri Jun 14 2019 Yu Qi Zhang - 0.0.4-1.el8 +- Update for rhel8.1 container-tools module + +* Tue May 21 2019 Steve Milner - 0.0.4-1.rhaos4.2.el8 +- Add help switch per RHBZ#1684258 +- Spec fixes found by rpmlint + +* Thu May 2 2019 Micah Abbott - 0.0.3-1.rhaos4.1.el8 +- Use rhel8/support-tools + +* Sat Jan 26 2019 Yu Qi Zhang - 0.0.2-1.rhaos4.1.el8 +- Add runlabel options and fix default image + +* Thu Sep 6 2018 Yu Qi Zhang - 0.0.1-1.rhaos4.1.el8 +- Initial Specfile for Red Hat CoreOS Toolbox