rpm: typo fix in spec file

This is fix for commit 4d2094b16c.
This commit is contained in:
Marek Marczykowski-Górecki 2014-02-06 06:18:25 +01:00
parent 7953af970d
commit 06ced31ab5

View File

@ -149,7 +149,7 @@ for F in gpk-update-icon nm-applet ; do
done
echo 'OnlyShowIn=GNOME;UpdateableVM;' >> /etc/xdg/autostart/gpk-update-icon.desktop || :
if %{fedora} >= 20
%if %{fedora} >= 20
echo 'OnlyShowIn=GNOME;QUBES;' >> /etc/xdg/autostart/nm-applet.desktop || :
%else
echo 'OnlyShowIn=GNOME;NetVM;' >> /etc/xdg/autostart/nm-applet.desktop || :