allow rpm to custom systemd installation
[platform/upstream/rpm.git] / rpmbuild.c
2012-08-02 Panu MatilainenAdd --noclean and --nocheck options to rpmbuild
2012-03-09 Panu MatilainenrpmSetTables() call in rpmbuild has been dying long...
2011-09-05 Panu MatilainenMake --pipe command failures reflect our exit codes...
2011-05-30 Panu MatilainenEliminate bunch of dead assignments on ts vsflags
2011-05-30 Panu MatilainenEliminate dead NULL-assignments at scope-end in main...
2011-05-18 Panu MatilainenEliminate bogus ferror() checks
2010-10-06 Aron GriffisUse the right variable for absolute path (ticket #137)
2010-09-21 Panu Matilainenvoid stepping on toes of relatives, part 5
2010-09-03 Panu MatilainenUse the common rpmcliQueryFlags for signature verify...
2010-09-02 Panu MatilainenSwap rpmSpecBuild() arguments for consistency with...
2010-09-02 Panu MatilainenMove build dependency checking from cli tool to librpmbuild
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 freeNames() from librpmbuild ABI
2010-09-01 Panu MatilainenHandle spec flags parse option figuring in popt callbac...
2010-09-01 Panu MatilainenRename freeSpec() -> rpmSpecFree() for namespacing
2010-09-01 Panu MatilainenUpdate callers to use the new rpmSpecParse() interface
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 MatilainenReplace buildSpec() with a new interface in the API
2010-08-25 Panu MatilainenMass eviction of remaining internal helpers in librpmbu...
2010-08-25 Panu MatilainenInitialize source header from parseSpec() instead of...
2010-08-25 Panu MatilainenFix RhBug:452477 differently to avoid doRmSource()
2010-08-24 Panu MatilainenRemove ancient autohelp-handling related leftovers
2010-08-20 Panu MatilainenRemove signing support from (lib)rpmbuild
2010-08-20 Panu MatilainenArgh. Realize we already have equivalents of initCli...
2010-08-20 Panu MatilainenKludge to get rid of ugly lone --quiet on usage message
2010-08-20 Panu MatilainenMove --pipe handling to cliutils helpers
2010-08-20 Panu MatilainenLump much of the common cli-init + finish tasks into...
2010-08-20 Panu MatilainenAdd a convenience library for stuff common cli-bits...
2010-08-20 Panu MatilainenIf MiNT can't cope, frankly my dear, I dont give a...
2010-08-20 Panu MatilainenMerge build.[ch] into rpmbuild.c, doesn't make sense...
2010-08-20 Panu MatilainenClean up rpmbuild's --quiet handling + honor it on...
2010-08-20 Panu MatilainenCosmetics cleanup
2010-08-20 Panu MatilainenEliminate unnecessary sanity checks wrt --sign and...
2010-08-20 Panu MatilainenTest argument count early, avoiding the need to re...
2010-08-20 Panu MatilainenEliminate a bunch of now unnecessary cli-switch sanity...
2010-08-20 Panu MatilainenSimplify --root argument checking
2010-08-20 Panu MatilainenEliminate the IAM_RPMBT ifdef's from rpmbuild.c for...
2010-08-20 Panu MatilainenChainsaw the now unused #ifdef'ed parts out of rpmqv...
2010-08-20 Panu MatilainenBegin splitting rpmbuild to separate sources