From 26f2ba731a0115bb57d414a94cf1f690ea89379d Mon Sep 17 00:00:00 2001 From: q00264331 Date: Tue, 29 Nov 2022 20:34:11 +0800 Subject: [PATCH] modify the source url --- libyang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libyang.spec b/libyang.spec index 9ce3a1a..17051f3 100644 --- a/libyang.spec +++ b/libyang.spec @@ -1,10 +1,10 @@ %global debug_package %{nil} Name: libyang Version: 1.0.184 -Release: 4 +Release: 5 Summary: YANG data modeling language library Url: https://github.com/CESNET/libyang -Source: %{url}/archive/%{name}-%{version}.tar.gz +Source: %{url}/archive/refs/tags/v%{version}.tar.gz License: BSD Patch0: libyang-1.0.184-doc.patch @@ -130,6 +130,9 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html %{python3_sitearch}/__pycache__/yang* %changelog +* Wed Nov 29 2022 qisen - 1.0.184-5 +- modify the source url + * Wed Aug 25 2021 orange-snn - 1.0.184-4 - change the python3 package name to python3-pyang from python3-libyang -- Gitee