Fix quoting

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-03-28 08:57:12 +02:00
parent 3c9433d7cf
commit e8a9546241
2 changed files with 3 additions and 3 deletions

View File

@ -707,7 +707,7 @@ fi
%changelog
* Wed Mar 28 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-7
- Move udev transfiletriggers to the right package
- Move udev transfiletriggers to the right package, fix quoting
* Tue Mar 27 2018 Colin Walters <walters@verbum.org> - 238-6
- Use shell for triggers; see https://github.com/systemd/systemd/pull/8550

View File

@ -47,8 +47,8 @@ fi
# the first %filetriggerpostun.
if test -d "/run/systemd/system"; then
mkdir -p %{_localstatedir}/lib/rpm-state/systemd"
touch %{_localstatedir}/lib/rpm-state/systemd/needs-reload"
mkdir -p "%{_localstatedir}/lib/rpm-state/systemd"
touch "%{_localstatedir}/lib/rpm-state/systemd/needs-reload"
fi
%filetriggerpostun -P 1000100 -- /usr/lib/systemd/system /etc/systemd/system