- Fix typo introduced by the previous change.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-default-settings?expand=0&rev=14
This commit is contained in:
Franck Bui 2020-11-26 16:06:23 +00:00 committed by Git OBS Bridge
parent 6b71313b95
commit 74e086d5b4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 26 16:04:48 UTC 2020 - Franck Bui <fbui@suse.com>
- Fix typo introduced by the previous change.
-------------------------------------------------------------------
Thu Nov 19 14:29:34 UTC 2020 - Franck Bui <fbui@suse.com>

View File

@ -89,7 +89,7 @@ find %{buildroot} -name 25-defaults-openSUSE.conf -printf "/%%P\n" >openSUSE.lis
# service restarts or even a reboot. But it might be useful in a few
# cases so...
[ -x /usr/bin/systemctl ] &&
/usr/bin/systemctl systemctl daemon-reload || :
/usr/bin/systemctl daemon-reload || :
%files -f SUSE.list
%defattr(-,root,root)