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