Age | Commit message (Expand) | Author | Files | Lines |
2012-05-16 | Push special doc directory generation next to other special doc foobar | Panu Matilainen | 1 | -28/+0 |
2012-04-23 | Add support for dpkg-style sorting of tilde in version/release | Michael Schroeder | 1 | -1/+1 |
2011-05-27 | Clean up + fix memleaks in readIcon() | Panu Matilainen | 1 | -14/+10 |
2011-05-27 | Eliminate bunch of obvious dead NULL assignments in preamble parsing | Panu Matilainen | 1 | -6/+6 |
2011-05-27 | Cosmetics: rewrap/indent to fit 80 columns | Panu Matilainen | 1 | -12/+11 |
2011-05-27 | Sanitize handlePreambleTag() error returns | Panu Matilainen | 1 | -36/+39 |
2011-05-20 | Don't fetch missing sources on spec query | Panu Matilainen | 1 | -1/+3 |
2011-04-19 | Attempt to fetch sources/patches when they are missing from %_sourcedir | Jindrich Novy | 1 | -0/+25 |
2011-03-04 | Actually propagare failure when addOrAppendListEntry() fails, | Jindrich Novy | 1 | -7/+11 |
2011-01-25 | Teach rpm about post-transaction dependencies | Panu Matilainen | 1 | -0/+1 |
2010-12-13 | Implement transaction ordering hinting | Panu Matilainen | 1 | -0/+2 |
2010-10-29 | Const-correctness: rpmCharCheck() doesn't modify field, make it const | Panu Matilainen | 1 | -2/+2 |
2010-10-29 | Eliminate unused spectag and speclines goo from spec | Panu Matilainen | 1 | -25/+0 |
2010-10-22 | Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuild | Panu Matilainen | 1 | -15/+15 |
2010-10-12 | Add 'VCS' key | Colin Walters | 1 | -0/+4 |
2010-09-01 | Handle --nolang as another spec parse flag | Panu Matilainen | 1 | -3/+1 |
2010-09-01 | Combine spec parsing options into a common flag bitfield | Panu Matilainen | 1 | -1/+1 |
2010-08-25 | Mass eviction of remaining internal helpers in librpmbuild API | Panu Matilainen | 1 | -1/+2 |
2010-08-24 | Eliminate addSource() from librpmbuild API | Panu Matilainen | 1 | -0/+123 |
2010-08-24 | Eliminate parseNoSource() from librpmbuild API | Panu Matilainen | 1 | -0/+57 |
2010-06-22 | Add new Collections preamble tag | Steve Lawrence | 1 | -0/+4 |
2010-03-29 | headerNextTag() fits the checkForDuplicates() use-case better | Panu Matilainen | 1 | -9/+5 |
2010-03-29 | Oops, being a bit too strict on dependency qualifiers | Panu Matilainen | 1 | -7/+9 |
2010-03-29 | Teach rpm about pre-transaction dependencies | Panu Matilainen | 1 | -0/+1 |
2010-03-29 | Always fail build on unknown dependency qualifiers | Panu Matilainen | 1 | -3/+6 |
2010-03-29 | Always initialize tagflags to RPMSENSE_ANY | Panu Matilainen | 1 | -2/+1 |
2010-03-29 | Drop "support" for per-scriptlet build-requires | Panu Matilainen | 1 | -21/+2 |
2010-02-01 | Revert spec tag-macro concatenation changes | Panu Matilainen | 1 | -25/+2 |
2010-01-20 | Concatenate multiline tags in macros only in case of | Jindrich Novy | 1 | -12/+20 |
2010-01-16 | Correctly expand %{obsoletes}, %{requires}, etc. in spec (RhBug:555926) | Jindrich Novy | 1 | -2/+17 |
2010-01-05 | Move <ctype.h> include out of system.h to the places that need it | Panu Matilainen | 1 | -0/+2 |
2009-12-17 | Permit unexpanded macros to slip through spec tag sanity checks (RhBug:547997) | Panu Matilainen | 1 | -2/+2 |
2009-09-02 | Take advantage of new header string getters | Panu Matilainen | 1 | -6/+2 |
2009-09-02 | Eliminate uses of headerNVR() and friends in librpmbuild code | Panu Matilainen | 1 | -4/+3 |
2009-09-01 | Group tag inheritance doesn't need special treatment, just copy with others | Panu Matilainen | 1 | -8/+1 |
2009-08-31 | Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build code | Panu Matilainen | 1 | -8/+8 |
2009-08-13 | Add an option bug reporting URL tag to packages (RhBug:512774) | Panu Matilainen | 1 | -0/+4 |
2009-07-23 | Kill off lclint remnants everywhere | Panu Matilainen | 1 | -1/+0 |
2009-06-16 | Don't check Provides/Requires for bad characters, they could be UTF-8 | Jindrich Novy | 1 | -4/+4 |
2009-06-15 | Check for valid chars in Requires/Provides as well | Jindrich Novy | 1 | -6/+13 |
2009-06-10 | Add new function to check valid characters in NVR (ticket #59) | Jindrich Novy | 1 | -18/+32 |
2009-06-10 | Nuke useless compatibility stuff and put V/R checking where it belongs | Jindrich Novy | 1 | -16/+5 |
2009-06-09 | Make whitelist of characters allowed in NVR (ticket #59, rhbz#493157) | Jindrich Novy | 1 | -1/+4 |
2009-06-01 | Generate preamble tag lengths at build time and make it const | Panu Matilainen | 1 | -57/+45 |
2009-06-01 | Issue deprecation warnings for PreReq and BuildPreReq | Panu Matilainen | 1 | -2/+2 |
2009-06-01 | Turn unused spec syntax obsoletion mechanism into deprecation warning | Panu Matilainen | 1 | -5/+4 |
2009-04-06 | Don't allow '~', '/' characters and ".." sequence in NVR (rhbz#493157) | Jindrich Novy | 1 | -1/+12 |
2009-02-18 | Revert fix for rhbz#442105, it has unwanted side effects | Jindrich Novy | 1 | -10/+4 |
2009-01-13 | Remove redundant anyarch check | Jindrich Novy | 1 | -2/+2 |
2009-01-13 | Simplify group tag inheritance for a bit | Jindrich Novy | 1 | -2/+2 |