Add a new public function for retrieving build dependencies from spec
[platform/upstream/rpm.git] / build /
2010-09-02 Panu MatilainenAdd a new public function for retrieving build dependen...
2010-09-02 Panu MatilainenMove build dependency checking from cli tool to librpmbuild
2010-09-02 Panu MatilainenCosmetics: update comments + use a specific type for...
2010-09-02 Panu MatilainenEliminate specFlags from rpmBuildArguments
2010-09-02 Panu MatilainenEliminate targets from rpmBuildArguments
2010-09-02 Panu MatilainenEliminate buildMode and buildChar from rpmBuildArguments
2010-09-02 Panu MatilainenEliminate verify flags from rpmBuildArguments
2010-09-02 Panu MatilainenEliminate noDeps and shortCircuit from rpmBuildArgument...
2010-09-02 Panu MatilainenEliminate popt goo from librpmbuild
2010-09-02 Panu MatilainenEliminate _noDirTokens from librpmbuild API+ABI
2010-09-02 Panu MatilainenEliminate freeNames() from librpmbuild ABI
2010-09-02 Panu MatilainenDetect short-circuited build based on executed build...
2010-09-02 Panu MatilainenHandle --nobuild as another buildAmount flag
2010-09-01 Panu MatilainenHandle spec flags parse option figuring in popt callbac...
2010-09-01 Panu MatilainenHandle --nolang as another spec parse flag
2010-09-01 Panu MatilainenCombine spec parsing options into a common flag bitfield
2010-09-01 Panu MatilainenRename freeSpec() -> rpmSpecFree() for namespacing
2010-09-01 Panu MatilainenEliminate transaction set from spec parsing internals
2010-09-01 Panu MatilainenPass flags directly to the lower level parseSpec()...
2010-09-01 Panu MatilainenEliminate parseSpec() from librpmbuild, trim unused...
2010-09-01 Panu MatilainenUpdate callers to use the new rpmSpecParse() interface
2010-09-01 Panu MatilainenA new saner interface for parsing spec files
2010-09-01 Panu MatilainenEliminate silly and unused timecheck feature from ...
2010-09-01 Panu MatilainenSpec rootDir is only relevant for building, eliminate...
2010-09-01 Panu MatilainenEliminate cookie from spec structure
2010-09-01 Panu MatilainenSanitize buildSpec() arguments a bit
2010-09-01 Panu MatilainenReplace buildSpec() with a new interface in the API
2010-09-01 Panu MatilainenLift remaining build-related stuff out of librpm over...
2010-09-01 Panu MatilainenEliminate useless hardwired build debug foo
2010-09-01 Steve LawrenceAdd new %sepolicy section to the spec file format
2010-09-01 Steve LawrenceRemove the existing %policy directive
2010-08-26 Panu MatilainenPermit packages with no files to omit %files entirely
2010-08-26 Panu MatilainenClean up newPackage() a bit
2010-08-26 Panu MatilainenSplit arch/os/platform adding out of parseSpec()
2010-08-25 Panu MatilainenStuff the remaining truly internal structure defs out...
2010-08-25 Panu MatilainenMass eviction of remaining internal helpers in librpmbu...
2010-08-25 Panu MatilainenEliminate unused spec argument from addReqProv()
2010-08-25 Panu MatilainenBury OpenFileInfo inside parseSpec.c
2010-08-25 Panu MatilainenEliminate freePackage() from librpmbuild API
2010-08-25 Panu MatilainenEliminate initSourceHeader() from librpmbuild API
2010-08-25 Panu MatilainenEliminate ancient leftover initSourceHeader() call
2010-08-25 Panu MatilainenInitialize source header from parseSpec() instead of...
2010-08-25 Panu MatilainenMove source+patch tag insertion into initSourceHeader()
2010-08-25 Panu MatilainenEliminate an exit point from parseSpec()
2010-08-25 Panu MatilainenEliminate doRmSource() from librpmbuild API again
2010-08-24 Panu MatilainenEliminate addChangelogEntry() from librpmbuild API
2010-08-24 Panu MatilainenEliminate buildHost() and getBuildTime() from librpmbui...
2010-08-24 Panu MatilainenEliminate checkPackages() from librpmbuild API
2010-08-24 Panu MatilainenEliminate parseExpressionString() from librpmbuild
2010-08-24 Panu MatilainenEliminate freePackages() from librpmbuild API
2010-08-24 Panu MatilainenEliminate now unnecessary buildio.h
2010-08-24 Panu MatilainenEliminate newOpenFileInfo() from librpmbuild API
2010-08-24 Panu MatilainenEliminate addSource() from librpmbuild API
2010-08-24 Panu MatilainenEliminate parseNoSource() from librpmbuild API
2010-08-24 Panu MatilainenLose leftover variable, use const for s to clarify...
2010-08-20 Panu MatilainenRemove signing support from (lib)rpmbuild
2010-08-10 Giulio EulisseAdd missing libgen.h include
2010-07-03 Panu MatilainenOops, dont hang in getOutputFrom() if we have nothing...
2010-07-02 Panu MatilainenRewrite getOutputFrom() in a race-free way (supposedly ;)
2010-06-30 Panu MatilainenMake the infamous getOutputFrom() error message more...
2010-06-23 Michal SchmidtAllow '--short-circuit' for '-bb'
2010-06-22 Steve LawrenceAdd new Collections preamble tag
2010-05-24 Jindrich NovyPut the macro evaluation in spec comments back.
2010-05-21 Jindrich NovyDo not evaluate macros in spec comments (RhBug:594672)
2010-04-29 Giulio EulisseFixes missing __fxstat64 symbol on mac.
2010-04-29 Panu MatilainenFix a few uninitialized variable cases found by clang...
2010-04-13 Panu MatilainenUse correct tag for NOPATCH
2010-04-12 Michael SchroederreadLineFromOFI may modify the fileStack, thus we have...
2010-04-12 Michael SchroederSeems like a change was made to make %attr(-) go back...
2010-03-29 Panu MatilainenheaderNextTag() fits the checkForDuplicates() use-case...
2010-03-29 Panu MatilainenOops, being a bit too strict on dependency qualifiers
2010-03-29 Panu MatilainenTeach rpm about pre-transaction dependencies
2010-03-29 Panu MatilainenAlways fail build on unknown dependency qualifiers
2010-03-29 Panu MatilainenAlways initialize tagflags to RPMSENSE_ANY
2010-03-29 Panu MatilainenRemove redundant assignments
2010-03-29 Panu MatilainenGroup the tag cases a bit more logically in parseRCPOT()
2010-03-29 Panu MatilainenDrop "support" for per-scriptlet build-requires
2010-03-29 Panu MatilainenFree up three bits from rpmsenseFlags
2010-03-23 Panu MatilainenFirst take at pluggable file attribute + dependency...
2010-03-22 Panu MatilainenLose the useless rpmio refcounting debug junk
2010-03-22 Panu MatilainenLose the useless rpmfi refcounting etc debug messages...
2010-03-19 Panu MatilainenBury FTS inside librpmbuild and eliminate from public ABI
2010-03-15 Panu MatilainenAvoid eating empty lines in spec %prep section (RhBug...
2010-03-11 Panu MatilainenMore dumb thinko/typo/braindamage in scriptlet expansio...
2010-03-11 Panu MatilainenSupport run-time macro and queryformat expansion on...
2010-03-06 Panu MatilainenLose a couple of leftover variables from times before...
2010-03-06 Panu MatilainenDont bother translators with internal error debug foo
2010-03-06 Panu MatilainenrpmdsN() and rpmdsEVR() returning NULL here is a seriou...
2010-03-01 Panu MatilainenRemove now unused inFtw from file lists
2010-03-01 Panu MatilainenLose ancient prefix remnants from build code
2010-03-01 Ville SkyttäFix rpmfcAttrDeps() for perl modules (was broken in...
2010-02-18 Panu MatilainenPerform dependency extraction solely based on collected...
2010-02-18 Panu MatilainenClassify .desktop files by just path
2010-02-18 Panu Matilainenfontconfig -> font dependency extractor rename
2010-02-18 Panu MatilainenAdd debug output for file attributes
2010-02-18 Panu MatilainenAdd path coloring for versioned python interpreter...
2010-02-18 Panu MatilainenReplace python-specific path-coloring hack with a gener...
2010-02-18 Panu MatilainenScript/interpreter terminology renaming
2010-02-18 Panu MatilainenEliminate silly redundancy
2010-02-17 Panu MatilainenOnly run dependency extractors on files with attached...
next