Re: [Rpm-maint] [PATCH v2 3/4] rpmplugins: Introduce new fsm_pre and fsm_post hooks

2016-09-23 Thread Panu Matilainen
MUS, fionnuala.gun...@gmail.com Date: 09/23/2016 03:03 AM Subject: Re: [Rpm-maint] [PATCH v2 3/4] rpmplugins: Introduce new fsm_pre and fsm_post hooks On 09/22/2016 08:30 PM, Stefan Berger wrote: Introduce fsm_pre and fsm_post hooks, which are invoked before and after the package files are inst

Re: [Rpm-maint] [PATCH v2 3/4] rpmplugins: Introduce new fsm_pre and fsm_post hooks

2016-09-23 Thread Stefan Berger
> Date: 09/23/2016 03:03 AM > Subject: Re: [Rpm-maint] [PATCH v2 3/4] rpmplugins: Introduce new > fsm_pre and fsm_post hooks > > On 09/22/2016 08:30 PM, Stefan Berger wrote: > > Introduce fsm_pre and fsm_post hooks, which are invoked > > before and after the package fil

Re: [Rpm-maint] [PATCH v2 3/4] rpmplugins: Introduce new fsm_pre and fsm_post hooks

2016-09-23 Thread Panu Matilainen
On 09/22/2016 08:30 PM, Stefan Berger wrote: Introduce fsm_pre and fsm_post hooks, which are invoked before and after the package files are installed. Signed-off-by: Stefan Berger [...] diff --git a/lib/rpmplugins.h b/lib/rpmplugins.h index 39762c3..3702526 100644

[Rpm-maint] [PATCH v2 3/4] rpmplugins: Introduce new fsm_pre and fsm_post hooks

2016-09-22 Thread Stefan Berger
Introduce fsm_pre and fsm_post hooks, which are invoked before and after the package files are installed. Signed-off-by: Stefan Berger --- lib/psm.c| 6 +- lib/rpmplugin.h | 6 ++ lib/rpmplugins.c | 35 +++