From 0216c42e23729da139b8fd63f28b7ff3cf767e4f Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Mon, 23 May 2022 12:54:01 +0200 Subject: [PATCH] correctin in source download link Signed-off-by: Toshaan Bharvani --- SPECS/libbytesize.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/libbytesize.spec b/SPECS/libbytesize.spec index a26ac2b..95fc25f 100644 --- a/SPECS/libbytesize.spec +++ b/SPECS/libbytesize.spec @@ -21,7 +21,7 @@ Release: 3%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ URL: https://github.com/storaged-project/libbytesize -Source0: https://github.com/storaged-project/libbytesize/releases/download/%{version}-%{release}/%{name}-%{version}.tar.gz +Source0: https://github.com/storaged-project/libbytesize/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: make BuildRequires: gcc