]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
rpm/macros: drop compat define with a typo
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 29 Feb 2024 20:32:10 +0000 (21:32 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 29 Feb 2024 20:32:10 +0000 (21:32 +0100)
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.

src/rpm/macros.systemd.in

index 241e4b9c49b2c292767922a76f7b357e4b3ada05..8b9c0583f75e2721cf6b2c0f530e716ccd044407 100644 (file)
 %_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 \