summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-25Permit %verifyscript from non-installed packagesPanu Matilainen1-3/+4
2011-05-25Don't run collections on script stages like %pre/posttrans, ugh.Panu Matilainen1-3/+7
2011-05-25Issue an error on failure to replace original package on signingPanu Matilainen1-1/+5
2011-05-24Add support for nested Lua macro expansion (RhBug:490740)Panu Matilainen3-30/+49
2011-05-24Plug a memory leak on Lua rpm.expand()Panu Matilainen1-1/+3
2011-05-24Bail out of debuginfo if stabs format encountered (RhBug:453506)Panu Matilainen1-3/+4
2011-05-24Fix %prep parse error to abort buildPanu Matilainen1-8/+6
2011-05-24Cosmetics: remove redundant/empty doxygen markup, comments etcPanu Matilainen1-17/+2
2011-05-24Remove unused length return variables on doHeaderUnload()Panu Matilainen1-5/+2
2011-05-24Handle HEADERFLAG_SORTED bit correctly in headerUnsort()Panu Matilainen1-2/+4
2011-05-24Return explicit NULL on errors + frees in header codePanu Matilainen1-4/+4
2011-05-24Do not die on empty changelog sectionMichael Schroeder1-1/+1
2011-05-23Distinguish between macro primitives with and w/o argumentsJindrich Novy1-8/+9
2011-05-23Add support for fileattr dependency namespacingPanu Matilainen1-1/+9
2011-05-23Whoops, flags needs to be sorted for argvSearch() to work correctlyPanu Matilainen1-0/+1
2011-05-23Unify fileattr include- and exclude-rule handlingPanu Matilainen1-40/+57
2011-05-20Don't fetch missing sources on spec queryPanu Matilainen1-1/+3
2011-05-20Unbreak %if, %if(n)arch, %if(n)os handlingJindrich Novy1-36/+36
2011-05-20-D is for --define, not --predefine (RhBug:706161)Panu Matilainen1-1/+1
2011-05-19Support "magic_and_path" flag in fileattrsMichael Schroeder1-4/+7
2011-05-19Remove redundant NULL checksPanu Matilainen1-8/+3
2011-05-18Fix error handling in payload copyingPanu Matilainen1-21/+26
2011-05-18Eliminate dead cpio_copy() + related stuffPanu Matilainen1-30/+0
2011-05-18Update translations to pick up changes from the script file cleanupsPanu Matilainen26-9678/+10048
2011-05-18Further simplify & cleanup script file (error) handlingPanu Matilainen1-79/+32
2011-05-18Clean up addFileToTagFoo() helpersPanu Matilainen1-42/+26
2011-05-18Minor cleanups to cpio_doio()Panu Matilainen1-4/+2
2011-05-18Simplify rpmio flags handling in writeRPM() / cpio_doio()Panu Matilainen1-9/+5
2011-05-18Plug a minor memleak on writeRPM() error pathsTero Aho1-1/+1
2011-05-18Eliminate bogus ferror() checksPanu Matilainen5-8/+5
2011-05-18Always copy macro source when expanding itMichael Schroeder1-6/+6
2011-05-18Empty transaction is not an error (RhBug:699929)Panu Matilainen1-1/+2
2011-05-17Do not abort if chown/chmod fails but the file is already correctMichael Schroeder1-0/+18
2011-05-16Fix segfault on build with empty %prep sectionMichael Schroeder1-1/+1
2011-05-13Fix "method not permitted before handle's open method" on --verifydbMichael Schroeder1-1/+1
2011-05-03Clean up file type verification logic a bitPanu Matilainen1-28/+13
2011-05-03Remove obsolete timedRead() from APIJindrich Novy2-12/+0
2011-05-03RIP rpmsqFork() + rpmsqWait() and the related bitsPanu Matilainen2-305/+2
2011-05-03Use good ol' fork() + waitpid() for running scriptletsPanu Matilainen1-16/+15
2011-04-29Remove unneeded regex grouping.Ville Skyttä1-2/+2
2011-04-29Comment spelling fix.Ville Skyttä1-1/+1
2011-04-29Add lrzip support.Ville Skyttä6-1/+13
2011-04-29Add lzip support.Ville Skyttä6-1/+13
2011-04-28Remove duplicate fpLookup() doxygen annotationPanu Matilainen1-8/+0
2011-04-28Remove redundant strlen()'s on sha1 digest verificationPanu Matilainen1-1/+1
2011-04-28Avoid malloc() + redundant strlen() calls in dbiFindByLabel()Panu Matilainen1-4/+3
2011-04-28Simplify findTag()Jindrich Novy1-14/+8
2011-04-27Fix find-lang so that it finds *@*.qm QT i18n files (RhBug:699945)Jindrich Novy1-3/+3
2011-04-26Understand 'PK00' zip archives (RhBug:699529)Jindrich Novy1-2/+3
2011-04-22Do not compile unused functions when SELinux support is disabledJindrich Novy1-0/+2