Soften KDE dependency

The KDE support has a built-in config parser if kreadconfig5 is not
present, e.g. in a KDE/Qt 6 flatpak.
This commit is contained in:
Yaakov Selkowitz 2023-02-08 13:09:14 -05:00
parent 1303ad7b40
commit c8c0c04059

View File

@ -3,7 +3,7 @@
Name: libproxy
Version: 0.4.18
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A library handling all the details of proxy configuration
License: LGPLv2+
@ -69,7 +69,7 @@ The %{name}-gnome package contains the %{name} plugin for gnome.
%package kde
Summary: Plugin for %{name} and kde
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: /usr/bin/kreadconfig5
Recommends: /usr/bin/kreadconfig5
%description kde
The %{name}-kde package contains the %{name} plugin for kde.
@ -208,6 +208,9 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/proxy.1
%changelog
* Wed Feb 08 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.4.18-6
- Soften KDE dependency
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.18-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild