summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2009-08-20We always add EVR and Flags to dependencies, remove bogus conditionPanu Matilainen1-4/+2
2009-08-20Fix duplicate dependency checking on buildPanu Matilainen1-20/+42
2009-08-18Copy BUGURL to source rpm's tooPanu Matilainen1-0/+1
2009-08-17Avoid adding Lua sources and patches twice when recursing (ticket #82)Panu Matilainen1-10/+10
2009-08-17Add default %clean section unless overridden in spec (ticket #81)Panu Matilainen1-0/+7
2009-08-14Add -d option to %patch.Ville Skyttä1-6/+14
2009-08-13Add an option bug reporting URL tag to packages (RhBug:512774)Panu Matilainen1-0/+4
2009-08-12rpmbuild won't segfault when %including spec with zero sizeJindrich Novy1-1/+1
2009-08-06Correctly inherit default %attr(-,-,-) attributes from %defattr (rhbz#515685)Jindrich Novy1-6/+10
2009-07-23Kill off lclint remnants everywherePanu Matilainen4-8/+0
2009-07-09Fix compiler warning on const freePanu Matilainen1-3/+2
2009-06-26Base64-encode %policy files to ensure it can be presented as stringsPanu Matilainen1-7/+9
2009-06-23Teach %files to accept multiple filelists (ticket #70, rhbz#475359)Jindrich Novy4-32/+28
2009-06-23Allow ':' character in EVR, it's needed for Epoch separationJindrich Novy1-1/+1
2009-06-16Don't check Provides/Requires for bad characters, they could be UTF-8Jindrich Novy3-11/+6
2009-06-15Check for valid chars in Requires/Provides as wellJindrich Novy3-6/+29
2009-06-10Add new function to check valid characters in NVR (ticket #59)Jindrich Novy1-18/+32
2009-06-10Nuke useless compatibility stuff and put V/R checking where it belongsJindrich Novy1-16/+5
2009-06-09Make whitelist of characters allowed in NVR (ticket #59, rhbz#493157)Jindrich Novy1-1/+4
2009-06-01depMsg doesn't need _notpre() anymorePanu Matilainen1-6/+6
2009-06-01Remove leftover build/TODO file from 1998 / rpm 2.5 era...Panu Matilainen1-40/+0
2009-06-01Generate spec part string lengths at build time and make it constPanu Matilainen1-36/+26
2009-06-01Generate preamble tag lengths at build time and make it constPanu Matilainen1-57/+45
2009-06-01Issue deprecation warnings for PreReq and BuildPreReqPanu Matilainen1-2/+2
2009-06-01Turn unused spec syntax obsoletion mechanism into deprecation warningPanu Matilainen1-5/+4
2009-06-01Map PreReq into Requires(pre,preun) at buildPanu Matilainen1-1/+2
2009-05-29Build prereq is exactly the same as buildrequiresPanu Matilainen1-4/+1
2009-05-29Fix calculation of hardlinked files (RhBug:503020)Panu Matilainen1-30/+27
2009-04-20Require file attributes in spec if %ghost files are missing from build rootJindrich Novy1-6/+28
2009-04-16Introduce changelog trimming in binary packages feature (ticket #47)Jindrich Novy1-1/+5
2009-04-13Error out at build on unsupported payload compressors (rhbz#495429)Panu Matilainen1-0/+4
2009-04-10Don't require %ghost file presence in build root (rhbz#495040)Jindrich Novy1-1/+1
2009-04-09Remove file flags that have never been enabledJindrich Novy1-10/+1
2009-04-06Don't allow '~', '/' characters and ".." sequence in NVR (rhbz#493157)Jindrich Novy1-1/+12
2009-03-31Prefer more specific types over generic "text" in classification (rhbz#491349)Panu Matilainen1-1/+1
2009-03-18Don't try to parse %patch on spec query (rhbz#487855)Panu Matilainen1-5/+2
2009-03-18Add support for "lzma alone" compression format (lzdio)Panu Matilainen1-0/+3
2009-03-18LZMA -> XZ renamingPanu Matilainen2-3/+6
2009-03-11Plug a memleak in genCpioListAndHeader()Panu Matilainen1-0/+1
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-11/+12
2009-02-26Switch to libtool versioning, starting at 0:0:0Panu Matilainen1-1/+1
2009-02-21Loosen up restrictions on dependency token names (rhbz#455119)Panu Matilainen1-2/+5
2009-02-20Only run script dependency extraction once per file, duh...Panu Matilainen1-5/+3
2009-02-18Revert fix for rhbz#442105, it has unwanted side effectsJindrich Novy1-10/+4
2009-02-06Bump FileDigests rpmlib dependency versionPanu Matilainen1-1/+1
2009-01-23Check for binaries in noarch packages at build-timePanu Matilainen1-3/+13
2009-01-13Remove redundant anyarch checkJindrich Novy1-2/+2
2009-01-13Simplify group tag inheritance for a bitJindrich Novy1-2/+2
2009-01-13Inherit group tag from the main package if unspecified (rhbz#470714)Jindrich Novy1-5/+15
2009-01-12Ignore BuildArch tags for anyarch actions (rhbz#442105)Jindrich Novy1-2/+8