summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Add UpstreamReleases tagStanislav Brabec2022-06-282-0/+5
* Add TranslationURL tagStanislav Brabec2022-06-282-0/+6
* Fix changelog parsing affecting caller timezone statePanu Matilainen2022-06-281-0/+1
* Remove build tree automatically on successfull binary package creationPanu Matilainen2022-06-281-1/+1
* Also delete .gemspec file in BUILD/Florian Festi2022-06-281-1/+2
* Add parsed and expanded spec to src.rpm header (#1241)Panu Matilainen2022-06-281-0/+3
* Fix %setup and %patch not getting expanded in rpmspec --parse outputPanu Matilainen2022-06-283-13/+22
* Fix a typo in doUntar that breaks verbose uncompressionMikolaj Izdebski2022-04-291-1/+1
* Move %patch uncompress logic from spec parse to build time, sort ofPanu Matilainen2022-04-041-17/+11
* Move source uncompress logic from spec parse to build timePanu Matilainen2022-04-041-83/+8
* Issue warning on implicit "%patch zero" variants, sanitize semanticsPanu Matilainen2022-04-011-11/+8
* Avoid libmagic calculation for source filesStephan Kulow2022-03-181-26/+40
* Eliminate the strange include pre-build install machineryPanu Matilainen2022-03-104-391/+1
* Remove leading directories from doxygen notationPanu Matilainen2022-03-103-3/+3
* Add separate build configuration (%conf) section to specPanu Matilainen2022-02-285-3/+23
* Detach rpm's hash algorithm values from PGP hash algorith valuesPanu Matilainen2022-02-252-8/+8
* Make %{buildsubdir} more independent of %setupPeter Jones2022-02-215-21/+19
* build: warn if source_date_epoch_from_changelog set but changelog missingJonathan Davies2022-02-141-0/+3
* Do not unset $MALLOC_CHECK_Denys Vlasenko2022-01-241-1/+0
* Allow qualifiers like pre, post, preun, ... for weak dependencies, tooFlorian Festi2022-01-171-4/+4
* Fix possible NULL pointer dereference in rpmfcClassifyDmitry Gerasimov2022-01-031-1/+1
* Further improve build warning/error summaryPanu Matilainen2021-12-151-5/+9
* Separate build warnings from error summaryMichal Domonkos2021-12-151-4/+14
* Drop lua parameter in addLuaSource functionMichael Schroeder2021-11-263-4/+4
* Include rpmpgp.h only where it is actually neededJustus Winter2021-11-171-1/+0
* Require package names to be valid providesFlorian Festi2021-10-143-7/+22
* Fix memory leak with multiple %lang-s in one lineMichal Domonkos2021-06-281-0/+2
* Fix regression wrt Lua reinitialization (RhBug:1958095)Panu Matilainen2021-05-074-5/+5
* Fix memory leak regression from Lua sources/patchesrpm-4.17.0-alphaPanu Matilainen2021-04-261-2/+0
* Fix build regression from 376fef14a61a9748ce004888fe19445719a5d2d5Panu Matilainen2021-04-261-0/+2
* Handle missing closing paren in %attr rulesJeff Mahoney2021-04-261-0/+5
* Revert strict buildroot content checks for nowPanu Matilainen2021-04-081-46/+20
* Make Lua a hard requirement for rpmPanu Matilainen2021-02-094-13/+3
* Remove undesired use of the color whiteFlorian Festi2021-02-053-13/+13
* Support failing build on duplicate files (#1158)Panu Matilainen2021-01-221-3/+9
* Fix brown paperbag regression in c223d84fbf1ebb7a862f297e65878a2a78653e8ePanu Matilainen2020-12-141-1/+1
* Really require everything in buildroot to be packagedPanu Matilainen2020-11-231-4/+34
* Eliminate use of obsolete gethostbyname() functionPanu Matilainen2020-11-231-8/+15
* Require everything in buildroot to be packaged (#994)Panu Matilainen2020-11-191-20/+16
* Simplify & unhackify dependency generator command constructionPanu Matilainen2020-11-091-27/+23
* Shut up bogus Doxygen warnings about undocumented parametersPanu Matilainen2020-10-284-8/+8
* Convert sources/patches table manipulation to "native" Lua APIPanu Matilainen2020-10-191-18/+16
* Consolidate librpmbuild Lua code to one placePanu Matilainen2020-10-195-39/+75
* Couple of trivial and obvious const-correctness fixes to build codePanu Matilainen2020-09-092-3/+5
* Add missing terminator to copyTagsFromMainDebug arrayPanu Matilainen2020-09-041-0/+1
* Don't call exit() from middle of librpmbuild for no good reasonPanu Matilainen2020-09-011-1/+1
* Simplify logic to work around gcc (10.2.1) false positive warningPanu Matilainen2020-09-011-4/+2
* Stop untranslatable format strings from being translatedPanu Matilainen2020-08-271-1/+1
* Fix changelog trimming to work relative to newest existing entry (#1301)Panu Matilainen2020-08-111-1/+15
* Always close libelf handle (#1313)Florian Festi2020-07-211-1/+1