Matthias Gerstner 2020-10-23 10:56:19 +00:00 committed by Git OBS Bridge
parent b111eaabb3
commit 6054f8f0f8

View File

@ -266,11 +266,14 @@ mv %{buildroot}%{_udevrulesdir}/tpm-udev.rules %{buildroot}%{_udevrulesdir}/%{ud
%defattr(-,root,root)
%{_libdir}/libtss2-fapi.so.*
%{_tmpfilesdir}/tpm2-tss-fapi.conf
%ghost %{_rundir}/%{name}
%ghost %{_rundir}/%{name}/eventlog
%ghost %{_sharedstatedir}/%{name}
%ghost %{_sharedstatedir}/%{name}/system
%ghost %{_sharedstatedir}/%{name}/system/keystore
# this would fix "tmpfile-not-in-filelist" warnings but when adding these
# entries then it complains about "directories not owned by a package:" for
# /run/tpm2-0-tss & friends. When adding them as %ghost, too, then Leap15.1
# complains about "found conflict of libtss2-fapi1-3.0.1-lp152.103.1.x86_64
# with libtss2-fapi1-3.0.1-lp152.103.1.x86_64". Thus leave it be for the
# moment, some insane circle of errors is involved here.
#%%ghost %{_sharedstatedir}/%{name}/system/keystore
#%%ghost %{_rundir}/%{name}/eventlog
%files -n libtss2-tcti-cmd0
%defattr(-,root,root)