From 0b7420740e23fdd107c5eaf02532a4ff0ae53a67 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Wed, 9 Sep 2020 14:16:06 +0800 Subject: [PATCH] modify the URL of Source0 --- v1.6.0.tar.xz => dtc-1.6.0.tar.xz | Bin dtc.spec | 10 ++++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) rename v1.6.0.tar.xz => dtc-1.6.0.tar.xz (100%) diff --git a/v1.6.0.tar.xz b/dtc-1.6.0.tar.xz similarity index 100% rename from v1.6.0.tar.xz rename to dtc-1.6.0.tar.xz diff --git a/dtc.spec b/dtc.spec index 95c0c77..d38bdbc 100644 --- a/dtc.spec +++ b/dtc.spec @@ -2,11 +2,11 @@ Name: dtc Version: 1.6.0 -Release: 1 +Release: 2 Summary: Device tree compiler License: GPLv2+ URL: https://devicetree.org/ -Source0: https://ftp.kernel.org/pub/software/utils/%{name}/v%{version}.tar.xz +Source0: https://www.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz BuildRequires: gcc make git flex bison swig BuildRequires: python3-devel python3-setuptools @@ -78,6 +78,12 @@ make install DESTDIR=$RPM_BUILD_ROOT PREFIX=$RPM_BUILD_ROOT/usr \ %doc Documentation/manual.txt %changelog +* Wed Sep 9 2020 wangchen - 1.6.0-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:Modify the URL of Source0 + * Thu Apr 23 2020 chengquan3 - 1.4.7-3.h1 - Type:enhancement - ID:NA -- Gitee