File boom-chuck-ctf.spec of Package boom-chuck
#
# spec file for package boom-chuck-ctf
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# build: rpmbuild -v --clean --target x86_64 -ba boom-chuck-ctf.spec
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: boom-chuck
Version: 1.1
Release: 1
Group: System/Management
Summary: Tech Summit 2025 - BCL Troubleshooting Performance CTF Labs
License: GPL-3.0-or-later
URL: http://www.suse.com
Source: %{name}-%{version}.tgz
Requires: fio netcat-openbsd tcpdump procps psmisc
Packager: Raine Curtis
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: x86_64
%description
Tech Summit 2025 BCL troubleshooting system performance labs for
capture-the-flag(CTF) activities. The utility loads multiple
scenarios constraining a specific resource on the system.
%prep
#%setup -q
%autosetup -p1
#%build
%install
install -D -m 755 usr/bin/%{name} %{buildroot}%{_bindir}/%{name}
%check
#%make_build check
%files
%defattr(-,root,root,-)
/usr/bin/%{name}
#%license COPYING
#%doc ChangeLog README
%changelog
* Thu Jul 17 2025 raine.curtis@suse.com
- Initial packaging