I just noticed that we have some events that follow the -update naming rule, but, I think, are not meant to be run after packages install (list not complete):
[root@nethsecurity7 ~]# find /etc/e-smith/events/ -maxdepth 1 -name “*-update” | xargs rpm -qf --queryformat “%{NAME}\n” | grep "is not owned by any package"
file /etc/e-smith/events/certificate-update is not owned by any package
file /etc/e-smith/events/fstab-update is not owned by any package
file /etc/e-smith/events/interface-update is not owned by any package
file /etc/e-smith/events/nethserver-ibays-update is not owned by any package
file /etc/e-smith/events/wan-uplink-update is not owned by any package
file /etc/e-smith/events/nethserver-samba-update is not owned by any package
I’m not inclined to change things now, but if we’d like to change it, beta stage is the last opportunity.
Or wait NethServer 8?
So nethserver-samba and nethserver-ibays packages seem to lack the right directive in their .spec %files section… Maybe it’s not a real problem, anyway I think we should fix it!