mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-30 10:50:34 +03:00
spec: No %ghost for dirs at tmpfiles.d
%ghost should not be used for directories created by systemd-tmpfiles. This may prevent package from working right after installation without invoking systemd-tmpfiles. See: https://pagure.io/packaging-committee/issue/439
This commit is contained in:
parent
a49f494c4d
commit
11d4e63888
@ -169,8 +169,8 @@ fi
|
||||
%dir %{_sysconfdir}/lvm/backup
|
||||
%dir %{_sysconfdir}/lvm/cache
|
||||
%dir %{_sysconfdir}/lvm/archive
|
||||
%ghost %dir %{_default_locking_dir}
|
||||
%ghost %dir %{_default_run_dir}
|
||||
%dir %{_default_locking_dir}
|
||||
%dir %{_default_run_dir}
|
||||
%if %{enable_systemd}
|
||||
%{_tmpfilesdir}/%{name}.conf
|
||||
%{_unitdir}/blk-availability.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user