index
:
delta/rpm.git
caret
gh-pages
ignatenko/patch-1
ignatenkobrain-patch-1
master
pavlinas_p122
pavlinas_p123
plus
rpm-4.10.x
rpm-4.11.x
rpm-4.12.x
rpm-4.13.x
rpm-4.14.x
rpm-4.15.x
rpm-4.16.x
rpm-4.17.x
rpm-4.18.x
rpm-4.4.x
rpm-4.6.x
rpm-4.7.x
rpm-4.8.x
rpm-4.9.x
github.com: rpm-software-management/rpm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make rpmsign use the new signing interface (minimal conversion for now)
Panu Matilainen
2010-10-13
1
-7
/
+11
*
Add beginnings of a real API to librpmsign
Panu Matilainen
2010-10-13
2
-0
/
+47
*
Move plugins out of rpm config directory
Panu Matilainen
2010-10-12
2
-2
/
+2
*
Add 'VCS' key
Colin Walters
2010-10-12
2
-0
/
+5
*
Add 'VCS' key
Colin Walters
2010-10-12
1
-0
/
+1
*
Add --requires etc popt aliases for rpmspec too
Panu Matilainen
2010-10-12
1
-0
/
+17
*
Rpm option descriptions begin with lowercase letters, follow suit in rpmspec
Panu Matilainen
2010-10-12
1
-3
/
+3
*
Only queryformat is relevant for specfiles
Panu Matilainen
2010-10-12
1
-3
/
+6
*
Support overriding target for rpmspec queries too
Panu Matilainen
2010-10-12
1
-0
/
+9
*
Support both binary/source queries in rpmspec tool (RhBug:540807, ticket #89)
Panu Matilainen
2010-10-12
1
-1
/
+6
*
Add support for querying source rpm from spec too
Panu Matilainen
2010-10-12
3
-4
/
+11
*
Add a python accessor for the source header
Eric W. Biederman
2010-10-12
1
-0
/
+6
*
Add a getter for the source header.
Eric W. Biederman
2010-10-12
2
-1
/
+14
*
Fix misc/ include path
Panu Matilainen
2010-10-12
1
-1
/
+1
*
Further split the cli-tools to rpminstall, rpmquery and rpmverify
Panu Matilainen
2010-10-08
2
-11
/
+30
*
Remove filesystem related leftover API definitions
Panu Matilainen
2010-10-06
2
-28
/
+0
*
Use the right variable for absolute path (ticket #137)
Aron Griffis
2010-10-06
1
-1
/
+1
*
Fix generating platform config for arm
Michal Čihař
2010-10-06
1
-1
/
+1
*
Require file attribute config to have .attr suffix
Panu Matilainen
2010-10-05
14
-5
/
+7
*
Replace __foo_exeonly attribute with a more generic mechanism
Panu Matilainen
2010-10-05
4
-8
/
+9
*
Tolerate NULL args in argvSplitString()
Panu Matilainen
2010-10-05
1
-1
/
+5
*
Add cli switches to override signing key and digest algorithm
Panu Matilainen
2010-10-04
2
-1
/
+10
*
Adjust rpm.pc private libraries
Panu Matilainen
2010-10-04
1
-1
/
+1
*
Further streamline rpmcliArgIter() and friends
Panu Matilainen
2010-10-04
1
-13
/
+12
*
Lift specfile query out of main rpm(query) into separate binary
Panu Matilainen
2010-10-04
6
-15
/
+89
*
Simplify queryformat popt callback handling
Panu Matilainen
2010-10-04
1
-9
/
+1
*
l10n: Updated Polish (pl) translation to 100%
Piotr Drąg
2010-10-04
1
-10
/
+1
*
l10n: Updated Italian (it) translation to 100%
Guido Grazioli
2010-10-03
1
-1333
/
+1165
*
And now python bindings are really free of librpmbuild internals
Panu Matilainen
2010-10-01
1
-2
/
+1
*
Kill spec.buildRoot from python
Panu Matilainen
2010-10-01
1
-11
/
+0
*
Use the new spec section getter in python bindings
Panu Matilainen
2010-10-01
1
-20
/
+13
*
Add getter for spec script sections too, bah...
Panu Matilainen
2010-10-01
2
-0
/
+17
*
Use the new spec src/pkg API in python instead of direct access to spec
Panu Matilainen
2010-10-01
1
-9
/
+12
*
Add minimal API for spec packages and sources
Panu Matilainen
2010-10-01
2
-0
/
+99
*
Use namespaced names for spec pkg and source opaque typedefs
Panu Matilainen
2010-10-01
4
-5
/
+7
*
Finish off our librpmbuild API mass-murder by turning everything opaque
Panu Matilainen
2010-10-01
3
-96
/
+97
*
rpmfcGenerateDepends() is internal, move away from public header
Panu Matilainen
2010-10-01
2
-8
/
+9
*
A few missing internal markers on librpm side too
Panu Matilainen
2010-10-01
3
-1
/
+3
*
Whoops, missing RPM_GNUC_INTERNAL on stashSt()
Panu Matilainen
2010-10-01
1
-0
/
+1
*
Stuff fts into a convenience library in misc/
Panu Matilainen
2010-10-01
5
-5
/
+6
*
Lose rpmio-url leftovers from fts
Panu Matilainen
2010-10-01
1
-19
/
+1
*
Force shared build of python extension
Panu Matilainen
2010-10-01
1
-2
/
+2
*
Add configure switch to disable plugins build
Panu Matilainen
2010-10-01
2
-1
/
+12
*
Handle enable/disable python to configure.ac more sanely
Panu Matilainen
2010-10-01
3
-4
/
+6
*
Remove configuration for no longer existing db indexes
Panu Matilainen
2010-09-29
1
-3
/
+0
*
And now sighdrPut() can be buried back into signature.c
Panu Matilainen
2010-09-29
2
-13
/
+13
*
Eliminate some redundancy in signature sanity checking
Panu Matilainen
2010-09-29
1
-43
/
+40
*
Simplify the signature generation somewhat
Panu Matilainen
2010-09-29
1
-62
/
+42
*
Split the setup + running of gpg helper to a separate function
Panu Matilainen
2010-09-29
1
-24
/
+33
*
Eliminate the pointless switch-case from makeHDRSignature()
Panu Matilainen
2010-09-29
1
-24
/
+19
[next]