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