From 24961063f85ec9f4ac85da474547d9764d7c665c Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Tue, 21 May 2024 18:33:08 +0800 Subject: [PATCH] fix source link --- biosdevname.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/biosdevname.spec b/biosdevname.spec index ab1784c..e6c6875 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 Name: biosdevname Version: 0.7.3 Release: %{anolis_release}%{?dist} @@ -9,7 +9,7 @@ URL: https://github.com/dell/%{name} # arches don't expect the PCI bus to be sorted breadth-first, or of # so, there haven't been any comments about that on LKML. ExclusiveArch: %{ix86} x86_64 -Source0: https://github.com/dell/%{name}/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/dell/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: autoconf >= 2.59 BuildRequires: automake @@ -58,6 +58,9 @@ autoreconf -fvi %doc README AUTHORS ChangeLog NEWS TODO %changelog +* Tue May 21 2024 mgb01105731 - 0.7.3-4 +- fix source link + * Thu Dec 22 2022 Funda Wang - 0.7.3-3 - Bump release for upgrading from anolis 8 -- Gitee