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