[Opendnssec-maintainers] 1.4.1 release candidate

Paul Wouters pwouters at redhat.com
Thu Jun 20 14:54:20 UTC 2013


On 06/20/2013 10:39 AM, Jerry Lundström wrote:
> On 20 jun 2013, at 16:10, Paul Wouters <pwouters at redhat.com> wrote:
> 
>> %postun
>> if [ "$1" -ge "1" ]; then
>>  ods-ksmutil update all ||: >/dev/null 2>/dev/null
>>  /sbin/service ods-enforcerd condrestart >/dev/null 2>&1 || :
>>  /sbin/service ods-signerd condrestart >/dev/null 2>&1 || :
>> fi
> 
> So it is updating the new software and triggering an configuration
> update while the old software is running?

No, see: https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Scriptlet_Ordering

The %postun of the old package is run, but using the newly installed package binaries.

Paul



More information about the Opendnssec-maintainers mailing list