From ce56e2f923997ae56e4514b57680c349b82c2613 Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Thu, 23 Jan 2025 13:30:32 +0100 Subject: [PATCH] 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 --- osbuild.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osbuild.spec b/osbuild.spec index c9083c1a..d2dacaf1 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -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.