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