spec: bump dnf json api version

The modularity changes introduced a new field in the DNF JSON responses.
This bump ensures that current deployments don't break.

Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
Simon de Vlieger 2025-01-23 13:30:32 +01:00 committed by Simon de Vlieger
parent cb4bd7051b
commit ce56e2f923

View file

@ -155,7 +155,7 @@ Conflicts: osbuild-composer <= 115
# This version needs to get bumped every time the osbuild-dnf-json
# version changes in an incompatible way. Packages like osbuild-composer
# can depend on the exact API version this way
Provides: osbuild-dnf-json-api = 7
Provides: osbuild-dnf-json-api = 8
%description depsolve-dnf
Contains depsolving capabilities for package managers.