spec: Move /var/cache/dnf from dnf to python3-dnf
The cache directory is used by /usr/bin/dnf-3 program packaged in python3-dnf. dnf package requires python3-dnf.
This commit is contained in:
parent
5f8f131842
commit
e8ad542ea9
2
dnf.spec
2
dnf.spec
|
@ -301,7 +301,6 @@ popd
|
|||
%{_mandir}/man5/dnf-transaction-json.5*
|
||||
%{_unitdir}/%{name}-makecache.service
|
||||
%{_unitdir}/%{name}-makecache.timer
|
||||
%{_var}/cache/%{name}/
|
||||
|
||||
%files data
|
||||
%license COPYING PACKAGE-LICENSING
|
||||
|
@ -394,6 +393,7 @@ popd
|
|||
%{python3_sitelib}/%{name}/
|
||||
%dir %{py3pluginpath}
|
||||
%dir %{py3pluginpath}/__pycache__
|
||||
%{_var}/cache/%{name}/
|
||||
|
||||
%files automatic
|
||||
%{_bindir}/%{name}-automatic
|
||||
|
|
Loading…
Reference in New Issue