Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / build / parseReqs.c
2017-02-28 SoonKyu ParkRevert "Add support for Recommends:, Suggests:, Supplem... 09/116709/1 accepted/tizen/base/20170228.084720 submit/tizen_base/20170228.034447
2017-01-10 Florian FestiAdd support for Recommends:, Suggests:, Supplements... 14/102114/2
2013-02-03 Anas NashifAdd support for weak dependencies:
2012-04-23 Michael SchroederAdd support for dpkg-style sorting of tilde in version...
2010-12-13 Panu MatilainenImplement transaction ordering hinting
2010-12-10 Panu MatilainenRemove broken versioned provides rpmlib() tracking
2010-12-01 Panu MatilainenFix bogus error reporting from autogenerated dependenci...
2010-10-22 Panu MatilainenBrute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
2010-09-21 Panu MatilainenInitialize nametag to RPMTAG_NOT_FOUND in parseRCPOT()
2010-08-25 Panu MatilainenMass eviction of remaining internal helpers in librpmbu...
2010-08-25 Panu MatilainenEliminate unused spec argument from addReqProv()
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 MatilainenFree up three bits from rpmsenseFlags
2010-01-05 Panu MatilainenMove <ctype.h> include out of system.h to the places...
2009-12-17 Panu MatilainenPermit unexpanded macros to slip through spec tag sanit...
2009-10-21 Panu MatilainenFix memory leaks on error exit from parseRCPOT()
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-06-23 Jindrich NovyAllow ':' character in EVR, it's needed for Epoch separ...
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-06-01 Panu MatilainenMap PreReq into Requires(pre,preun) at build
2009-05-29 Panu MatilainenBuild prereq is exactly the same as buildrequires
2009-02-21 Panu MatilainenLoosen up restrictions on dependency token names (rhbz...
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-04-17 Panu MatilainenFix dumb off-by-one errors introduced by rstrlcpy(...
2008-04-17 Panu MatilainenUse rstrlcpy() for parseRCPOT() version + release
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-03-06 Panu MatilainenMark bunch of static build-related tables as read-only
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-09 Panu MatilainenImplementation of triggerprein scriptlets.
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-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-09-21 Panu MatilainenRename Spec -> rpmSpec for namespacing
2007-09-11 Ralf CorsépiusRemove splint tags.
2004-10-17 jbj- permit Conflicts: /path/to/file.
2004-10-17 jbjfix: legacy syntax not even close.
2004-10-09 jbjSplint fiddles.
2002-12-12 jbj- fix: add rpmlib(VersionedDependencies) if versioned...
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-10-13 jbjMore lclint annotations.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2001-01-15 jbj- fix: extra newline in many error messages (#23947).
2001-01-11 jbjdoxygen annotations for build/*.
2000-12-12 jbjSync with rpm-4_0 branch.
2000-11-12 jbj- fine-grained Requires, remove install PreReq's from...
2000-08-27 jbjDoxygen annotations.
2000-08-14 jbj- disable rpmlib(VersionedDependencies) by defining...
2000-07-11 jbj- fix: set multilibno on sparc per-platform config.
2000-07-11 jbj- remove build mode help from rpm.c, use rpmb instead.
2000-07-09 jbj- prefix payload paths with "./", otherwise "/" can...
2000-07-05 jbj- change optflags for i386.
2000-06-23 jbj - support for separate source/binary compression policy.
2000-01-24 jbjDocumentation sugar.
1999-09-21 jbjfix: command line install had header memory leak.
1999-08-24 jbjadd versions to prereq.
1999-08-20 jbjadd versions to obsoletes.
1999-07-22 jbjprint all dependencies for each package at end of build.
1999-07-22 jbjadd versions to provides.
1999-07-13 jbjPerl bindings need
1999-06-19 jbjRe-initialize dependency flags for each token.
1999-06-18 jbjIncorrect sense matched.
1999-06-17 jbjdon't spin while waiting for delayed requires/provides...
1999-05-26 jbjadd BuildConflicts: and BuildRequires: in spec file...
1999-02-05 jbj- add BuildPrereq: in spec file and src rpm.
1999-02-02 ewthandle spec file which Provide filenames
1999-01-26 jbjParse BuildRequires: and add appropriate RPMTAG_*REQUIR...
1998-10-08 jbjConsolidate i18n baggage into AM_GNU_GETTEXT and system.h.
1998-09-27 jbjadd Slovak translation (Stanislav Meduna <stano@trillia...
1998-09-24 jbjprovides/obsoletes requires tokens that begin with...
1998-07-30 jbjConsolidated includes for librpmbuild API.
1998-07-25 jbjAggregate system includes into system.h.
1998-04-22 marcfix type in %triggerpostun
1998-04-01 marcAdded %triggerpostun
1998-03-20 marcAdded trigger support to build code
1998-01-12 ewtmerged in Marc's new build code