From 740a1c40aad0506e858aeefa92031b5b5dc05963 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Thu, 17 Nov 2022 09:17:06 +0800 Subject: [PATCH] fix source url Signed-off-by: yixiangzhike (cherry picked from commit 675bd05fcca7f1ec9f36542f141e2b4908b34c4f) --- libmodulemd.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libmodulemd.spec b/libmodulemd.spec index 495f813..d8c923e 100644 --- a/libmodulemd.spec +++ b/libmodulemd.spec @@ -2,11 +2,11 @@ # and made some modifications. Name: libmodulemd Version: 2.13.0 -Release: 2 +Release: 3 Summary: C Library for manipulating module metadata files License: MIT URL: https://github.com/fedora-modularity/libmodulemd -Source0: https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-%{version}/modulemd-%{version}.tar.xz +Source0: https://github.com/fedora-modularity/libmodulemd/releases/download/%{version}/modulemd-%{version}.tar.xz BuildRequires: meson pkgconfig gcc gcc-c++ gobject-introspection-devel libxslt Buildrequires: python3-devel python3-gobject-base glib2-doc rpm-devel file-devel help2man @@ -81,6 +81,12 @@ export LC_CTYPE=C.utf8 %{python3_sitearch}/gi/overrides/ %changelog +* Thu Nov 17 2022 yixiangzhike - 2.13.0-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix source url + * Wed Jun 22 2022 fuanan - 2.13.0-2 - Type:requirement - ID:NA -- Gitee