Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / build / rpmbuild.h
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2010-10-22 Panu MatilainenBrute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
2010-10-22 Panu MatilainenCouple of doxygen argument mismatch fixes
2010-10-12 Eric W. BiedermanAdd a getter for the source header.
2010-09-21 Panu MatilainenStop abusing enum typedefs for bitfield types
2010-09-02 Panu MatilainenClarify RPMBUILD_STRINGBUF comment
2010-09-02 Panu MatilainenSwap rpmSpecBuild() arguments for consistency with...
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 MatilainenHandle --nobuild as another buildAmount flag
2010-09-01 Panu MatilainenHandle spec flags parse option figuring in popt callbac...
2010-09-01 Panu MatilainenEliminate parseSpec() from librpmbuild, trim unused...
2010-09-01 Panu MatilainenA new saner interface for parsing spec files
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-09-01 Panu MatilainenLift remaining build-related stuff out of librpm over...
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 MatilainenEliminate freePackage() from librpmbuild API
2010-08-25 Panu MatilainenEliminate initSourceHeader() from librpmbuild API
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-20 Panu MatilainenRemove signing support from (lib)rpmbuild
2009-10-21 Panu MatilainenEnsure rpmlib() dependency sanity on build
2009-06-16 Jindrich NovyDon't check Provides/Requires for bad characters, they...
2009-06-15 Jindrich NovyCheck for valid chars in Requires/Provides as well
2009-01-11 Jindrich NovyDon't check package BuildRequires when doing --rmsource...
2008-11-10 Jindrich NovyAdd the post-build package checker feature in rpmbuild...
2008-07-07 Panu MatilainenMissing const in parseUnsignedNum()
2008-07-01 Jindrich NovyAvoid reading negative constants from SourceXX, PatchXX...
2008-06-17 Panu MatilainenConvert build reqprov to headerPut()
2008-05-05 Panu MatilainenStart cleaning up the rpmerr removal mess of build...
2008-04-24 Panu MatilainenRemove meaningless extern on function declarations...
2008-04-09 Panu MatilainenYet more url ripping - buildroot is never an url
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-04 Panu MatilainenAdd rpm_time_t type for time types (in headers), use...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-07 Panu MatilainenYet more rpmbuild fixups from rpmerr.h removal (partly...
2007-12-07 Panu Matilainenrpm5.org: fixup spec parsing from rpmerr.h removal
2007-12-07 Panu Matilainenrpm5.org: fixup various places in rpmbuild from rpmerr...
2007-12-02 Panu MatilainenMove rpmsenseFlag enums to rpmds where they logically...
2007-11-23 Panu MatilainenMove stringbuf into librpmio, rename header
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-29 Ralf CorsépiusRemove SKIPSPACE, SKIPNONSPACE.
2007-10-29 Ralf CorsépiusDon't include <ctype.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-24 Ralf CorsépiusdoScript: Change 'what' to rpmBuildFlags.
2007-10-08 Ralf Corsépius'Adjust extern C {} blocks.'
2007-09-21 Panu MatilainenRename Spec -> rpmSpec for namespacing
2007-09-17 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-09-17 Panu Matilainenmisc.h is a private header
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-07-12 Panu MatilainenparseSpec() cookie should be const, make it so...
2007-07-10 Panu MatilainenRemove const type-qualifiers from function return types...
2004-10-09 jbjDoxygen and cpp nit picks.
2004-10-09 jbjSplint fiddles.
2004-03-16 niemeyer- Implemented support for internal Lua scripts.
2003-05-08 jbj- don't use error string after gzclose (Dmitry V. Levin).
2003-04-17 jbjDon't overflow internal tables with unknown user/group...
2003-04-16 jbj- permit secondary tag match patterns with RPMQV_ALL.
2002-12-24 jbj- fix: remove rpmfi scareMem so that headers can be...
2002-12-24 jbjsplint fiddles.
2002-12-22 jbj- simplify specfile query linkage loop.
2002-12-21 jbj- add --enable-posixmutexes when configuring on linux.
2002-10-21 jbjAdd per-interpreter perl dependencies.
2002-10-18 jbj- add debug sub-package patch.
2002-10-07 jbjlclint annotations.
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-07-08 jbjPropagate splint-3.0.1.7 close(2) internalState annotat...
2002-04-08 jbjdoxygen cleanup.
2001-10-25 jbj- legacy signatures always checked on -qp and -Vp.
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-09-29 jbj- create RFC-2440 OpenPGP API in rpmio.
2001-07-03 jbj- fix: redundant entries in file manifests handled...
2001-06-19 jbj- preliminary abstraction to support per-header methods.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-06-04 jbjlclint fiddles.
2001-05-06 jbj- fix: specfile queries with BuildArch: (#27589).
2001-05-05 jbj- enough lclint annotations and fiddles already.
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2001-01-11 jbjdoxygen annotations for build/*.
2000-12-02 jbjBring header reggions mods back to top of stack.
2000-09-01 jbj- unify rpmError and rpmMessge interfaces through rpmlog.
next