try tightened plasmashell dep (loosened in plasma-desktop)

epel9
Rex Dieter 9 years ago
parent e219488e2d
commit aae964555f

@ -6,7 +6,7 @@
Name: plasma-workspace Name: plasma-workspace
Version: 5.4.1 Version: 5.4.1
Release: 5%{?dist} Release: 6%{?dist}
Summary: Plasma workspace, applications and applets Summary: Plasma workspace, applications and applets
License: GPLv2+ License: GPLv2+
URL: https://projects.kde.org/projects/kde/workspace/plasma-workspace URL: https://projects.kde.org/projects/kde/workspace/plasma-workspace
@ -19,6 +19,8 @@ URL: https://projects.kde.org/projects/kde/workspace/plasma-workspace
%endif %endif
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
# This goes to PAM # This goes to PAM
Source10: kde Source10: kde
# Desktop file for Fedora Twenty Two/Three look-and-feel package # Desktop file for Fedora Twenty Two/Three look-and-feel package
@ -207,7 +209,7 @@ Provides: plasmashell = %{version}
# Note: We should require >= %%{version}, but that creates a circular dependency # Note: We should require >= %%{version}, but that creates a circular dependency
# at build time of plasma-desktop, because it provides the needed dependency, but # at build time of plasma-desktop, because it provides the needed dependency, but
# also needs plasma-workspace to build. So for now the dependency is unversioned. # also needs plasma-workspace to build. So for now the dependency is unversioned.
Requires: plasmashell Requires: plasmashell >= %{majmin_ver}
%endif %endif
# owner of setsebool # owner of setsebool
@ -413,6 +415,9 @@ fi
%changelog %changelog
* Thu Oct 01 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-6
- try tightened plasmashell dep (loosened in plasma-desktop)
* Fri Sep 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-5 * Fri Sep 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-5
- relax kf5-kxmlrpcclient dep (and drop related hacks), tighten khotkeys - relax kf5-kxmlrpcclient dep (and drop related hacks), tighten khotkeys

Loading…
Cancel
Save