JavaScript must be enabled to display the specfile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Name: blacklist-pcspkr Version: 0.1 Release: alt1 Summary: Disable PC speacker License: GPLv2+ Group: System/Kernel and hardware BuildArch: noarch %description %summary %install mkdir -p %buildroot%_sysconfdir/modprobe.d echo 'blacklist pcspkr' > %buildroot%_sysconfdir/modprobe.d/blacklist-pcspkr.conf %files %_sysconfdir/modprobe.d/blacklist-pcspkr.conf %changelog * Thu Sep 19 2019 Anton Midyukov <antohami@altlinux.org> 0.1-alt1 - Initial build for ALT