rpm/sign
Panu Matilainen 5517d26061 Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro()
These are not deprecated at all no matter what the header has been
saying for the past 15+ years, they're used by rpm itself all over
the place as rpmDefineMacro() serves a slightly different purpose
and there's no rpmUndefineMacro() anyway.

Lets make 'em into proper citizens and move them into rpm namespace,
and while at it, call the operations push and pop since that's much
closer to what actually happens.

Finally, add simple wrapper macros to keep external code compilable
while getting the non-namespaced stuff out of ABI.
2016-10-24 13:09:38 +03:00
..
Makefile.am Properly support BeeCrypt option in build system 2016-02-24 17:45:55 +01:00
rpmgensig.c Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro() 2016-10-24 13:09:38 +03:00
rpmsign.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00