From e30ea677063636446e5683e615c0dc784cdaef8b Mon Sep 17 00:00:00 2001 From: hanzj0122_admin <961123325@qq.com> Date: Thu, 10 Sep 2020 19:34:29 +0800 Subject: [PATCH] solve source curl problem --- blivet-gui.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/blivet-gui.spec b/blivet-gui.spec index 7aa61fd..42fa475 100644 --- a/blivet-gui.spec +++ b/blivet-gui.spec @@ -1,10 +1,10 @@ Name: blivet-gui Version: 2.1.15 -Release: 2 +Release: 3 Summary: Tool for data storage configuration License: GPLv2+ URL: https://github.com/storaged-project/blivet-gui -Source0: https://github.com/storaged-project/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/storaged-project/blivet-gui/releases/download/%{version}-1/%{name}-%{version}.tar.gz Patch0: 0001-Ignore-fallback-ITS-rule-warning-from-gettext.patch @@ -56,6 +56,9 @@ install -d %{buildroot}/%{_localstatedir}/log/blivet-gui %{_mandir}/man1/blivet-gui.1* %changelog +* Thu Sep 10 hanzhijun - 2.1.15-3 +- solve source url problem + * Fri Sep 4 2020 gaihuiying - 2.1.15-2 - Type:bugfix - ID:NA -- Gitee