Markos Chandras píše v Čt 25. 02. 2016 v 13:24 +0000:
On 25/02/16 12:05, Ancor Gonzalez Sosa wrote:
Three sprints in a row and we keep blogging about YaST development!
https://lizards.opensuse.org/?p=11707
Enjoy
Hi,
Very useful report thank you. I am curious about the 'package notification' feature. How does libzypp/Zypper decides whether it needs to display a package notification or not? I presume it searches the RPM file for a specific file(s) as a hint for a notification? In other words, how can I make such a notification for one of my packages?
Thank you.
It is simple file in specified folder that gets detected by zypper. In /var/adm/update-messages/ you just create file like %{name}- %{version}-%{release} and you echo the message in it. Cheers Tom