summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make rpmsign use the new signing interface (minimal conversion for now)Panu Matilainen2010-10-131-7/+11
* Add beginnings of a real API to librpmsignPanu Matilainen2010-10-132-0/+47
* Move plugins out of rpm config directoryPanu Matilainen2010-10-122-2/+2
* Add 'VCS' keyColin Walters2010-10-122-0/+5
* Add 'VCS' keyColin Walters2010-10-121-0/+1
* Add --requires etc popt aliases for rpmspec tooPanu Matilainen2010-10-121-0/+17
* Rpm option descriptions begin with lowercase letters, follow suit in rpmspecPanu Matilainen2010-10-121-3/+3
* Only queryformat is relevant for specfilesPanu Matilainen2010-10-121-3/+6
* Support overriding target for rpmspec queries tooPanu Matilainen2010-10-121-0/+9
* Support both binary/source queries in rpmspec tool (RhBug:540807, ticket #89)Panu Matilainen2010-10-121-1/+6
* Add support for querying source rpm from spec tooPanu Matilainen2010-10-123-4/+11
* Add a python accessor for the source headerEric W. Biederman2010-10-121-0/+6
* Add a getter for the source header.Eric W. Biederman2010-10-122-1/+14
* Fix misc/ include pathPanu Matilainen2010-10-121-1/+1
* Further split the cli-tools to rpminstall, rpmquery and rpmverifyPanu Matilainen2010-10-082-11/+30
* Remove filesystem related leftover API definitionsPanu Matilainen2010-10-062-28/+0
* Use the right variable for absolute path (ticket #137)Aron Griffis2010-10-061-1/+1
* Fix generating platform config for armMichal Čihař2010-10-061-1/+1
* Require file attribute config to have .attr suffixPanu Matilainen2010-10-0514-5/+7
* Replace __foo_exeonly attribute with a more generic mechanismPanu Matilainen2010-10-054-8/+9
* Tolerate NULL args in argvSplitString()Panu Matilainen2010-10-051-1/+5
* Add cli switches to override signing key and digest algorithmPanu Matilainen2010-10-042-1/+10
* Adjust rpm.pc private librariesPanu Matilainen2010-10-041-1/+1
* Further streamline rpmcliArgIter() and friendsPanu Matilainen2010-10-041-13/+12
* Lift specfile query out of main rpm(query) into separate binaryPanu Matilainen2010-10-046-15/+89
* Simplify queryformat popt callback handlingPanu Matilainen2010-10-041-9/+1
* l10n: Updated Polish (pl) translation to 100%Piotr Drąg2010-10-041-10/+1
* l10n: Updated Italian (it) translation to 100%Guido Grazioli2010-10-031-1333/+1165
* And now python bindings are really free of librpmbuild internalsPanu Matilainen2010-10-011-2/+1
* Kill spec.buildRoot from pythonPanu Matilainen2010-10-011-11/+0
* Use the new spec section getter in python bindingsPanu Matilainen2010-10-011-20/+13
* Add getter for spec script sections too, bah...Panu Matilainen2010-10-012-0/+17
* Use the new spec src/pkg API in python instead of direct access to specPanu Matilainen2010-10-011-9/+12
* Add minimal API for spec packages and sourcesPanu Matilainen2010-10-012-0/+99
* Use namespaced names for spec pkg and source opaque typedefsPanu Matilainen2010-10-014-5/+7
* Finish off our librpmbuild API mass-murder by turning everything opaquePanu Matilainen2010-10-013-96/+97
* rpmfcGenerateDepends() is internal, move away from public headerPanu Matilainen2010-10-012-8/+9
* A few missing internal markers on librpm side tooPanu Matilainen2010-10-013-1/+3
* Whoops, missing RPM_GNUC_INTERNAL on stashSt()Panu Matilainen2010-10-011-0/+1
* Stuff fts into a convenience library in misc/Panu Matilainen2010-10-015-5/+6
* Lose rpmio-url leftovers from ftsPanu Matilainen2010-10-011-19/+1
* Force shared build of python extensionPanu Matilainen2010-10-011-2/+2
* Add configure switch to disable plugins buildPanu Matilainen2010-10-012-1/+12
* Handle enable/disable python to configure.ac more sanelyPanu Matilainen2010-10-013-4/+6
* Remove configuration for no longer existing db indexesPanu Matilainen2010-09-291-3/+0
* And now sighdrPut() can be buried back into signature.cPanu Matilainen2010-09-292-13/+13
* Eliminate some redundancy in signature sanity checkingPanu Matilainen2010-09-291-43/+40
* Simplify the signature generation somewhatPanu Matilainen2010-09-291-62/+42
* Split the setup + running of gpg helper to a separate functionPanu Matilainen2010-09-291-24/+33
* Eliminate the pointless switch-case from makeHDRSignature()Panu Matilainen2010-09-291-24/+19