From f957d84e2d7b091a16e63d9d2bb095e54309d454 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Tue, 8 Sep 2020 20:55:04 +0800 Subject: [PATCH] modify the URL of Source0 --- libdb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libdb.spec b/libdb.spec index e26d718..3c130a0 100644 --- a/libdb.spec +++ b/libdb.spec @@ -1,11 +1,11 @@ Name: libdb Version: 5.3.28 -Release: 35 +Release: 36 Summary: The Berkeley DB database library for C License: BSD and LGPLv2 and Sleepycat URL: https://www.oracle.com/database/berkeley-db/ -Source0: http://download.oracle.com/otn/berkeley-db/db-%{version}.tar.gz +Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz Source2: http://www.gnu.org/licenses/lgpl-2.1.txt Source3: libdb-5.3.28-manpages.tar.gz @@ -209,6 +209,9 @@ mv man/* %{buildroot}%{_mandir}/man1/ %{_mandir}/man1 %changelog +* Tue Sep 8 2020 wangchen - 5.3.28-36 +- Modify the URL of Source0 + * Wed Nov 6 2019 openEuler Buildteam - 5.3.28-35 - Add Package version -- Gitee