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