Fix warning about systemd-boot-update.service not existing on arm32
This commit is contained in:
parent
2edf38c273
commit
3c872dc5d9
@ -838,7 +838,7 @@ fi
|
|||||||
|
|
||||||
%{?ldconfig:%postun libs -p %ldconfig}
|
%{?ldconfig:%postun libs -p %ldconfig}
|
||||||
|
|
||||||
%global udev_services systemd-udev{d,-settle,-trigger}.service systemd-udevd-{control,kernel}.socket systemd-timesyncd.service systemd-boot-update.service
|
%global udev_services systemd-udev{d,-settle,-trigger}.service systemd-udevd-{control,kernel}.socket systemd-timesyncd.service %{?have_gnu_efi:systemd-boot-update.service}
|
||||||
|
|
||||||
%post udev
|
%post udev
|
||||||
# Move old stuff around in /var/lib
|
# Move old stuff around in /var/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user