From 6a833a2ca2823f60f84619db8f9feec7770ff494 Mon Sep 17 00:00:00 2001 From: linwei9 <595019852@qq.com> Date: Tue, 8 Sep 2020 19:23:17 +0800 Subject: [PATCH] modify the URL of Source --- osinfo-db.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/osinfo-db.spec b/osinfo-db.spec index efaf001..8aadee8 100644 --- a/osinfo-db.spec +++ b/osinfo-db.spec @@ -1,11 +1,11 @@ Name: osinfo-db Version: 20180920 Summary: osinfo database files -Release: 2 +Release: 3 License: LGPLv2+ URL: http://libosinfo.org/ -Source0: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz -Source1: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz.asc +Source0: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz +Source1: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz.asc BuildRequires: intltool osinfo-db-tools Requires: hwdata @@ -29,5 +29,8 @@ osinfo-db-import --root %{buildroot} --dir %{_datadir}/osinfo %{SOURCE0} %{_datadir}/osinfo/LICENSE %changelog +* Tue Sep 8 2020 linwei - 20180920-3 +- modify the URL of Source + * Mon Aug 12 2019 openEuler Buildteam - 20180920-2 - Package init -- Gitee