From 75fc71f8bdd59ecbbd624140c90242841daa7226 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 15 Feb 2025 22:21:14 +0000 Subject: [PATCH] libsolv: Update to 0.7.31 Signed-off-by: Michael Tremer --- libsolv/libsolv.nm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libsolv/libsolv.nm b/libsolv/libsolv.nm index 3d148a0f2..533dd6f3e 100644 --- a/libsolv/libsolv.nm +++ b/libsolv/libsolv.nm @@ -4,7 +4,7 @@ ############################################################################### name = libsolv -version = 0.7.25 +version = 0.7.31 release = 1 maintainer = Michael Tremer @@ -18,7 +18,10 @@ description resolver written in C++. end -source_dl = https://github.com/openSUSE/libsolv/archive/%{version}.tar.gz#/ +# This project is hosted on GitHub +github_organization = openSUSE + +source_dl = %{github_url} build requires -- 2.47.3