Age | Commit message (Expand) | Author | Files | Lines |
2007-07-12 | Kill of RPMTAG_RHNPLATFORM: don't add to header, mark deprecated. | Panu Matilainen | 1 | -3/+0 |
2007-07-12 | rpmioSlurp() related cleanups. | Panu Matilainen | 1 | -3/+3 |
2007-07-12 | parseSpec() cookie should be const, make it so... | Panu Matilainen | 2 | -2/+2 |
2007-07-11 | Use unsigned size type for pgpReadPkts(). | Panu Matilainen | 1 | -1/+1 |
2007-07-11 | domd5() buffer signedness fixes. | Panu Matilainen | 1 | -1/+1 |
2007-07-10 | Bunch of variable initializations to avoid compiler warnings. | Panu Matilainen | 1 | -1/+1 |
2007-07-10 | Remove const type-qualifiers from function return types everywhere. | Panu Matilainen | 2 | -4/+4 |
2007-07-10 | Remove / #ifdef out unused variables as appropriate. | Panu Matilainen | 1 | -1/+0 |
2007-07-09 | Make docdir checking stricter (rhbz#246819) | Panu Matilainen | 1 | -2/+5 |
2007-06-29 | Add /usr/share/gtk-doc/html/ to docDirs. | Panu Matilainen | 1 | -0/+1 |
2007-06-25 | Detect and provide a requirement for DT_GNU_HASH. | Panu Matilainen | 1 | -0/+25 |
2007-06-20 | Duh, remember to initialize opt_F | Panu Matilainen | 1 | -1/+1 |
2007-06-19 | Add support for specifying fuzz factor to %patch (rhbz#243720) | Panu Matilainen | 1 | -15/+36 |
2007-06-07 | Add new srcdefattr macro (Michael Schroeder / OpenSuSE) | Panu Matilainen | 1 | -2/+32 |
2007-05-25 | Run filelist checks even if other errors are present. | Panu Matilainen | 1 | -2/+3 |
2007-05-16 | Fix building without Lua support. | Panu Matilainen | 1 | -1/+4 |
2007-05-10 | Add mono req/provides support | Paul Nasrat | 2 | -0/+11 |
2007-04-16 | Fix default verify flags for %doc rh#235353 | Paul Nasrat | 1 | -1/+1 |
2007-04-16 | Fix segfault when rpmbuild stumbles over an empty file list. | Paul Nasrat | 1 | -1/+1 |
2007-04-16 | Add support for a new macro, %{_docdir}. It can be used to specify | Paul Nasrat | 1 | -5/+17 |
2007-04-16 | Fix a typo: the macro is currently called %{buildsubdir} | Paul Nasrat | 2 | -2/+2 |
2007-02-22 | This patch fixes up the calculation total install size when we have excluded | Paul Nasrat | 1 | -1/+1 |
2007-02-15 | Fix parsing for parenthesis | Paul Nasrat | 1 | -0/+2 |
2005-07-15 | - permit scriptlet includes from builddir for spec files w/o %setup. | jbj | 1 | -2/+1 |
2005-07-13 | - *_terminate_build macros set per-pkg, not per-invocation (#161081). | jbj | 1 | -15/+4 |
2005-07-12 | - added CVSId: tag and SVNId: alias (#162807). | jbj | 1 | -0/+4 |
2005-03-25 | MDK patch at #108778. | jbj | 1 | -1/+1 |
2005-03-19 | Handle %dev markers more gracefully. | jbj | 2 | -13/+30 |
2005-03-14 | Sanity. | jbj | 1 | -3/+3 |
2005-03-03 | Permit changelog timestamp back to 1990. | jbj | 1 | -1/+1 |
2005-02-14 | - don't build with sqlite3 if <sqlite3.h> is missing.rpm-4.4.1-release | jbj | 2 | -2/+5 |
2005-02-13 | - don't classify files in /dev (#146623). | jbj | 1 | -0/+3 |
2005-02-12 | - permit build scriptlet interpreters to be individually overridden. | jbj | 1 | -1/+9 |
2005-01-17 | Build on macosx. | jbj | 1 | -0/+1 |
2005-01-04 | Splint fiddles. | jbj | 2 | -2/+3 |
2005-01-02 | - revert MAGIC_COMPRESS, real fix is in libmagic (#143782). | jbj | 1 | -2/+2 |
2004-12-06 | - automagically detect and emit "python(abi) = 2.4" dependencies. | jbj | 1 | -2/+25 |
2004-12-05 | - force *.py->*.pyo byte code compilation with brp-python-bytecompile. | jbj | 1 | -1/+1 |
2004-11-28 | - add support for automagic pubkey retrieval using HKP. | jbj | 2 | -0/+10 |
2004-11-19 | - bump soname into libfoo-4.4.so everywhere. | jbj | 1 | -1/+1 |
2004-11-04 | Stub in URL_IS_HTTPS everywhere. | jbj | 2 | -2/+6 |
2004-10-30 | Path to magic.h. | jbj | 1 | -0/+1 |
2004-10-21 | Compile in the correct path to /usr/lib/rpm/magic. | jbj | 1 | -6/+23 |
2004-10-21 | - port to internal file-4.10 libmagic rather than libfmagic. | jbj | 4 | -23/+26 |
2004-10-17 | - permit Conflicts: /path/to/file. | jbj | 1 | -14/+0 |
2004-10-17 | Better error message. | jbj | 1 | -1/+1 |
2004-10-17 | fix: legacy syntax not even close. | jbj | 2 | -3/+3 |
2004-10-15 | - obsolete Serial:, Copyright:, and RHNPlatform: syntax in spec files. | jbj | 1 | -43/+49 |
2004-10-13 | - silently add default %defattr(-,root,root) for all packages. | jbj | 1 | -0/+10 |
2004-10-09 | Doxygen and cpp nit picks. | jbj | 2 | -1/+2 |