]> sourceware.org Git - lvm2.git/commitdiff
spec: No %ghost for dirs at tmpfiles.d
authorMarian Csontos <mcsontos@redhat.com>
Tue, 2 Oct 2018 15:02:37 +0000 (17:02 +0200)
committerMarian Csontos <mcsontos@redhat.com>
Wed, 3 Oct 2018 18:05:37 +0000 (20:05 +0200)
%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

spec/packages.inc

index 67a521df95c975649b33a4cc687649d78368fd42..a1065a6423ccd7129c73e6dc4445307fb97c10c7 100644 (file)
@@ -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
This page took 0.28929 seconds and 5 git commands to generate.