Difference between revisions of "ContribsUpdateEvent"

From SME Server
Jump to navigationJump to search
(Each contrib should have an update evetn called <rpm name>-update. This is then run by Yum on installation and replaces the post-upgrade;reboot previously required.)
 
(uired)
Line 1: Line 1:
 
Placeholder for Brian's page on the Update event for Contribs.
 
Placeholder for Brian's page on the Update event for Contribs.
 +
 +
===Background===
 +
 +
For SME10 yum has been enhanced to look for an update event for an rpm that is being installed with the name <rpmname>-update. This is then run after the install, giving the developer the opportunity to configure the system and avoid the "post-upgrade;reboot" that has been needed in the past.
 +
 +
yum will suppress the "configure required" message if this event is found.
 +
 +
===For example===
 +
 +
Installing

Revision as of 10:14, 9 April 2021

Placeholder for Brian's page on the Update event for Contribs.

Background

For SME10 yum has been enhanced to look for an update event for an rpm that is being installed with the name <rpmname>-update. This is then run after the install, giving the developer the opportunity to configure the system and avoid the "post-upgrade;reboot" that has been needed in the past.

yum will suppress the "configure required" message if this event is found.

For example

Installing