spec: Generalize glob to match new path unit
Doing this before the upstream PR[1] gets merged because upstream CI needs to be able to build RPMs, which uses this. Anyway, the glob is kept general so it's equally valid even without path. [1] https://github.com/ostreedev/ostree/pull/1740
This commit is contained in:
parent
f497dc3063
commit
fe4dbeb071
@ -121,7 +121,7 @@ find %{buildroot} -name '*.la' -delete
|
||||
%{_datadir}/ostree
|
||||
%{_datadir}/bash-completion/completions/*
|
||||
%dir %{_prefix}/lib/dracut/modules.d/98ostree
|
||||
%{_prefix}/lib/systemd/system/ostree*.service
|
||||
%{_prefix}/lib/systemd/system/ostree*.*
|
||||
%{_prefix}/lib/dracut/modules.d/98ostree/*
|
||||
%{_mandir}/man*/*.gz
|
||||
%{_prefix}/lib/systemd/system-generators/ostree-system-generator
|
||||
|
Loading…
Reference in New Issue
Block a user