diff --git a/libproxy-plugins.changes b/libproxy-plugins.changes index daf28ac..b625c4b 100644 --- a/libproxy-plugins.changes +++ b/libproxy-plugins.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue May 10 17:20:55 UTC 2016 - dimstar@opensuse.org + +- Require libqt5-qttools by libproxy1-config-kde: the plugin spawns + qtpaths to find the right config files (boo#979232). +- Trigger libproxy1-config-kde for installation when + plasma5-session and libproxy1 are installed. + ------------------------------------------------------------------- Mon May 9 11:26:00 UTC 2016 - dimstar@opensuse.org diff --git a/libproxy-plugins.spec b/libproxy-plugins.spec index 0ed73d4..6723188 100644 --- a/libproxy-plugins.spec +++ b/libproxy-plugins.spec @@ -189,9 +189,12 @@ Group: System/Libraries Requires: libproxy1 = %{version} # We don't really need the library, but this package brings kreadconfig5 Requires: libKF5ConfigCore5 +# The kde plugin requires 'qtpaths', which is part of libqt5-qttools +Requires: libqt5-qttools %if 0%{?suse_version} Recommends: libproxy1-pacrunner = %{version} Supplements: packageand(libproxy1:libkde4) +Supplements: packageand(libproxy1:plasma5-session) %else Requires: libproxy1-pacrunner = %{version} %endif diff --git a/libproxy.changes b/libproxy.changes index daf28ac..b625c4b 100644 --- a/libproxy.changes +++ b/libproxy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue May 10 17:20:55 UTC 2016 - dimstar@opensuse.org + +- Require libqt5-qttools by libproxy1-config-kde: the plugin spawns + qtpaths to find the right config files (boo#979232). +- Trigger libproxy1-config-kde for installation when + plasma5-session and libproxy1 are installed. + ------------------------------------------------------------------- Mon May 9 11:26:00 UTC 2016 - dimstar@opensuse.org diff --git a/libproxy.spec b/libproxy.spec index 0791037..c4415b1 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -189,9 +189,12 @@ Group: System/Libraries Requires: libproxy1 = %{version} # We don't really need the library, but this package brings kreadconfig5 Requires: libKF5ConfigCore5 +# The kde plugin requires 'qtpaths', which is part of libqt5-qttools +Requires: libqt5-qttools %if 0%{?suse_version} Recommends: libproxy1-pacrunner = %{version} Supplements: packageand(libproxy1:libkde4) +Supplements: packageand(libproxy1:plasma5-session) %else Requires: libproxy1-pacrunner = %{version} %endif