Commit graph

6 commits

Author SHA1 Message Date
Hans Ulrich Niedermann
b89de01c88 Update README.fedora regarding alsamixer requirements 2022-01-15 13:53:34 +01:00
Hans Ulrich Niedermann
eeec5749f3 Use underscore as cursor in command prompt depiction 2022-01-15 13:53:03 +01:00
Hans Ulrich Niedermann
2b9e64956b Add "Recommends: kmod(pcspkr.ko)"
We "recommend" the kernel driver and do not "require" it in order to
not break cases where beep is installed on systems other than
bare-metal PC hardware such as containers.

This assumes the people using the "beep" package can deal with a
"beep" invocation not producing a beep on those other systems.

The alternative would be to "require" the kernel driver which would
mean that you could not install beep inside a container, even if
that container is run in a priviledged way with access to the host's
pcspkr.ko.

While the kernel supports more speaker drivers, the only hardware
platforms with a speaker driver supported by Fedora use pcspkr.ko
(PCSPKR_PLATFORM in the kernel config).

Slightly (but not quite) similar packages would be floppy-support
and joystick-support which both "require" their respective kernel
drivers, but they make less sense inside containers.
2021-03-25 17:13:42 +01:00
Hans Ulrich Niedermann
c3ad7fc60d Update README.fedora to match beep-1.4.x permission setup 2021-03-25 16:59:38 +01:00
Hans Ulrich Niedermann
9bbcce32d1 Update to beep-1.4.4 release
Summary of the changes in the beep-1.4.4 release:

  * ship our own modprobe.d and udev rules.d files

  * install udev rules into /usr/lib/udev/rules.d/
    (if the sysadmin want their own rules, they can
    add them to /etc/udev/rules.d/)

  * new out of the box permission setup: allow local
    users and "beep" group

  * add note on using sox/play with modern sound infrastructure

  * adapt beep(1) man page to mention README.fedora

  * set compiler flags for "make install" (just in case)

  * install extra source files directly from %{SOURCEn}

  * ship the installed doc files as %doc (no need to install
    them from source)
2019-04-02 20:15:29 +02:00
Hans Ulrich Niedermann
5d7189e984 beep-1.4.0-1
Update to beep-1.4.0.
2019-01-04 13:20:18 +01:00
Renamed from beep-README.fedora (Browse further)