rpm-build/build
Dmitry V. Levin c6991af51a build/reqprov.c (compare_deps, compare_sense_flags): fix bugs in comparisons of releases
Before this change, thanks to rpmEVRcmp(), compare_deps() used to treat
EVRs with common EV as equal when one had a release and another hand't.

There were some reasons to use this approach, e.g. to decide that
	Requires: %name = %version
is weaker than
	Requires: %name = %version-%release
it had firstly to consider them as comparable deps.  But, as an
unfortunate consequence of that approach, it was deciding that such deps
are equal, so that addReqProv() was unable to replace former with the
latter.
2013-01-28 00:52:24 +00:00
..
.lclintrc re-added .lclintrc and .cvsignore files from CVS 2002-03-25 20:27:37 +00:00
build.c build.c,parsePrep.c: quoted buildSubdir, to allow spaces. 2011-08-06 18:38:30 +03:00
buildio.h Initial revision 2002-03-25 20:16:26 +00:00
checkFiles.c build/checkFiles.c: disable intersection check for /usr/src/debug 2011-02-05 23:54:19 +03:00
checkFiles.h build/checkFiles.c: reimplemented checkIntersect() using fiIntersect() 2011-01-15 11:49:07 +03:00
expression.c build/expression.c (doPrimary): Read closing parenthesis, patch from Michael Schroeder 2007-02-23 00:05:37 +00:00
files.c processBinaryFiles: check provides of generated binary packages 2013-01-26 22:32:11 +00:00
interdep.c build/interdep.c: use rpmMessage 2013-01-26 22:32:10 +00:00
interdep.h build/interdep.c: initial revision 2011-01-31 04:53:26 +03:00
Makefile.am build/interdep.c: initial revision 2011-01-31 04:53:26 +03:00
misc.c Initial revision 2002-03-25 20:16:26 +00:00
names.c Removed const from getBuildTime(). 2006-05-15 04:54:03 +04:00
pack.c build/pack.c: recognize %_debuginfo_payload macro 2011-02-03 09:33:28 +03:00
parseBuildInstallClean.c Backport %check from rpm-4.2 2009-09-08 20:46:26 +00:00
parseChangelog.c fixed spacing 2005-10-06 18:21:40 +00:00
parseDescription.c fixed spacing 2005-10-06 18:21:40 +00:00
parseFiles.c fixed spacing 2005-10-06 18:21:40 +00:00
parsePreamble.c Drop deprecated RPMTAG_RHNPLATFORM support 2009-04-12 22:39:46 +00:00
parsePrep.c build/parsePrep.c: add %patch -F<N> support (ALT#27662) 2012-08-24 08:30:44 +00:00
parseReqs.c build/parseReqs.c: make dependencies on rpmlib(SetVersions) feature 2010-10-04 01:20:22 +04:00
parseScript.c Revert "build/parseScript.c: opitimize out RPMSENSE_INTERP dependencies on /bin/sh" 2008-03-17 20:58:55 +03:00
parseSpec.c parseSpec: use getline() to fix long line processing 2012-03-19 19:02:25 +00:00
poptBT.c rpmbuild: add "-bt" %check-only option 2011-12-06 16:25:14 +00:00
reqprov.c build/reqprov.c (compare_deps, compare_sense_flags): fix bugs in comparisons of releases 2013-01-28 00:52:24 +00:00
rpmbuild.h build/reqprov.c, rpmbuild.h: export compare_deps() 2011-02-07 04:28:18 +03:00
rpmspec.h parseSpec: use getline() to fix long line processing 2012-03-19 19:02:25 +00:00
spec.c parseSpec: use getline() to fix long line processing 2012-03-19 19:02:25 +00:00
TODO Initial revision 2002-03-25 20:16:26 +00:00