From 9e6912453b9b2137118e759d9c60496fd727344c Mon Sep 17 00:00:00 2001 From: wangge Date: Fri, 11 Sep 2020 11:15:48 +0800 Subject: [PATCH] Modify Source0 Url --- dkms.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dkms.spec b/dkms.spec index 0385ffe..7c5fd3a 100644 --- a/dkms.spec +++ b/dkms.spec @@ -1,12 +1,11 @@ Summary: Dynamic Kernel Module Support Framework Name: dkms Version: 2.6.1 -Release: 5 +Release: 6 License: GPLv2+ BuildArch: noarch URL: https://github.com/dell/dkms -#source0 download address:https://github.com/dell/dkms/archive/v%{version}.tar.gz -Source0: dkms-%{version}.tar.gz +Source0: https://github.com/dell/dkms/archive/v%{version}.tar.gz#/dkms-%{version}.tar.gz # because Mandriva calls this package dkms-minimal Provides: dkms-minimal = %{version} Requires: coreutils @@ -128,5 +127,8 @@ fi %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Mon sep 7 2020 Ge Wang - 2.6.1-6 +- Modify the Source0 Url + * Fri Feb 14 2020 Tianfei - 2.6.1-5 - Package init