Age | Commit message (Expand) | Author | Files | Lines |
2009-09-07 | Minor rpmfcGenerateDependsHelper() cleanups | Panu Matilainen | 1 | -12/+5 |
2009-09-07 | Move rl to the scope where its needed, dont bother assigning NULL | Panu Matilainen | 1 | -3/+2 |
2009-09-07 | Single point of exit for doPatch() to clean up freeing | Panu Matilainen | 1 | -8/+6 |
2009-09-07 | Avoid theoretical NULL pointer dereference | Panu Matilainen | 1 | -0/+2 |
2009-09-07 | Eliminate unused counter variable | Panu Matilainen | 1 | -3/+2 |
2009-09-02 | Fix dumb thinko from commit 4177fdffd6e7414123062e8716afb22596608531 | Panu Matilainen | 1 | -1/+1 |
2009-09-02 | Eliminate headerGetColor() uses everywhere | Panu Matilainen | 1 | -1/+1 |
2009-09-02 | Take advantage of new header string getters | Panu Matilainen | 1 | -6/+2 |
2009-09-02 | Take advantage of new header string getters | Panu Matilainen | 1 | -5/+2 |
2009-09-02 | Take advantage of new header string getters | Panu Matilainen | 1 | -6/+1 |
2009-09-02 | Eliminate uses of headerNVR() and friends in librpmbuild code | Panu Matilainen | 6 | -29/+26 |
2009-09-01 | Group tag inheritance doesn't need special treatment, just copy with others | Panu Matilainen | 1 | -8/+1 |
2009-09-01 | Add provide-extractors for fonts and desktop files | Panu Matilainen | 1 | -0/+26 |
2009-09-01 | Further file-classifier tweaks | Panu Matilainen | 1 | -7/+3 |
2009-09-01 | Make internal file classifier look into compressed files | Panu Matilainen | 1 | -1/+1 |
2009-08-31 | Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build code | Panu Matilainen | 14 | -59/+57 |
2009-08-20 | We always add EVR and Flags to dependencies, remove bogus condition | Panu Matilainen | 1 | -4/+2 |
2009-08-20 | Fix duplicate dependency checking on build | Panu Matilainen | 1 | -20/+42 |
2009-08-18 | Copy BUGURL to source rpm's too | Panu Matilainen | 1 | -0/+1 |
2009-08-17 | Avoid adding Lua sources and patches twice when recursing (ticket #82) | Panu Matilainen | 1 | -10/+10 |
2009-08-17 | Add default %clean section unless overridden in spec (ticket #81) | Panu Matilainen | 1 | -0/+7 |
2009-08-14 | Add -d option to %patch. | Ville Skyttä | 1 | -6/+14 |
2009-08-13 | Add an option bug reporting URL tag to packages (RhBug:512774) | Panu Matilainen | 1 | -0/+4 |
2009-08-12 | rpmbuild won't segfault when %including spec with zero size | Jindrich Novy | 1 | -1/+1 |
2009-08-06 | Correctly inherit default %attr(-,-,-) attributes from %defattr (rhbz#515685) | Jindrich Novy | 1 | -6/+10 |
2009-07-23 | Kill off lclint remnants everywhere | Panu Matilainen | 4 | -8/+0 |
2009-07-09 | Fix compiler warning on const free | Panu Matilainen | 1 | -3/+2 |
2009-06-26 | Base64-encode %policy files to ensure it can be presented as strings | Panu Matilainen | 1 | -7/+9 |
2009-06-23 | Teach %files to accept multiple filelists (ticket #70, rhbz#475359) | Jindrich Novy | 4 | -32/+28 |
2009-06-23 | Allow ':' character in EVR, it's needed for Epoch separation | Jindrich Novy | 1 | -1/+1 |
2009-06-16 | Don't check Provides/Requires for bad characters, they could be UTF-8 | Jindrich Novy | 3 | -11/+6 |
2009-06-15 | Check for valid chars in Requires/Provides as well | Jindrich Novy | 3 | -6/+29 |
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 | depMsg doesn't need _notpre() anymore | Panu Matilainen | 1 | -6/+6 |
2009-06-01 | Remove leftover build/TODO file from 1998 / rpm 2.5 era... | Panu Matilainen | 1 | -40/+0 |
2009-06-01 | Generate spec part string lengths at build time and make it const | Panu Matilainen | 1 | -36/+26 |
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-06-01 | Map PreReq into Requires(pre,preun) at build | Panu Matilainen | 1 | -1/+2 |
2009-05-29 | Build prereq is exactly the same as buildrequires | Panu Matilainen | 1 | -4/+1 |
2009-05-29 | Fix calculation of hardlinked files (RhBug:503020) | Panu Matilainen | 1 | -30/+27 |
2009-04-20 | Require file attributes in spec if %ghost files are missing from build root | Jindrich Novy | 1 | -6/+28 |
2009-04-16 | Introduce changelog trimming in binary packages feature (ticket #47) | Jindrich Novy | 1 | -1/+5 |
2009-04-13 | Error out at build on unsupported payload compressors (rhbz#495429) | Panu Matilainen | 1 | -0/+4 |
2009-04-10 | Don't require %ghost file presence in build root (rhbz#495040) | Jindrich Novy | 1 | -1/+1 |
2009-04-09 | Remove file flags that have never been enabled | Jindrich Novy | 1 | -10/+1 |
2009-04-06 | Don't allow '~', '/' characters and ".." sequence in NVR (rhbz#493157) | Jindrich Novy | 1 | -1/+12 |