fix: use proper URL in Source0

epel8
Marc Deop 4 years ago
parent a8a296dcaf
commit f992b24658
No known key found for this signature in database
GPG Key ID: 0BD48519688058E8

@ -10,7 +10,7 @@
Name: kf5-%{framework}
Version: 5.78.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: KDE Frameworks 5 Tier 3 solution for password management
License: LGPLv2+
@ -23,7 +23,7 @@ URL: https://invent.kde.org/frameworks/%{framework}
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
## upstream patches
@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
%changelog
* Sat Jan 16 2021 Marc Deop marcdeop@fedoraproject.org - 5.78.0-2
- Fix Source0 url
* Mon Jan 4 08:55:58 CST 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.78.0-1
- 5.78.0

Loading…
Cancel
Save