673424
Name:		toolbox
673424
Version:	0.0.8
673424
Release:	1%{?dist}
673424
Summary:	Script to launch privileged container with podman
673424
673424
License:	ASL 2.0
673424
URL:		https://github.com/coreos/toolbox
673424
Source0:	https://github.com/coreos/%{name}/archive/%{version}.tar.gz
673424
Requires:	podman
673424
BuildArch:	noarch
673424
673424
%description
673424
toolbox is a small script that launches a container to let
673424
you bring in your favorite debugging or admin tools.
673424
673424
%define debug_package %{nil}
673424
673424
%prep
673424
%autosetup
673424
673424
%build
673424
# No building required
673424
673424
%install
673424
rm -rf $RPM_BUILD_ROOT
673424
install -d $RPM_BUILD_ROOT/%{_bindir}
673424
install -m 755 rhcos-toolbox $RPM_BUILD_ROOT/%{_bindir}/toolbox
673424
673424
%files
673424
%license LICENSE
673424
%doc README.md NOTICE
673424
%{_bindir}/toolbox
673424
673424
673424
%changelog
673424
* Wed Jul 29 2020 Jindrich Novy <jnovy@redhat.com> - 0.0.8-1
673424
- update to https://github.com/coreos/toolbox/releases/tag/0.0.8
673424
- Related: #1850230
673424
673424
* Tue Mar 24 2020 Jindrich Novy <jnovy@redhat.com> - 0.0.7-1
673424
- New upstream release 0.0.7
673424
- Resolves: #1811514
673424
673424
* Fri Jun 14 2019 Yu Qi Zhang <jerzhang@redhat.com> - 0.0.4-1.el8
673424
- Update for rhel8.1 container-tools module
673424
673424
* Tue May 21 2019 Steve Milner <smilner@redhat.com> - 0.0.4-1.rhaos4.2.el8
673424
- Add help switch per RHBZ#1684258
673424
- Spec fixes found by rpmlint
673424
673424
* Thu May 2 2019 Micah Abbott <miabbott@redhat.com> - 0.0.3-1.rhaos4.1.el8
673424
- Use rhel8/support-tools
673424
673424
* Sat Jan 26 2019 Yu Qi Zhang <jerzhang@redhat.com> - 0.0.2-1.rhaos4.1.el8
673424
- Add runlabel options and fix default image
673424
673424
* Thu Sep 6 2018 Yu Qi Zhang <jerzhang@redhat.com> - 0.0.1-1.rhaos4.1.el8
673424
- Initial Specfile for Red Hat CoreOS Toolbox