Can't find built-in games in Emacs 30.1

I am trying to find the built-in games in Emacs (M-x tetris, pong, ...) but they do not seem to be available. I have

$ dnf info emacs
Updating and loading repositories:
Repositories loaded.
Installed packages
Name            : emacs
Epoch           : 1
Version         : 30.1
Release         : 5.fc41
Architecture    : x86_64
Installed size  : 176.2 MiB
Source          : emacs-30.1-5.fc41.src.rpm
From repository : updates

Do I need to install a separate package?

I tried dnf provides tetris.el but it gives me emacsspeak, and nothing else.

The spec file has this on line 321:

# Avoid trademark issues
rm lisp/play/pong.el lisp/play/pong.elc \
   lisp/play/tetris.el lisp/play/tetris.elc
2 Likes

Thanks, also found the bug report with the discussion: