summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build codePanu Matilainen14-59/+57
2009-08-31Hum, rename rstrneq() to rstreqn() to avoid confusing neq with "not equal"Panu Matilainen1-1/+1
2009-08-31Eliminate now unnecessary compressor -> ioflags conversionsPanu Matilainen2-27/+11
2009-08-31Accept direct compressor names as Fopen() modes tooPanu Matilainen1-4/+4
2009-08-31Switch rpmio mode checking to use rstreq()Panu Matilainen1-8/+8
2009-08-31Add two helper functions for comparing string equalityPanu Matilainen1-0/+23
2009-08-28Eliminate unused result code from psm structPanu Matilainen1-3/+1
2009-08-28Eliminate payload file handle from psm structPanu Matilainen1-8/+7
2009-08-28Don't try to incref NULL dsPanu Matilainen1-4/+1
2009-08-20Remove extra trailing } copy-paste error from python_foo macros, duhPanu Matilainen1-3/+3
2009-08-20We always add EVR and Flags to dependencies, remove bogus conditionPanu Matilainen1-4/+2
2009-08-20Fix duplicate dependency checking on buildPanu Matilainen1-20/+42
2009-08-18Copy BUGURL to source rpm's tooPanu Matilainen1-0/+1
2009-08-18Add some commonly used python macros (ticket #83)Panu Matilainen1-0/+7
2009-08-17Eliminate unused code (leftover from ordering rewrite)Panu Matilainen1-18/+0
2009-08-17Don't bother relocating packages no filesPanu Matilainen1-1/+1
2009-08-17Avoid adding Lua sources and patches twice when recursing (ticket #82)Panu Matilainen1-10/+10
2009-08-17Add default %clean section unless overridden in spec (ticket #81)Panu Matilainen1-0/+7
2009-08-14Add -d option to %patch.Ville Skyttä1-6/+14
2009-08-14Add isSource() method to python header object (ticket #32)Panu Matilainen1-0/+7
2009-08-14Add %make_install macro that does the "right thing" wrt modern autotoolsPanu Matilainen1-1/+6
2009-08-14Add bug URL macro so that it could be set distro-wide (rhbz#512774)Jindrich Novy1-0/+6
2009-08-13Update querytags test to match current outputPanu Matilainen1-0/+1
2009-08-13Build script environment tweaks to improve reproducabilityPanu Matilainen1-0/+3
2009-08-13Don't set --target in %configure (RhBug:458648)Panu Matilainen1-2/+1
2009-08-13Nuke long since dead version of %configure macro + update commentaryPanu Matilainen1-12/+4
2009-08-13Add an option bug reporting URL tag to packages (RhBug:512774)Panu Matilainen2-0/+5
2009-08-13Add missing <pthread.h> include in rpmsq.h (ticket #87)Panu Matilainen1-0/+3
2009-08-13Bump version to appear newer than 4.7.x branchPanu Matilainen1-1/+1
2009-08-12rpmbuild won't segfault when %including spec with zero sizeJindrich Novy1-1/+1
2009-08-10Add *.xz and *.lzma recompress support to brp-compress.Ville Skyttä1-5/+5
2009-08-06Correctly inherit default %attr(-,-,-) attributes from %defattr (rhbz#515685)Jindrich Novy1-6/+10
2009-07-23Kill off lclint remnants everywherePanu Matilainen17-27/+1
2009-07-14Fix memory allocation for token arrayLubomir Rintel1-1/+1
2009-07-14Log an error on short lead (RhBug:511101)Panu Matilainen1-1/+3
2009-07-14Honor --nofiledigest on install too (RhBug:508021)Panu Matilainen1-5/+3
2009-07-14Document --nodeps in rpmbuild manual (RhBug:482921)Panu Matilainen1-0/+3
2009-07-14Dont accept '-' in manifests (RhBug:461353)Panu Matilainen1-2/+2
2009-07-14Dont treat filenames starting with - as stdinPanu Matilainen1-1/+2
2009-07-09Oops, missing include for dirname()Panu Matilainen1-0/+2
2009-07-09Create the directory used for transaction lock if necessaryPanu Matilainen1-0/+1
2009-07-09Fix package relocatability checking, broken since foreverPanu Matilainen3-6/+25
2009-07-09Make rpmpsUnlink() behave the other fooUnlink() functionsPanu Matilainen1-10/+10
2009-07-09Add reference counting to rpmProblemsPanu Matilainen2-3/+40
2009-07-09Unbreak --excludepath (RhBug:409637)Panu Matilainen1-2/+1
2009-07-09Fix compiler warning on const freePanu Matilainen1-3/+2
2009-07-08Make verify result not depend on verbosity level, uff... (RhBug:510213)Panu Matilainen1-1/+1
2009-07-03Add an index for obsoletes (RhBug:507702)Panu Matilainen2-2/+2
2009-07-03Unify extension + header data getter calling conventionsPanu Matilainen1-29/+10
2009-07-03Pass headerGet flags to extensions too (unused for now)Panu Matilainen2-26/+27