From: Neal Gompa Date: Tue, 26 Jun 2018 11:42:29 +0000 (-0400) Subject: rpm: Add misspelled %_environmentdir macro for temporary compatibility X-Git-Tag: v240~1004^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9417%2Fhead;p=thirdparty%2Fsystemd.git rpm: Add misspelled %_environmentdir macro for temporary compatibility This should be removed after systemd 240 is released. Signed-off-by: Neal Gompa --- diff --git a/src/core/macros.systemd.in b/src/core/macros.systemd.in index a24d7bbe583..abbb42b22f4 100644 --- a/src/core/macros.systemd.in +++ b/src/core/macros.systemd.in @@ -26,6 +26,10 @@ %_systemd_system_env_generator_dir @systemenvgeneratordir@ %_systemd_user_env_generator_dir @userenvgeneratordir@ +# Because we had one release with a typo... +# This is temporary (Remove after systemd 240 is released) +%_environmnentdir %_environmentdir + %systemd_requires \ Requires(post): systemd \ Requires(preun): systemd \