Accepting request 851121 from Base:System

- Fix typo introduced by the previous change (bsc#1179183)

OBS-URL: https://build.opensuse.org/request/show/851121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-default-settings?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-12-03 17:37:32 +00:00 committed by Git OBS Bridge
commit 0dd5add85b
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 (bsc#1179183)
-------------------------------------------------------------------
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)