make plasma-related runtime deps versioned

should we worry about bootstrapping?  if so,
can wrap this with %if ! 0%{?bootstrap}
epel9
Rex Dieter 9 years ago
parent aab6e8b6cd
commit c932923170

@ -1,6 +1,6 @@
Name: plasma-desktop Name: plasma-desktop
Version: 5.4.0 Version: 5.4.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Plasma Desktop shell Summary: Plasma Desktop shell
License: GPLv2+ and (GPLv2 or GPLv3) License: GPLv2+ and (GPLv2 or GPLv3)
@ -101,24 +101,24 @@ BuildRequires: xorg-x11-drv-evdev-devel
%endif %endif
# Desktop # Desktop
Requires: plasma-workspace Requires: plasma-workspace >= %{version}
Requires: kf5-filesystem Requires: kf5-filesystem >= %{version}
# Install breeze # Install breeze
Requires: plasma-breeze Requires: plasma-breeze >= %{version}
Requires: breeze-icon-theme Requires: breeze-icon-theme >= %{version}
Requires: kde-style-breeze Requires: kde-style-breeze >= %{version}
# Install systemsettings, full set of KIO slaves and write() notifications # Install systemsettings, full set of KIO slaves and write() notifications
Requires: plasma-systemsettings Requires: plasma-systemsettings >= %{version}
Requires: kio-extras Requires: kio-extras >= %{version}
Requires: kwrited Requires: kwrited >= %{version}
# Install KWin # Install KWin
Requires: kwin Requires: kwin >= %{version}
# kickoff -> edit applications (#1229393) # kickoff -> edit applications (#1229393)
Requires: kmenuedit Requires: kmenuedit >= %{version}
# KCM touchpad has been merged to plasma-desktop in 5.3 # KCM touchpad has been merged to plasma-desktop in 5.3
Provides: kcm_touchpad = %{version}-%{release} Provides: kcm_touchpad = %{version}-%{release}
@ -285,6 +285,9 @@ fi
%changelog %changelog
* Fri Sep 04 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-3
- make plasma-related runtime deps versioned
* Tue Sep 01 2015 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-2 * Tue Sep 01 2015 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-2
- Try rebuild against new Baloo - Try rebuild against new Baloo

Loading…
Cancel
Save