From 96188fda496b367ef77328668fd0e5432b3b8414ad0c9e20c916a7c760eb0f40 Mon Sep 17 00:00:00 2001 From: Bernhard Wiedemann Date: Wed, 13 May 2020 17:12:48 +0000 Subject: [PATCH] Fix source URL OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/crudini?expand=0&rev=19 --- crudini.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crudini.spec b/crudini.spec index e76410d..7fa07a7 100644 --- a/crudini.spec +++ b/crudini.spec @@ -23,7 +23,7 @@ Summary: A utility for manipulating ini files License: GPL-2.0-only Group: System/Base URL: https://github.com/pixelb/crudini -Source0: https://github.com/pixelb/%{name}/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/pixelb/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-iniparse Requires: python3-iniparse