[Rpm-maint] [PATCH 0/2] First five rpm transaction plugin hooks

Elena Reshetova elena.reshetova at intel.com
Wed Oct 17 12:50:28 UTC 2012


Hi,

This patch set contains the transaction plugin definition and 
the first set of new plugin hooks. The second patch also has
the test plugin that can be used to verify the new plugin 
and its hooks. The second patch is just for demostration purpose only. 

Best Regards,
Elena.

Elena Reshetova (2):
  Extending rpm plugin interface, part 1
  Sample plugin example for testing

 lib/psm.c               |    3 +-
 lib/rpmplugins.c        |  118 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/rpmplugins.h        |   64 ++++++++++++++++++++++++-
 lib/rpmscript.c         |   17 ++++---
 lib/rpmscript.h         |    2 +-
 lib/rpmte.c             |   14 +++++-
 lib/transaction.c       |   39 ++++++++++++++++
 macros.in               |    6 +++
 plugins/Makefile.am     |    5 ++
 plugins/plugin.h        |   14 ++++++
 plugins/sample-plugin.c |   47 +++++++++++++++++++
 11 files changed, 318 insertions(+), 11 deletions(-)
 create mode 100644 plugins/sample-plugin.c

-- 
1.7.9.5



More information about the Rpm-maint mailing list