[opensuse-packaging] kde4_knotification_requires macro?
Hello Mates, atm i' building kvirustotal. After the normal building RPMLINT says: kvirustotal.x86_64: W: suse-kde4-missing-dependency kde4_knotification_requires So i changed the spec to: BuildRoot: %{_tmppath}/%{name}-%{version}-build %kde4_runtime_requires %kde4_knotification_requires But now it says: Unknown tag: %kde4_knotification_requires Maybe it is a special package needed to solve this issue? cu Sascha -- Sincerely Yours Sascha Manns open-slx Community & Support Agent openSUSE Membership Comitee openSUSE Marketing Team Web: http://saigkill.homelinux.net German Community Portal: http://community.open-slx.de -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Sunday 13 March 2011 19:17:41 Sascha Manns wrote:
Hello Mates,
atm i' building kvirustotal. After the normal building RPMLINT says: kvirustotal.x86_64: W: suse-kde4-missing-dependency kde4_knotification_requires
Hi Sascha, You can ignore this missing dependency. It is something that remains from KDE 4.4 as back then a separate library (libknotification) was present for all notifications. With 4.5 this was included back into the standard kdelibs libraries. Unfortunately RPMLINT still checks for something that doesn't exist anymore. Regards Raymond -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Hello Raymond, Raymond Wooninck <tittiatcoke@gmail.com> wrote at Sunday 13 March 2011:
You can ignore this missing dependency. It is something that remains from KDE 4.4 as back then a separate library (libknotification) was present for all notifications. With 4.5 this was included back into the standard kdelibs libraries.
Unfortunately RPMLINT still checks for something that doesn't exist anymore. Thanks for claryfing that. Have a nice rest weekend :-)
cu Sascha -- Sincerely Yours Sascha Manns open-slx Community & Support Agent openSUSE Membership Comitee openSUSE Marketing Team Web: http://saigkill.homelinux.net German Community Portal: http://community.open-slx.de -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
El 13/03/11 15:17, Sascha Manns escribió:
Hello Mates,
atm i' building kvirustotal. After the normal building RPMLINT says: kvirustotal.x86_64: W: suse-kde4-missing-dependency kde4_knotification_requires
So i changed the spec to: BuildRoot: %{_tmppath}/%{name}-%{version}-build %kde4_runtime_requires %kde4_knotification_requires
But now it says: Unknown tag: %kde4_knotification_requires
Maybe it is a special package needed to solve this issue?
use %{?kde4_knotification_requires} -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (3)
-
Cristian Rodríguez
-
Raymond Wooninck
-
Sascha Manns