rpm/build
Panu Matilainen 1b729439c6 Revert to former spec query behavior + comment
- Various tools expect to get the full package list, not just those
  that would actually be built. There are of just as valid reasons
  for only wanting the packages that would be built, but we need
  to make this caller specifiable, just changing the behavior breaks
  existing tools unnecessarily. Add reminder comment why the thing
  is the way it is...
2012-03-07 14:34:34 +02:00
..
Makefile.am Remove the now unused user/group caching code 2010-12-15 09:44:54 +02:00
build.c If we need a FILE stream then get one... 2011-07-08 10:15:58 +03:00
expression.c Eliminate bunch of obvious dead NULL-assingments from misc build parts 2011-05-27 16:46:23 +03:00
files.c Explicitly remap device numbers along with inodes at build 2012-02-29 11:21:36 +02:00
misc.c Eliminate unused truncStringBuf() function 2010-10-29 10:21:45 +03:00
pack.c Turn FSM into a blackbox, much like PSM is 2012-01-11 15:41:22 +02:00
parseBuildInstallClean.c Fix the remaining enum abuse over rpmParseState in librpmbuild 2010-10-28 12:01:42 +03:00
parseChangelog.c Eliminate a couple more dead increments in spec parsing code 2011-05-27 15:05:34 +03:00
parseDescription.c Clean up + plug memleak in parseDescription() 2011-05-27 15:24:29 +03:00
parseFiles.c Eliminate dead NULL-assignments in parseFiles() 2011-05-27 15:25:12 +03:00
parsePolicies.c Eliminate dead NULL-assignments on parsePolicies() exit 2011-05-27 16:21:12 +03:00
parsePreamble.c Clean up + fix memleaks in readIcon() 2011-05-27 15:23:39 +03:00
parsePrep.c Minor cleanup to doUntar() to eliminate dead assignments on free() 2011-05-27 15:19:00 +03:00
parseReqs.c Implement transaction ordering hinting 2010-12-13 12:26:06 +02:00
parseScript.c Use POPT_BIT_SET for setting the scriptlet flags 2011-09-12 13:27:12 +03:00
parseSpec.c Don't process spec %include in false branch of %if clauses (RhBug:782970) 2012-02-28 12:18:10 +02:00
policies.c Make base64 encoding/decoding part of rpmio public API 2011-11-09 15:16:28 +02:00
reqprov.c Implement transaction ordering hinting 2010-12-13 12:26:06 +02:00
rpmbuild.h Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuild 2010-10-22 13:50:05 +03:00
rpmbuild_internal.h Support retrieving the spec contents in parsed format 2011-06-17 13:52:27 +03:00
rpmbuild_misc.h Remove the now unused user/group caching code 2010-12-15 09:44:54 +02:00
rpmfc.c Handle EINTR on the spot instead of restarting the entire loop 2011-06-08 11:00:40 +03:00
rpmfc.h Remember buildroot directory in rpmfc struct 2010-12-01 11:09:02 +02:00
rpmspec.h Support retrieving the spec contents in parsed format 2011-06-17 13:52:27 +03:00
spec.c Revert to former spec query behavior + comment 2012-03-07 14:34:34 +02:00