platform/upstream/rpm.git
2010-09-03 Panu MatilainenRip IAM_RPMDB, ie --initdb, --rebuilddb etc modes out...
2010-09-03 Panu MatilainenAdd a brand new rpmdb utility for rpmdb maintenance...
2010-09-03 Panu MatilainenRip IAM_RPMK, ie --import and --checksig modes out...
2010-09-03 Panu MatilainenAdd a brand new rpmkeys utility for keyring operations
2010-09-03 Panu MatilainenFurther simplify rpmcliVerifySignatures()
2010-09-03 Panu MatilainenUpdate translations again again to pick up changes...
2010-09-03 Panu MatilainenPut the rpmLookupSignature() and rpmGetPassPhrase(...
2010-09-03 Panu MatilainenRrrriiip the addsign/resign/delsign bits out of rpmqv...
2010-09-03 Panu MatilainenAdd a brand new rpmsign utility for package signing
2010-09-03 Panu MatilainenLookup signature type from cli utility already
2010-09-03 Panu MatilainenrpmcliSign() only creates or deletes signatures
2010-09-03 Panu MatilainenSplit argv loop out of the actual signing function...
2010-09-03 Panu MatilainenSigning doesn't need transaction set, eliminate the...
2010-09-03 Panu MatilainenSplit package signing out of rpmchecksig.c
2010-09-03 Panu MatilainenUse rpmcliVerifySignatures() directly from rpmqv.c...
2010-09-03 Panu MatilainenExport the cli-level signature checking as rpmcliVerify...
2010-09-03 Panu MatilainenUse rpmcliImportPubkeys() for importing instead of...
2010-09-03 Panu MatilainenExport rpmcliImportPubkeys() (again) in the public API
2010-09-03 Panu MatilainenRemove hysterically useless RPMSIGN_NONE + --sign popt...
2010-09-03 Panu MatilainenEliminate unused rootdir member from rpmInstallArguments
2010-09-03 Panu MatilainenEliminate unused qva_prefix and qva_verbose from rpmQVK...
2010-09-03 Panu MatilainenUse the common rpmcliQueryFlags for signature verify...
2010-09-03 Panu MatilainenUse the common rpmcliQueryFlags for signature verify...
2010-09-02 Panu MatilainenPermit passing spec parse flags in python too
2010-09-02 Panu MatilainenAdd an experimental low-level build method to python...
2010-09-02 Panu MatilainenAdd the various spec + build flags to python
2010-09-02 Panu MatilainenCosmetics: use an enum instead of #defines for source...
2010-09-02 Panu MatilainenClarify RPMBUILD_STRINGBUF comment
2010-09-02 Panu MatilainenSwap rpmSpecBuild() arguments for consistency with...
2010-09-02 Panu MatilainenUpdate translations again to pick up strings moving...
2010-09-02 Panu MatilainenOops, forgot to update POTFILES.in on poptBT.c removal
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 MatilainenReturn NULL from rpmtsProblems() if no problems exist
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 Piotr Drągl10n: Updated Polish (pl) translation to 100%
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 Matilainen...and finally eliminate the spec crapola from transact...
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 Panu MatilainenPassed-in values are const for every headerPutType...
2010-09-01 Panu MatilainenUpdate translations to pick up new messages
2010-09-01 Panu MatilainenAdd newly added files to POTFILES.in too
2010-09-01 Anssi Hannuladebugedit: fix incorrect error messages regarding ...
2010-09-01 Steve LawrenceAdd files for testing SELinux collection/plugin
2010-09-01 Steve LawrenceAdd SELinux policy plugin
2010-09-01 Steve LawrenceUse selabel interfaces instead of matchpathcon
2010-09-01 Steve LawrenceAdd new %sepolicy section to the spec file format
2010-09-01 Steve LawrenceRemove the existing %policy directive
2010-09-01 Steve LawrenceUpdate the plugin architecture to allow for remembering...
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-25 Panu MatilainenFix RhBug:452477 differently to avoid doRmSource()
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 MatilainenSend the mostly broken rpminject and rpmsort "test...
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 MatilainenRemove ancient autohelp-handling related leftovers
2010-08-24 Panu MatilainenLose leftover variable, use const for s to clarify...
next