Commit Graph

462 Commits

Author SHA1 Message Date
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
Panu Matilainen d7838b7773 More typos, doh... 2007-09-17 14:43:32 +03:00
Panu Matilainen 08a47f7472 Typo.. 2007-09-17 14:42:18 +03:00
Panu Matilainen f35edd4032 Use rpmtsGetRdb() instead of poking ts internals 2007-09-17 14:41:22 +03:00
Ralf Corsépius d2d4dae1ad Formating cleanup. 2007-09-12 09:34:31 +02:00
Ralf Corsépius 37b193419c locally define Py_ssize_t and lenfunc for python < 2.5 2007-09-12 01:18:29 +02:00
Ralf Corsépius 3aad15624e Remove split tags. 2007-09-11 15:28:26 +02:00
Ralf Corsépius d80d4dedf1 Eliminate pyincdir, pylibdir, pyrpmdir.
Install into pkgpyexecdir.
2007-09-10 12:51:09 +02:00
Ralf Corsépius a5ce6c43c8 Eliminate noinst_HEADERS. Cleanup 2007-09-10 10:45:44 +02:00
Ralf Corsépius c5b8988896 Add missing backslash. 2007-09-10 05:43:57 +02:00
Ralf Corsépius 4157ef70fb Remove __LCLINT__-ifdef'ed blocks. 2007-09-03 13:25:23 +02:00
Panu Matilainen 14673147fe Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpm 2007-09-03 12:23:50 +03:00
Panu Matilainen 7a50a54390 Sanitize SELinux file context initialization.
- do it in a single spot inside tsRun()
- automatically set RPMTRANS_FLAG_NOCONTEXTS if selinux is disabled
2007-09-03 12:23:42 +03:00
Ralf Corsépius b977d7aa31 Remove lint-support. 2007-09-03 10:17:40 +02:00
Ralf Corsépius 58f48ef1c6 Eliminate mylibs. 2007-09-03 05:11:40 +02:00
Panu Matilainen 431a6bc687 Get rpmcli.h includes out of python bindings 2007-08-30 17:06:14 +03:00