rpm/build
Panu Matilainen d1dcc53dfb Accept "owner" as an alias to "user" %verify attribute (RhBug:838657)
- Both Maximum RPM and the newer RPM Guide incorrectly list "owner"
  as a valid %verify() attribute, whereas rpm has used "user"
  for as long as the code has been present (since 1996). Since
  adding the alias is so trivial, and certainly easier than changing
  published books... meh.
2012-07-10 12:52:23 +03:00
..
Makefile.am Bump library sonames in preparation for new release 2012-03-20 09:56:30 +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 Accept "owner" as an alias to "user" %verify attribute (RhBug:838657) 2012-07-10 12:52:23 +03:00
misc.c Eliminate unused truncStringBuf() function 2010-10-29 10:21:45 +03:00
pack.c Report the actual failure reason on archive create failure (again) 2012-07-02 16:15:41 +03: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 Unmask %license directive when parsing %files section 2012-05-15 14:23:35 +03:00
parsePolicies.c Eliminate dead NULL-assignments on parsePolicies() exit 2011-05-27 16:21:12 +03:00
parsePreamble.c Push special doc directory generation next to other special doc foobar 2012-05-16 17:05:26 +03:00
parsePrep.c Add support for 7zip compressed tarballs 2012-05-22 13:48:01 +03:00
parseReqs.c Add support for dpkg-style sorting of tilde in version/release 2012-04-23 11:04:02 +03:00
parseScript.c Use POPT_BIT_SET for setting the scriptlet flags 2011-09-12 13:27:12 +03:00
parseSpec.c Initial support for "special" %license, similar to %doc (ticket #116) 2012-05-28 16:55:57 +03: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 Push special doc directory generation next to other special doc foobar 2012-05-16 17:05:26 +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 Push special doc directory generation next to other special doc foobar 2012-05-16 17:05:26 +03:00