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:
Petr Písař 2024-08-13 13:39:39 +02:00 committed by Marek Blaha
parent 5f8f131842
commit e8ad542ea9
1 changed files with 1 additions and 1 deletions

View File

@ -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