rpm/macros: drop compat define with a typo

Search on sourcegraph.com doesn't yield any users. And each
use would emit a warning, so I think it's safe to assume that
it has no users.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2024-02-29 21:32:10 +01:00
parent d74d989c25
commit 1578622bfd

View file

@ -26,10 +26,6 @@
%_systemd_system_env_generator_dir {{SYSTEM_ENV_GENERATOR_DIR}}
%_systemd_user_env_generator_dir {{USER_ENV_GENERATOR_DIR}}
# Because we had one release with a typo...
# This is temporary (Remove after systemd 240 is released)
%_environmnentdir %{warn:Use %%_environmentdir instead}%_environmentdir
%systemd_requires \
Requires(post): systemd \
Requires(preun): systemd \