summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2010-04-29Fixes missing __fxstat64 symbol on mac.Giulio Eulisse1-0/+1
2010-04-29Fix a few uninitialized variable cases found by clang-analyzerPanu Matilainen1-1/+1
2010-04-13Use correct tag for NOPATCHPanu Matilainen1-1/+1
2010-04-12readLineFromOFI may modify the fileStack, thus we have to re-setMichael Schroeder1-0/+1
2010-04-12Seems like a change was made to make %attr(-) go back to theMichael Schroeder1-8/+28
2010-03-29headerNextTag() fits the checkForDuplicates() use-case betterPanu Matilainen1-9/+5
2010-03-29Oops, being a bit too strict on dependency qualifiersPanu Matilainen1-7/+9
2010-03-29Teach rpm about pre-transaction dependenciesPanu Matilainen2-1/+2
2010-03-29Always fail build on unknown dependency qualifiersPanu Matilainen1-3/+6
2010-03-29Always initialize tagflags to RPMSENSE_ANYPanu Matilainen1-2/+1
2010-03-29Remove redundant assignmentsPanu Matilainen1-10/+1
2010-03-29Group the tag cases a bit more logically in parseRCPOT()Panu Matilainen1-9/+9
2010-03-29Drop "support" for per-scriptlet build-requiresPanu Matilainen1-21/+2
2010-03-29Free up three bits from rpmsenseFlagsPanu Matilainen2-25/+29
2010-03-23First take at pluggable file attribute + dependency extraction systemPanu Matilainen1-175/+156
2010-03-22Lose the useless rpmio refcounting debug junkPanu Matilainen1-6/+4
2010-03-22Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen1-3/+2
2010-03-19Bury FTS inside librpmbuild and eliminate from public ABIPanu Matilainen4-2/+1366
2010-03-15Avoid eating empty lines in spec %prep section (RhBug:573339)Panu Matilainen1-1/+1
2010-03-11More dumb thinko/typo/braindamage in scriptlet expansion patchesPanu Matilainen1-1/+1
2010-03-11Support run-time macro and queryformat expansion on scriptletsPanu Matilainen3-2/+45
2010-03-06Lose a couple of leftover variables from times before headerPutString()Panu Matilainen1-8/+4
2010-03-06Dont bother translators with internal error debug fooPanu Matilainen1-10/+0
2010-03-06rpmdsN() and rpmdsEVR() returning NULL here is a serious can't happenPanu Matilainen1-30/+4
2010-03-01Remove now unused inFtw from file listsPanu Matilainen1-6/+0
2010-03-01Lose ancient prefix remnants from build codePanu Matilainen1-23/+0
2010-03-01Fix rpmfcAttrDeps() for perl modules (was broken in c03be327).Ville Skyttä1-1/+1
2010-02-18Perform dependency extraction solely based on collected attributesPanu Matilainen1-105/+20
2010-02-18Classify .desktop files by just pathPanu Matilainen1-2/+4
2010-02-18fontconfig -> font dependency extractor renamePanu Matilainen1-1/+1
2010-02-18Add debug output for file attributesPanu Matilainen1-0/+8
2010-02-18Add path coloring for versioned python interpreter itselfPanu Matilainen1-0/+2
2010-02-18Replace python-specific path-coloring hack with a generic mechanismPanu Matilainen1-21/+45
2010-02-18Script/interpreter terminology renamingPanu Matilainen1-5/+5
2010-02-18Eliminate silly redundancyPanu Matilainen1-25/+9
2010-02-17Only run dependency extractors on files with attached attributesPanu Matilainen1-1/+3
2010-02-17Simplify rpmfcAddFileDep()Panu Matilainen1-15/+8
2010-02-17Use text token attributes instead of bitfield for file classificationPanu Matilainen2-134/+128
2010-02-17Plug a silly memleak in processPackageFiles()Panu Matilainen1-1/+2
2010-02-10Permit requires extraction too from fontconfig and desktop filesPanu Matilainen1-3/+1
2010-02-10Split elf dependency extraction out of librpmbuild to external helperPanu Matilainen2-307/+1
2010-02-10Separate helper for script interpreters, split out of librpmbuildPanu Matilainen1-60/+30
2010-02-10Make rpmfcSCRIPT() a bit easier on the eyes...Panu Matilainen1-34/+38
2010-02-01Clean up rpmfcClassify() a bit morePanu Matilainen1-15/+9
2010-02-01Single point of exit for rpmfcClassify()Panu Matilainen1-8/+8
2010-02-01Clean up rpmfcHelper() a bitPanu Matilainen1-18/+14
2010-02-01rpmfc script coloring tweaksPanu Matilainen1-11/+1
2010-02-01Revert spec tag-macro concatenation changesPanu Matilainen1-25/+2
2010-01-20Concatenate multiline tags in macros only in case ofJindrich Novy1-12/+20
2010-01-16Correctly expand %{obsoletes}, %{requires}, etc. in spec (RhBug:555926)Jindrich Novy1-2/+17