18 lines
753 B
INI
18 lines
753 B
INI
# __ ____ ____ _____
|
|
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
|
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
|
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
|
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
|
# /_/ /____/
|
|
#
|
|
# Provides hand-picked packages
|
|
|
|
%packages --exclude-weakdeps # Beginning of the package section. Does not include weak dependencies. Description courtesy of the Fedora project
|
|
|
|
pciutils # PCI bus related utilities
|
|
libusb # Library for accessing USB devices
|
|
usbutils # Linux USB utilities
|
|
wget # An advanced file and recursive website downloader
|
|
nano # A small text editor
|
|
|
|
%end # End of the packages section |