diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:40 +0000 |
commit | fc53809803cd2bc2434e312b19a18fa36776da12 (patch) | |
tree | b4b43bd6538f51965ce32856e9c053d0f90919c8 /src/rpm | |
parent | Adding upstream version 255.5. (diff) | |
download | systemd-fc53809803cd2bc2434e312b19a18fa36776da12.tar.xz systemd-fc53809803cd2bc2434e312b19a18fa36776da12.zip |
Adding upstream version 256.upstream/256
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/rpm/macros.systemd.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rpm/macros.systemd.in b/src/rpm/macros.systemd.in index 317e13d..ce65ec6 100644 --- a/src/rpm/macros.systemd.in +++ b/src/rpm/macros.systemd.in @@ -27,10 +27,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 \ |