From bd66a340120f1490c2a796e9a0539d1de1b3b317 Mon Sep 17 00:00:00 2001 From: linwei9 <595019852@qq.com> Date: Tue, 8 Sep 2020 19:19:14 +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 d7e6149..031f90a 100644 --- a/osinfo-db.spec +++ b/osinfo-db.spec @@ -1,11 +1,11 @@ Name: osinfo-db Version: 20180920 Summary: osinfo database files -Release: 4 +Release: 5 License: LGPLv2+ URL: http://libosinfo.org/ -Source0: https://gitlab.com/libosinfo/osinfo-db/-/archive/%{name}-%{version}.tar.xz -Source1: https://gitlab.com/libosinfo/osinfo-db/-/archive/%{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 @@ -34,6 +34,9 @@ osinfo-db-import --root %{buildroot} --dir %{_datadir}/osinfo %{SOURCE0} %{_datadir}/osinfo/LICENSE %changelog +* Tue Sep 8 2020 linwei - 20180920-5 +- modify the URL of Source + * Mon Aug 17 2020 shixuantong - 20180920-4 - roll back to solve the libosinfo compilation failure problem -- Gitee