Commit Graph

477 Commits

Author SHA1 Message Date
Panu Matilainen 50b21a8a07 Don't include idtx.h in rpmcli.h
- nothing needs it there, include directly where needed instead
2007-12-01 10:42:22 +02:00
Panu Matilainen 89527785bb Move logging related macros rpmlog, adjust includes 2007-11-30 23:08:38 +02:00
Panu Matilainen bcbc812609 Lose python fts
- nothing uses it
- hardly "rpm" functionality
2007-11-29 10:26:53 +02:00
Panu Matilainen 47b6892500 Avoid building rpmdebug-py 2007-11-29 10:09:43 +02:00
Panu Matilainen 41fc048c9a Lose the useless rpmrc python stuff, group macro handling to rpmmacro-py 2007-11-29 10:06:57 +02:00
Panu Matilainen b97705e018 Drop extra include paths from python too 2007-11-27 11:56:05 +02:00
Panu Matilainen 5fa08529cb Move rpmfiBuildFNames() to rpmfi now that it's possible 2007-11-27 11:52:55 +02:00
Panu Matilainen fbf0cb4441 Move legacy%#¤%#¤ to librpm now that it can move.. 2007-11-27 11:34:23 +02:00
Panu Matilainen eacfabfe70 Remove long since dead fields from python header objects 2007-11-27 10:13:16 +02:00
Panu Matilainen 2068f46112 Remove unnecessary paths from python includepath
- no private includes from lib and build are needed
- document rpmdb and rpmio private needs
2007-11-23 09:13:18 +02:00
Panu Matilainen 4ad615daf5 Move the xstr*() string variants from rpmio.h to rpmstring.h 2007-11-23 08:32:08 +02:00
Ralf Corsépius abeea80a38 Use #include <x.h> syntax to include public headers. 2007-11-23 06:46:19 +01:00
Ralf Corsépius 94d2343931 Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS. 2007-11-22 16:17:20 +01:00
Panu Matilainen 8239d0b74b Remove bunch of unnecessary misc.h includes, document others 2007-11-07 10:17:10 +02:00
Panu Matilainen d8babb5a86 Remove .splintrc's in the tree 2007-11-07 09:01:38 +02:00
Panu Matilainen 8afe81c214 Use NSS instead of beecrypt for encryption (Tomas Mraz) 2007-11-02 10:02:40 +02:00
Panu Matilainen a3bbfc98ee Disable python available package mechanism for now at least.
- need saner available mechanism to resurrect, OTOH nothing appears to
  use it anymore
- last remaining RPMTS_INTERNAL offender...
2007-10-31 11:57:04 +02:00
Panu Matilainen b8b986dd20 Remove unnecessary includes 2007-10-29 11:40:51 +02:00
Panu Matilainen bf106534a4 Remove unused variable 2007-10-29 11:39:40 +02:00
Panu Matilainen cebb292fd3 Avoid need for header_internal.h
- headerCopyLoad() achieves the same thing..
2007-10-29 10:10:17 +02:00
Panu Matilainen 1fe38d71cc Use fdGetFILE() instead of rpmio internal fdGetFp() everywhere 2007-10-29 09:42:21 +02:00
Ralf Corsépius 14d434925b Include "rpmbuild.h" instead of <rpmbuild.h>. 2007-10-28 06:49:54 +01:00
Ralf Corsépius f25c04c1e4 Include "rpmlib.h" instead of <rpmlib.h>. 2007-10-28 06:47:31 +01:00
Ralf Corsépius 12ef6e8d3a Include "fts.h" instead of <fts.h>. 2007-10-28 06:43:07 +01:00
Ralf Corsépius 759e91bf4a Include "rpmdb.h" instead of <rpmdb.h>. 2007-10-28 06:42:55 +01:00
Ralf Corsépius 454f5ddff8 Include "rpmpgp.h" instead of <rpmpgp.h>. 2007-10-28 06:14:27 +01:00
Ralf Corsépius 7075f64050 Include "rpmsq.h" instead of <rpmsq.h>. 2007-10-28 06:11:57 +01:00
Ralf Corsépius bebeb89735 Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead. 2007-10-26 13:24:14 +02:00
Panu Matilainen eabf92f842 Rename rpmcliImportPubkey() -> rpmtsImportPubkey()
- it's not a cli function in any way
- move to rpmts group
2007-10-26 10:21:12 +03:00
Panu Matilainen 1933008699 Remove dead code 2007-10-24 09:48:02 +03:00
Panu Matilainen 62cc76e25c Don't mess up problem pkgNEVR in python ts.check() (rhbz#349091) 2007-10-24 09:47:22 +03:00
Panu Matilainen 2f40e20540 Remove unused python header stubs 2007-10-23 11:04:31 +03:00
Panu Matilainen 9832bc5330 One more useless rpmio_internal include removal 2007-10-23 11:03:52 +03:00
Panu Matilainen fda6c48f00 Remove bunch of unnecessary rpmio_internal & related includes from python 2007-10-23 09:50:23 +03:00
Panu Matilainen 549fb4393e Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNAL 2007-10-22 13:37:02 +03:00
Panu Matilainen 8e59724a58 Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearer 2007-10-19 13:25:08 +03:00
Panu Matilainen 1e74fccef7 Use rpmProblem access methods instead of direct access to the struct 2007-10-19 12:28:30 +03:00
Panu Matilainen dffede2350 Only permit appending to a problem set from python
- remove subscript assignment (which mucks about rpmps internals way
  too deeply)
- add append() method instead
2007-10-19 12:15:35 +03:00
Panu Matilainen b882a428bd Implement python rpmps iteration with rpmlib level iterator 2007-10-19 12:36:11 +03:00
Panu Matilainen 36f1ac2c7b Convert rpmts-py to use rpmps iterator 2007-10-19 12:35:20 +03:00
Ralf Corsépius ea2968b6b3 Cleanup CPPFLAGS. 2007-10-17 16:41:59 +02:00
Ralf Corsépius 8a4f770435 Expand AM_CPPFLAGS. 2007-10-17 15:08:01 +02:00
Panu Matilainen a75b7cc5e9 Remove unimplemented, unused RPMPROB_BADPRETRANS
- leftover from pretrans syscall hack before %pretrans script days
2007-10-16 13:40:45 +03:00
Ralf Corsépius 343effc65f Remove (unused). 2007-10-01 13:17:15 +02:00
Panu Matilainen 2c2538d726 Rename Spec -> rpmSpec for namespacing 2007-09-21 15:23:02 +03:00
Panu Matilainen 7e5099e52f Rename alKey & alNum to rpmal* for namespacing
Also move it out of rpmlib.h, nothing needs it there...
2007-09-21 15:17:08 +03:00
Panu Matilainen 8174588398 Rip out unused anaconda-related hacks 2007-09-20 17:37:39 +03:00
Panu Matilainen 3b8da4ed11 Rename tagName/Value/Type() to rpmTagGet*()
- namespacing
- avoid collisions with tagtype definitions
2007-09-20 15:09:52 +03:00
Panu Matilainen f65d670f02 Remove the "dressed" rpmHeaderGetEntry() from API
- only used by the python bindings, move it there...
2007-09-20 13:23:58 +03:00
Ralf Corsépius 18e62fe8eb Move EXTRA_DIST out of PYTHON block.
Move system.h into *_SOURCES.
2007-09-19 05:13:13 +02:00