From b755839d6ff9a5717e9e7257b2b8590da4e850db Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 21 Sep 2023 14:07:50 +0200 Subject: [PATCH] Fix Source0 The release tarballs for the last couple of releases have now been uploaded. Take the opportunity to switch to the canonical format for the download URL. Signed-off-by: Andrea Bolognani --- ocaml-libvirt.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec index 29e8ec4..e8482fe 100644 --- a/ocaml-libvirt.spec +++ b/ocaml-libvirt.spec @@ -8,10 +8,7 @@ Summary: OCaml binding for libvirt License: LGPL-2.1-or-later URL: https://ocaml.libvirt.org/ -#Source0: http://libvirt.org/sources/ocaml/%%{name}-%%{version}.tar.gz -# The tarball was not uploaded to the website at the time of packaging -# so I built this using "make dist" in the source repo. -Source0: %{name}-%{version}.tar.gz +Source0: https://download.libvirt.org/ocaml/%{name}-%{version}.tar.gz BuildRequires: make BuildRequires: ocaml >= 3.10.0